Home
last modified time | relevance | path

Searched refs:glUniform1f (Results 1 – 12 of 12) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
DYUVConverter.cpp353 s_gles2.glUniform1f(yWidthCutoffLoc, yWidthCutoff); in doYUVConversionDraw()
354 s_gles2.glUniform1f(cWidthCutoffLoc, cWidthCutoff); in doYUVConversionDraw()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h122 {"glUniform1f", (void*)glUniform1f},
Dgl2_client_context.h124 glUniform1f_client_proc_t glUniform1f; member
Dgl2_client_context.cpp124 glUniform1f = (glUniform1f_client_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
Dgl2_entry.cpp119 void glUniform1f(GLint location, GLfloat x);
1123 void glUniform1f(GLint location, GLfloat x) in glUniform1f() function
1126 ctx->glUniform1f(ctx, location, x); in glUniform1f()
DGL2Encoder.cpp162 OVERRIDE(glUniform1f); in GL2Encoder()
Dgl2_enc.cpp11684 this->glUniform1f = &glUniform1f_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries116 void glUniform1f(GLint location, GLfloat v0);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
Dgl31.h488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in112 GL_ENTRY(void, glUniform1f, GLint location, GLfloat x)