Home
last modified time | relevance | path

Searched refs:glEnableiOES (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h241 #define glEnableiOES wrap_glEnableiOES macro
Dgles_undefine.h241 #undef glEnableiOES
Dgles_stubs.in1135 void API_ENTRY(glEnableiOES)(GLenum target, GLuint index) {
1136 CALL_GL_API(glEnableiOES, target, index);
Dgles_decls.in379 GL_ENTRY(void, glEnableiOES, GLenum target, GLuint index)
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in61 void API_ENTRY(glEnableiOES)(GLenum target, GLuint index) {
62 CALL_GL_API(glEnableiOES, target, index);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h313 GL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
/frameworks/native/opengl/libs/
Dentries.in225 GL_ENTRY(void, glEnableiOES, GLenum target, GLuint index)