Searched refs:glIsEnablediOES (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 486 #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 | 82 GLboolean API_ENTRY(glIsEnablediOES)(GLenum target, GLuint index) { 83 CALL_GL_API_RETURN(glIsEnablediOES, target, index);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 470 GL_ENTRY(GLboolean, glIsEnablediOES, GLenum target, GLuint index)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 318 GL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuint index);
|