Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h134 {"glUniform4f", (void*)glUniform4f},
Dgl2_client_context.h134 glUniform4f_client_proc_t glUniform4f; member
Dgl2_client_context.cpp136 glUniform4f = (glUniform4f_client_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
Dgl2_entry.cpp132 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
972 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f() function
975 ctx->glUniform4f(ctx, location, x, y, z, w); in glUniform4f()
DGL2Encoder.cpp107 OVERRIDE(glUniform4f); in GL2Encoder()
Dgl2_enc.cpp3049 this->glUniform4f = &glUniform4f_enc; in gl2_encoder_context_t()