Searched refs:glExtGetProgramBinarySourceQCOM (Results 1 – 16 of 16) 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_gles1.in | 83 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
|
D | entries.in | 253 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetProgramBinarySourceQCOM); 380 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetProgramBinarySourceQCOM); in init_stub_library()
|
D | stubs_arm.cc | 100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetProgramBinarySourceQCOM); 380 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetProgramBinarySourceQCOM); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 454 void API_ENTRY(glExtGetProgramBinarySourceQCOM)(GLuint program, GLenum shadertype, GLchar *source, … 455 CALL_GL_API(glExtGetProgramBinarySourceQCOM, program, shadertype, source, length);
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 230 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetProgramBinarySourceQCOM); 1078 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetProgramBinarySourceQCOM); in init_stub_library()
|
D | stubs_arm64.cc | 230 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetProgramBinarySourceQCOM); 1078 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetProgramBinarySourceQCOM); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 230 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetProgramBinarySourceQCOM); 1078 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetProgramBinarySourceQCOM); in init_stub_library()
|
D | stubs_arm.cc | 230 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetProgramBinarySourceQCOM); 1078 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetProgramBinarySourceQCOM); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 253 #define glExtGetProgramBinarySourceQCOM wrap_glExtGetProgramBinarySourceQCOM macro
|
D | gles_undefine.h | 252 #undef glExtGetProgramBinarySourceQCOM
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 888 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1447 void API_ENTRY(glExtGetProgramBinarySourceQCOM)(GLuint program, GLenum shadertype, GLchar *source, … 1448 CALL_GL_API(glExtGetProgramBinarySourceQCOM, program, shadertype, source, length);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3520 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
|