Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h122 {"glUniform1f", (void*)glUniform1f},
Dgl2_client_context.h124 glUniform1f_client_proc_t glUniform1f; member
Dgl2_client_context.cpp124 glUniform1f = (glUniform1f_client_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
Dgl2_entry.cpp120 void glUniform1f(GLint location, GLfloat x);
900 void glUniform1f(GLint location, GLfloat x) in glUniform1f() function
903 ctx->glUniform1f(ctx, location, x); in glUniform1f()
DGL2Encoder.cpp101 OVERRIDE(glUniform1f); in GL2Encoder()
Dgl2_enc.cpp5093 this->glUniform1f = &glUniform1f_enc; in gl2_encoder_context_t()