Searched refs:glUniform1f (Results 1 – 12 of 12) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 353 s_gles2.glUniform1f(yWidthCutoffLoc, yWidthCutoff); in doYUVConversionDraw() 354 s_gles2.glUniform1f(cWidthCutoffLoc, cWidthCutoff); in doYUVConversionDraw()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 122 {"glUniform1f", (void*)glUniform1f},
|
D | gl2_client_context.h | 124 glUniform1f_client_proc_t glUniform1f; member
|
D | gl2_client_context.cpp | 124 glUniform1f = (glUniform1f_client_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 119 void glUniform1f(GLint location, GLfloat x); 1123 void glUniform1f(GLint location, GLfloat x) in glUniform1f() function 1126 ctx->glUniform1f(ctx, location, x); in glUniform1f()
|
D | GL2Encoder.cpp | 162 OVERRIDE(glUniform1f); in GL2Encoder()
|
D | gl2_enc.cpp | 11684 this->glUniform1f = &glUniform1f_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 116 void glUniform1f(GLint location, GLfloat v0);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
D | gl31.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 112 GL_ENTRY(void, glUniform1f, GLint location, GLfloat x)
|