Searched refs:glUniform3f (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 130 {"glUniform3f", (void*)glUniform3f},
|
D | gl2_client_context.h | 132 glUniform3f_client_proc_t glUniform3f; member
|
D | gl2_client_context.cpp | 132 glUniform3f = (glUniform3f_client_proc_t) getProc("glUniform3f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 128 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()
|
D | GL2Encoder.cpp | 109 OVERRIDE(glUniform3f); in GL2Encoder()
|
D | gl2_enc.cpp | 5101 this->glUniform3f = &glUniform3f_enc; in gl2_encoder_context_t()
|