Searched refs:glExtTexObjectStateOverrideiQCOM (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 75 glExtTexObjectStateOverrideiQCOM; # introduced-mips=9 introduced-x86=9
|
D | libGLESv1_CM.map.txt | 91 glExtTexObjectStateOverrideiQCOM; # introduced-mips=9 introduced-x86=9
|
D | entries_gles1.in | 91 GL_ENTRY(void, glExtTexObjectStateOverrideiQCOM, GLenum target, GLenum pname, GLint param)
|
D | entries.in | 261 GL_ENTRY(void, glExtTexObjectStateOverrideiQCOM, GLenum target, GLenum pname, GLint param)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtTexObjectStateOverrideiQCOM); 388 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtTexObjectStateOverrideiQCOM); in init_stub_library()
|
D | stubs_arm.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtTexObjectStateOverrideiQCOM); 388 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtTexObjectStateOverrideiQCOM); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 436 void API_ENTRY(glExtTexObjectStateOverrideiQCOM)(GLenum target, GLenum pname, GLint param) { 437 CALL_GL_API(glExtTexObjectStateOverrideiQCOM, target, pname, param);
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 238 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtTexObjectStateOverrideiQCOM); 1086 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtTexObjectStateOverrideiQCOM); in init_stub_library()
|
D | stubs_arm64.cc | 238 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtTexObjectStateOverrideiQCOM); 1086 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtTexObjectStateOverrideiQCOM); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 238 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtTexObjectStateOverrideiQCOM); 1086 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtTexObjectStateOverrideiQCOM); in init_stub_library()
|
D | stubs_arm.cc | 238 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtTexObjectStateOverrideiQCOM); 1086 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtTexObjectStateOverrideiQCOM); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 261 #define glExtTexObjectStateOverrideiQCOM wrap_glExtTexObjectStateOverrideiQCOM macro
|
D | gles_undefine.h | 260 #undef glExtTexObjectStateOverrideiQCOM
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 872 GL_API void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1429 void API_ENTRY(glExtTexObjectStateOverrideiQCOM)(GLenum target, GLenum pname, GLint param) { 1430 CALL_GL_API(glExtTexObjectStateOverrideiQCOM, target, pname, param);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3504 GL_APICALL void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint pa…
|