Searched refs:glExtGetProgramBinarySourceQCOM (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 67 glExtGetProgramBinarySourceQCOM; # introduced-mips=9 introduced-x86=9
|
D | libGLESv1_CM.map.txt | 83 glExtGetProgramBinarySourceQCOM; # introduced-mips=9 introduced-x86=9
|
D | entries.in | 236 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 445 void API_ENTRY(glExtGetProgramBinarySourceQCOM)(GLuint program, GLenum shadertype, GLchar *source, … 446 CALL_GL_API(glExtGetProgramBinarySourceQCOM, program, shadertype, source, length);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 252 #define glExtGetProgramBinarySourceQCOM wrap_glExtGetProgramBinarySourceQCOM macro
|
D | gles_undefine.h | 252 #undef glExtGetProgramBinarySourceQCOM
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1090 void API_ENTRY(glExtGetProgramBinarySourceQCOM)(GLuint program, GLenum shadertype, GLchar *source, … 1091 CALL_GL_API(glExtGetProgramBinarySourceQCOM, program, shadertype, source, length);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 1244 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2881 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
|