Home
last modified time | relevance | path

Searched refs:glUniform3f (Results 1 – 6 of 6) 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.cpp128 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
948 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f() function
951 ctx->glUniform3f(ctx, location, x, y, z); in glUniform3f()
DGL2Encoder.cpp109 OVERRIDE(glUniform3f); in GL2Encoder()
Dgl2_enc.cpp5101 this->glUniform3f = &glUniform3f_enc; in gl2_encoder_context_t()