Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_undefine.h204 #undef glDrawBuffersIndexedEXT
Dgles_redefine.h204 #define glDrawBuffersIndexedEXT wrap_glDrawBuffersIndexedEXT macro
Dgles_stubs.in1417 void API_ENTRY(glDrawBuffersIndexedEXT)(GLint n, const GLenum *location, const GLint *indices) {
1418 CALL_GL_API(glDrawBuffersIndexedEXT, n, location, indices);
Dgles_decls.in473 GL_ENTRY(void, glDrawBuffersIndexedEXT, GLint n, const GLenum *location, const GLint *indices)
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in538 void API_ENTRY(glDrawBuffersIndexedEXT)(GLint n, const GLenum *location, const GLint *indices) {
539 CALL_GL_API(glDrawBuffersIndexedEXT, n, location, indices);
/frameworks/native/opengl/libs/
Dentries.in200 GL_ENTRY(void, glDrawBuffersIndexedEXT, GLint n, const GLenum *location, const GLint *indices)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1595 GL_APICALL void GL_APIENTRY glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *…