Searched refs:glProgramUniform1fEXT (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | unwrap_gles.h | 637 #undef glProgramUniform1fEXT
|
D | wrap_gles.h | 637 #define glProgramUniform1fEXT wrap_glProgramUniform1fEXT macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 478 void API_ENTRY(glProgramUniform1fEXT)(GLuint program, GLint location, GLfloat v0) { 479 CALL_GL_API(glProgramUniform1fEXT, program, location, v0);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 618 GL_ENTRY(void, glProgramUniform1fEXT, GLuint program, GLint location, GLfloat v0)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1564 GL_APICALL void GL_APIENTRY glProgramUniform1fEXT (GLuint program, GLint location, GLfloat v0);
|