Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h126 {"glUniform2f", (void*)glUniform2f},
Dgl2_client_context.h128 glUniform2f_client_proc_t glUniform2f; member
Dgl2_client_context.cpp128 glUniform2f = (glUniform2f_client_proc_t) getProc("glUniform2f", userData); in initDispatchByName()
Dgl2_entry.cpp124 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()
DGL2Encoder.cpp105 OVERRIDE(glUniform2f); in GL2Encoder()
Dgl2_enc.cpp5097 this->glUniform2f = &glUniform2f_enc; in gl2_encoder_context_t()