Searched refs:glBindFragDataLocationEXT (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 36 #define glBindFragDataLocationEXT wrap_glBindFragDataLocationEXT macro
|
D | gles_undefine.h | 36 #undef glBindFragDataLocationEXT
|
D | gles_stubs.in | 1273 void API_ENTRY(glBindFragDataLocationEXT)(GLuint program, GLuint color, const GLchar *name) { 1274 CALL_GL_API(glBindFragDataLocationEXT, program, color, name);
|
D | gles_decls.in | 425 GL_ENTRY(void, glBindFragDataLocationEXT, GLuint program, GLuint color, const GLchar *name)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 319 void API_ENTRY(glBindFragDataLocationEXT)(GLuint program, GLuint color, const GLchar *name) { 320 CALL_GL_API(glBindFragDataLocationEXT, program, color, name);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 20 GL_ENTRY(void, glBindFragDataLocationEXT, GLuint program, GLuint color, const GLchar *name)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1110 GL_APICALL void GL_APIENTRY glBindFragDataLocationEXT (GLuint program, GLuint color, const GLchar *…
|