Searched refs:glUniform2f (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 126 {"glUniform2f", (void*)glUniform2f},
|
D | gl2_client_context.h | 128 glUniform2f_client_proc_t glUniform2f; member
|
D | gl2_client_context.cpp | 128 glUniform2f = (glUniform2f_client_proc_t) getProc("glUniform2f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 124 void glUniform2f(GLint location, GLfloat x, GLfloat y); 924 void glUniform2f(GLint location, GLfloat x, GLfloat y) in glUniform2f() function 927 ctx->glUniform2f(ctx, location, x, y); in glUniform2f()
|
D | GL2Encoder.cpp | 105 OVERRIDE(glUniform2f); in GL2Encoder()
|
D | gl2_enc.cpp | 5097 this->glUniform2f = &glUniform2f_enc; in gl2_encoder_context_t()
|