Home
last modified time | relevance | path

Searched refs:glUniform2f (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h126 {"glUniform2f", (void*)glUniform2f},
Dgl2_client_context.h128 glUniform2f_client_proc_t glUniform2f; member
Dgl2_client_context.cpp128 glUniform2f = (glUniform2f_client_proc_t) getProc("glUniform2f", userData); in initDispatchByName()
Dgl2_entry.cpp123 void glUniform2f(GLint location, GLfloat x, GLfloat y);
1147 void glUniform2f(GLint location, GLfloat x, GLfloat y) in glUniform2f() function
1150 ctx->glUniform2f(ctx, location, x, y); in glUniform2f()
DGL2Encoder.cpp166 OVERRIDE(glUniform2f); in GL2Encoder()
Dgl2_enc.cpp11688 this->glUniform2f = &glUniform2f_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries120 void glUniform2f(GLint location, GLfloat v0, GLfloat v1);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
Dgl31.h492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in116 GL_ENTRY(void, glUniform2f, GLint location, GLfloat x, GLfloat y)