Searched refs:glExtGetTexLevelParameterivQCOM (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 71 glExtGetTexLevelParameterivQCOM; # introduced-mips=9 introduced-x86=9
|
D | libGLESv1_CM.map.txt | 87 glExtGetTexLevelParameterivQCOM; # introduced-mips=9 introduced-x86=9
|
D | entries_gles1.in | 87 GL_ENTRY(void, glExtGetTexLevelParameterivQCOM, GLuint texture, GLenum face, GLint level, GLenum pn…
|
D | entries.in | 257 GL_ENTRY(void, glExtGetTexLevelParameterivQCOM, GLuint texture, GLenum face, GLint level, GLenum pn…
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexLevelParameterivQCOM); 384 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetTexLevelParameterivQCOM); in init_stub_library()
|
D | stubs_arm.cc | 104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexLevelParameterivQCOM); 384 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetTexLevelParameterivQCOM); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 433 void API_ENTRY(glExtGetTexLevelParameterivQCOM)(GLuint texture, GLenum face, GLint level, GLenum pn… 434 CALL_GL_API(glExtGetTexLevelParameterivQCOM, texture, face, level, pname, params);
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 234 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexLevelParameterivQCOM); 1082 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetTexLevelParameterivQCOM); in init_stub_library()
|
D | stubs_arm64.cc | 234 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexLevelParameterivQCOM); 1082 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetTexLevelParameterivQCOM); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 234 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexLevelParameterivQCOM); 1082 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetTexLevelParameterivQCOM); in init_stub_library()
|
D | stubs_arm.cc | 234 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetTexLevelParameterivQCOM); 1082 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetTexLevelParameterivQCOM); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 257 #define glExtGetTexLevelParameterivQCOM wrap_glExtGetTexLevelParameterivQCOM macro
|
D | gles_undefine.h | 256 #undef glExtGetTexLevelParameterivQCOM
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 871 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, …
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1426 void API_ENTRY(glExtGetTexLevelParameterivQCOM)(GLuint texture, GLenum face, GLint level, GLenum pn… 1427 CALL_GL_API(glExtGetTexLevelParameterivQCOM, texture, face, level, pname, params);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3503 GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint lev…
|