Searched refs:glProgramUniform4fvEXT (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 672 #undef glProgramUniform4fvEXT
|
D | gles_redefine.h | 673 #define glProgramUniform4fvEXT wrap_glProgramUniform4fvEXT macro
|
D | gles_stubs.in | 1507 void API_ENTRY(glProgramUniform4fvEXT)(GLuint program, GLint location, GLsizei count, const GLfloat… 1508 CALL_GL_API(glProgramUniform4fvEXT, program, location, count, value);
|
D | gles_decls.in | 503 GL_ENTRY(void, glProgramUniform4fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 655 void API_ENTRY(glProgramUniform4fvEXT)(GLuint program, GLint location, GLsizei count, const GLfloat… 656 CALL_GL_API(glProgramUniform4fvEXT, program, location, count, value);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 731 GL_ENTRY(void, glProgramUniform4fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1832 GL_APICALL void GL_APIENTRY glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, …
|