Searched refs:glExtGetTexSubImageQCOM (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 72 glExtGetTexSubImageQCOM; # introduced-mips=9 introduced-x86=9
|
D | libGLESv1_CM.map.txt | 88 glExtGetTexSubImageQCOM; # introduced-mips=9 introduced-x86=9
|
D | entries_gles1.in | 88 GL_ENTRY(void, glExtGetTexSubImageQCOM, GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
|
D | entries.in | 258 GL_ENTRY(void, glExtGetTexSubImageQCOM, GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 105 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexSubImageQCOM); 385 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetTexSubImageQCOM); in init_stub_library()
|
D | stubs_arm.cc | 105 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexSubImageQCOM); 385 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetTexSubImageQCOM); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 439 void API_ENTRY(glExtGetTexSubImageQCOM)(GLenum target, GLint level, GLint xoffset, GLint yoffset, G… 440 …CALL_GL_API(glExtGetTexSubImageQCOM, target, level, xoffset, yoffset, zoffset, width, height, dept…
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 235 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexSubImageQCOM); 1083 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetTexSubImageQCOM); in init_stub_library()
|
D | stubs_arm64.cc | 235 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexSubImageQCOM); 1083 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetTexSubImageQCOM); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 235 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexSubImageQCOM); 1083 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetTexSubImageQCOM); in init_stub_library()
|
D | stubs_arm.cc | 235 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexSubImageQCOM); 1083 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetTexSubImageQCOM); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 258 #define glExtGetTexSubImageQCOM wrap_glExtGetTexSubImageQCOM macro
|
D | gles_undefine.h | 257 #undef glExtGetTexSubImageQCOM
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 873 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint y…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1432 void API_ENTRY(glExtGetTexSubImageQCOM)(GLenum target, GLint level, GLint xoffset, GLint yoffset, G… 1433 …CALL_GL_API(glExtGetTexSubImageQCOM, target, level, xoffset, yoffset, zoffset, width, height, dept…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3505 GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLi…
|