Searched refs:glGetProgramResourceLocationIndexEXT (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 405 #define glGetProgramResourceLocationIndexEXT wrap_glGetProgramResourceLocationIndexEXT macro
|
D | gles_undefine.h | 404 #undef glGetProgramResourceLocationIndexEXT
|
D | gles_stubs.in | 1276 GLint API_ENTRY(glGetProgramResourceLocationIndexEXT)(GLuint program, GLenum programInterface, cons… 1277 CALL_GL_API_RETURN(glGetProgramResourceLocationIndexEXT, program, programInterface, name);
|
D | gles_decls.in | 426 GL_ENTRY(GLint, glGetProgramResourceLocationIndexEXT, GLuint program, GLenum programInterface, cons…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 322 GLint API_ENTRY(glGetProgramResourceLocationIndexEXT)(GLuint program, GLenum programInterface, cons… 323 CALL_GL_API_RETURN(glGetProgramResourceLocationIndexEXT, program, programInterface, name);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 416 GL_ENTRY(GLint, glGetProgramResourceLocationIndexEXT, GLuint program, GLenum programInterface, cons…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1111 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocationIndexEXT (GLuint program, GLenum programIn…
|