Home
last modified time | relevance | path

Searched refs:glUniform4f (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h134 {"glUniform4f", (void*)glUniform4f},
Dgl2_client_context.h136 glUniform4f_client_proc_t glUniform4f; member
Dgl2_client_context.cpp136 glUniform4f = (glUniform4f_client_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
Dgl2_entry.cpp131 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1180 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f() function
1183 ctx->glUniform4f(ctx, location, x, y, z, w); in glUniform4f()
DGL2Encoder.cpp155 OVERRIDE(glUniform4f); in GL2Encoder()
Dgl2_enc.cpp11173 this->glUniform4f = &glUniform4f_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
Dgl31.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…