Searched refs:glReadBufferIndexedEXT (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 709 #define glReadBufferIndexedEXT wrap_glReadBufferIndexedEXT macro
|
D | gles_undefine.h | 709 #undef glReadBufferIndexedEXT
|
D | gles_stubs.in | 1417 void API_ENTRY(glReadBufferIndexedEXT)(GLenum src, GLint index) { 1418 CALL_GL_API(glReadBufferIndexedEXT, src, index);
|
D | gles_decls.in | 473 GL_ENTRY(void, glReadBufferIndexedEXT, GLenum src, GLint index)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 424 void API_ENTRY(glReadBufferIndexedEXT)(GLenum src, GLint index) { 425 CALL_GL_API(glReadBufferIndexedEXT, src, index);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1403 GL_APICALL void GL_APIENTRY glReadBufferIndexedEXT (GLenum src, GLint index);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 693 GL_ENTRY(void, glReadBufferIndexedEXT, GLenum src, GLint index)
|