Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h130 {"glUniform3f", (void*)glUniform3f},
Dgl2_client_context.h132 glUniform3f_client_proc_t glUniform3f; member
Dgl2_client_context.cpp132 glUniform3f = (glUniform3f_client_proc_t) getProc("glUniform3f", userData); in initDispatchByName()
Dgl2_entry.cpp127 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
1171 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f() function
1174 ctx->glUniform3f(ctx, location, x, y, z); in glUniform3f()
DGL2Encoder.cpp170 OVERRIDE(glUniform3f); in GL2Encoder()
Dgl2_enc.cpp11692 this->glUniform3f = &glUniform3f_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries124 void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
Dgl31.h496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in120 GL_ENTRY(void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z)