Searched refs:glEnableiOES (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 241 #define glEnableiOES wrap_glEnableiOES macro
|
D | gles_undefine.h | 241 #undef glEnableiOES
|
D | gles_stubs.in | 1135 void API_ENTRY(glEnableiOES)(GLenum target, GLuint index) { 1136 CALL_GL_API(glEnableiOES, target, index);
|
D | gles_decls.in | 379 GL_ENTRY(void, glEnableiOES, GLenum target, GLuint index)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 61 void API_ENTRY(glEnableiOES)(GLenum target, GLuint index) { 62 CALL_GL_API(glEnableiOES, target, index);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 313 GL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 225 GL_ENTRY(void, glEnableiOES, GLenum target, GLuint index)
|