| FFmpeg
    | 
| Data Fields | |
| FF_PFNGLACTIVETEXTUREPROC | glActiveTexture | 
| FF_PFNGLGENBUFFERSPROC | glGenBuffers | 
| FF_PFNGLDELETEBUFFERSPROC | glDeleteBuffers | 
| FF_PFNGLBUFFERDATAPROC | glBufferData | 
| FF_PFNGLBINDBUFFERPROC | glBindBuffer | 
| FF_PFNGLGETATTRIBLOCATIONPROC | glGetAttribLocation | 
| FF_PFNGLENABLEVERTEXATTRIBARRAYPROC | glEnableVertexAttribArray | 
| FF_PFNGLVERTEXATTRIBPOINTERPROC | glVertexAttribPointer | 
| FF_PFNGLGETUNIFORMLOCATIONPROC | glGetUniformLocation | 
| FF_PFNGLUNIFORM1FPROC | glUniform1f | 
| FF_PFNGLUNIFORM1IPROC | glUniform1i | 
| FF_PFNGLUNIFORMMATRIX4FVPROC | glUniformMatrix4fv | 
| FF_PFNGLCREATEPROGRAMPROC | glCreateProgram | 
| FF_PFNGLDELETEPROGRAMPROC | glDeleteProgram | 
| FF_PFNGLUSEPROGRAMPROC | glUseProgram | 
| FF_PFNGLLINKPROGRAMPROC | glLinkProgram | 
| FF_PFNGLGETPROGRAMIVPROC | glGetProgramiv | 
| FF_PFNGLGETPROGRAMINFOLOGPROC | glGetProgramInfoLog | 
| FF_PFNGLATTACHSHADERPROC | glAttachShader | 
| FF_PFNGLCREATESHADERPROC | glCreateShader | 
| FF_PFNGLDELETESHADERPROC | glDeleteShader | 
| FF_PFNGLCOMPILESHADERPROC | glCompileShader | 
| FF_PFNGLSHADERSOURCEPROC | glShaderSource | 
| FF_PFNGLGETSHADERIVPROC | glGetShaderiv | 
| FF_PFNGLGETSHADERINFOLOGPROC | glGetShaderInfoLog | 
Definition at line 124 of file opengl_enc.c.
| FF_PFNGLACTIVETEXTUREPROC FFOpenGLFunctions::glActiveTexture | 
Definition at line 125 of file opengl_enc.c.
Referenced by opengl_prepare().
| FF_PFNGLGENBUFFERSPROC FFOpenGLFunctions::glGenBuffers | 
Definition at line 126 of file opengl_enc.c.
Referenced by opengl_init_context().
| FF_PFNGLDELETEBUFFERSPROC FFOpenGLFunctions::glDeleteBuffers | 
Definition at line 127 of file opengl_enc.c.
Referenced by opengl_deinit_context().
| FF_PFNGLBUFFERDATAPROC FFOpenGLFunctions::glBufferData | 
Definition at line 128 of file opengl_enc.c.
Referenced by opengl_init_context(), and opengl_prepare_vertex().
| FF_PFNGLBINDBUFFERPROC FFOpenGLFunctions::glBindBuffer | 
Definition at line 129 of file opengl_enc.c.
Referenced by opengl_deinit_context(), opengl_draw(), opengl_init_context(), and opengl_prepare_vertex().
| FF_PFNGLGETATTRIBLOCATIONPROC FFOpenGLFunctions::glGetAttribLocation | 
Definition at line 130 of file opengl_enc.c.
Referenced by opengl_compile_shaders().
| FF_PFNGLENABLEVERTEXATTRIBARRAYPROC FFOpenGLFunctions::glEnableVertexAttribArray | 
Definition at line 131 of file opengl_enc.c.
Referenced by opengl_draw().
| FF_PFNGLVERTEXATTRIBPOINTERPROC FFOpenGLFunctions::glVertexAttribPointer | 
Definition at line 132 of file opengl_enc.c.
Referenced by opengl_draw().
| FF_PFNGLGETUNIFORMLOCATIONPROC FFOpenGLFunctions::glGetUniformLocation | 
Definition at line 133 of file opengl_enc.c.
Referenced by opengl_compile_shaders().
| FF_PFNGLUNIFORM1FPROC FFOpenGLFunctions::glUniform1f | 
Definition at line 134 of file opengl_enc.c.
Referenced by opengl_prepare().
| FF_PFNGLUNIFORM1IPROC FFOpenGLFunctions::glUniform1i | 
Definition at line 135 of file opengl_enc.c.
Referenced by opengl_prepare().
| FF_PFNGLUNIFORMMATRIX4FVPROC FFOpenGLFunctions::glUniformMatrix4fv | 
Definition at line 136 of file opengl_enc.c.
Referenced by opengl_prepare().
| FF_PFNGLCREATEPROGRAMPROC FFOpenGLFunctions::glCreateProgram | 
Definition at line 137 of file opengl_enc.c.
Referenced by opengl_compile_shaders().
| FF_PFNGLDELETEPROGRAMPROC FFOpenGLFunctions::glDeleteProgram | 
Definition at line 138 of file opengl_enc.c.
Referenced by opengl_compile_shaders(), and opengl_deinit_context().
| FF_PFNGLUSEPROGRAMPROC FFOpenGLFunctions::glUseProgram | 
Definition at line 139 of file opengl_enc.c.
Referenced by opengl_deinit_context(), and opengl_prepare().
| FF_PFNGLLINKPROGRAMPROC FFOpenGLFunctions::glLinkProgram | 
Definition at line 140 of file opengl_enc.c.
Referenced by opengl_compile_shaders().
| FF_PFNGLGETPROGRAMIVPROC FFOpenGLFunctions::glGetProgramiv | 
Definition at line 141 of file opengl_enc.c.
Referenced by opengl_compile_shaders().
| FF_PFNGLGETPROGRAMINFOLOGPROC FFOpenGLFunctions::glGetProgramInfoLog | 
Definition at line 142 of file opengl_enc.c.
Referenced by opengl_compile_shaders().
| FF_PFNGLATTACHSHADERPROC FFOpenGLFunctions::glAttachShader | 
Definition at line 143 of file opengl_enc.c.
Referenced by opengl_compile_shaders().
| FF_PFNGLCREATESHADERPROC FFOpenGLFunctions::glCreateShader | 
Definition at line 144 of file opengl_enc.c.
Referenced by opengl_load_shader().
| FF_PFNGLDELETESHADERPROC FFOpenGLFunctions::glDeleteShader | 
Definition at line 145 of file opengl_enc.c.
Referenced by opengl_compile_shaders(), opengl_deinit_context(), and opengl_load_shader().
| FF_PFNGLCOMPILESHADERPROC FFOpenGLFunctions::glCompileShader | 
Definition at line 146 of file opengl_enc.c.
Referenced by opengl_load_shader().
| FF_PFNGLSHADERSOURCEPROC FFOpenGLFunctions::glShaderSource | 
Definition at line 147 of file opengl_enc.c.
Referenced by opengl_load_shader().
| FF_PFNGLGETSHADERIVPROC FFOpenGLFunctions::glGetShaderiv | 
Definition at line 148 of file opengl_enc.c.
Referenced by opengl_load_shader().
| FF_PFNGLGETSHADERINFOLOGPROC FFOpenGLFunctions::glGetShaderInfoLog | 
Definition at line 149 of file opengl_enc.c.
Referenced by opengl_load_shader().
 1.8.6
 1.8.6