Searched refs:glIsEnablediOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 446 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsEnablediOES); 1294 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsEnablediOES); in init_stub_library()
|
D | stubs_arm64.cc | 446 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsEnablediOES); 1294 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsEnablediOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 446 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsEnablediOES); 1294 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsEnablediOES); in init_stub_library()
|
D | stubs_arm.cc | 446 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsEnablediOES); 1294 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsEnablediOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 487 #define glIsEnablediOES wrap_glIsEnablediOES macro
|
D | gles_undefine.h | 486 #undef glIsEnablediOES
|
D | gles_stubs.in | 1156 GLboolean API_ENTRY(glIsEnablediOES)(GLenum target, GLuint index) { 1157 CALL_GL_API_RETURN(glIsEnablediOES, target, index);
|
D | gles_decls.in | 386 GL_ENTRY(GLboolean, glIsEnablediOES, GLenum target, GLuint index)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 85 GLboolean API_ENTRY(glIsEnablediOES)(GLenum target, GLuint index) { 86 CALL_GL_API_RETURN(glIsEnablediOES, target, index);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 507 GL_ENTRY(GLboolean, glIsEnablediOES, GLenum target, GLuint index)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 328 GL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuint index);
|