upipe-gl/upipe_gl_sink_common.h header reference

Upipe GL - common definitions More

Header inclusion  

Members  

Types  

Function  

Description  

Upipe GL - common definitions

Members detail  

#define UPIPE_GL_SINK_SIGNATURE  

This macro is declared in upipe-gl/upipe_gl_sink_common.h source file, line 38.

#define _UPIPE_GL_UPIPE_GL_SINK_COMMON_H_  

This macro is declared in upipe-gl/upipe_gl_sink_common.h source file, line 31.

enum upipe_gl_sink_command  

This enum is declared in upipe-gl/upipe_gl_sink_common.h source file, line 56.

This enum extends upipe_command with specific commands for gl sink.

IdentifierValueDescription
UPIPE_GL_SINK_SENTINEL0
UPIPE_GL_SINK_CONTROL_LOCAL1

bool upipe_gl_texture_load_uref(struct uref *uref, unsigned int texture)  

This function is declared in upipe-gl/upipe_gl_sink_common.h source file, line 67.

This function loads a uref picture into the specified texture

  • uref: uref structure describing the picture
  • texture: GL texture

The return value is false in case of error

enum uprobe_gl_sink_event  

This enum is declared in upipe-gl/upipe_gl_sink_common.h source file, line 42.

This enum extends uprobe_event with specific events for gl sink.

IdentifierValueDescription
UPROBE_GL_SINK_SENTINEL0
UPROBE_GL_SINK_INIT1init GL context (int SIGNATURE, int width, int height)
UPROBE_GL_SINK_RENDER2render GL (int SIGNATURE, struct uref*)
UPROBE_GL_SINK_RESHAPE3reshape GL (int SIGNATURE, int width, int height)
UPROBE_GL_SINK_LOCAL4

Valid XHTML 1.0 StrictGenerated by cmassiot on Thu Nov 6 12:15:22 2014 using MkDoc