Searched refs:glProgramUniform3fEXT (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 658 #undef glProgramUniform3fEXT
|
D | gles_redefine.h | 659 #define glProgramUniform3fEXT wrap_glProgramUniform3fEXT macro
|
D | gles_stubs.in | 1492 void API_ENTRY(glProgramUniform3fEXT)(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLflo… 1493 CALL_GL_API(glProgramUniform3fEXT, program, location, v0, v1, v2);
|
D | gles_decls.in | 498 GL_ENTRY(void, glProgramUniform3fEXT, GLuint program, GLint location, GLfloat v0, GLfloat v1, GLflo…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 640 void API_ENTRY(glProgramUniform3fEXT)(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLflo… 641 CALL_GL_API(glProgramUniform3fEXT, program, location, v0, v1, v2);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 713 GL_ENTRY(void, glProgramUniform3fEXT, GLuint program, GLint location, GLfloat v0, GLfloat v1, GLflo…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1827 GL_APICALL void GL_APIENTRY glProgramUniform3fEXT (GLuint program, GLint location, GLfloat v0, GLfl…
|