Searched refs:glExtGetProgramBinarySourceQCOM (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 209 {"glExtGetProgramBinarySourceQCOM", (void*)glExtGetProgramBinarySourceQCOM},
|
D | gl2_client_context.h | 211 glExtGetProgramBinarySourceQCOM_client_proc_t glExtGetProgramBinarySourceQCOM; member
|
D | gl2_client_context.cpp | 211 …glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gl2_entry.cpp | 207 …void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* len… 1424 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* leng… in glExtGetProgramBinarySourceQCOM() function 1427 ctx->glExtGetProgramBinarySourceQCOM(ctx, program, shadertype, source, length); in glExtGetProgramBinarySourceQCOM()
|
D | gl2_enc.cpp | 5180 …this->glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) &enc_unsup… in gl2_encoder_context_t()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 288 {"glExtGetProgramBinarySourceQCOM", (void *)glExtGetProgramBinarySourceQCOM},
|
D | gles_dispatch.h | 291 glExtGetProgramBinarySourceQCOM_t glExtGetProgramBinarySourceQCOM; member 563 … glExtGetProgramBinarySourceQCOM_t retval = glExtGetProgramBinarySourceQCOM; glExtGetProgramBinary… in set_glExtGetProgramBinarySourceQCOM()
|
D | gles.cpp | 1396 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar *source, GLint *leng… in glExtGetProgramBinarySourceQCOM() function 1398 getDispatch()->glExtGetProgramBinarySourceQCOM(program, shadertype, source, length); in glExtGetProgramBinarySourceQCOM()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 281 {"glExtGetProgramBinarySourceQCOM", (void*)glExtGetProgramBinarySourceQCOM},
|
D | gl_client_context.h | 301 glExtGetProgramBinarySourceQCOM_client_proc_t glExtGetProgramBinarySourceQCOM; member
|
D | gl_client_context.cpp | 301 …glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gl_entry.cpp | 297 …void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* len… 2049 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* leng… in glExtGetProgramBinarySourceQCOM() function 2052 ctx->glExtGetProgramBinarySourceQCOM(ctx, program, shadertype, source, length); in glExtGetProgramBinarySourceQCOM()
|
D | gl_enc.cpp | 8459 …this->glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) &enc_unsup… in gl_encoder_context_t()
|