Searched refs:glUniform1fv (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 123 {"glUniform1fv", (void*)glUniform1fv},
|
D | gl2_client_context.h | 125 glUniform1fv_client_proc_t glUniform1fv; member
|
D | gl2_client_context.cpp | 125 glUniform1fv = (glUniform1fv_client_proc_t) getProc("glUniform1fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 121 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v); 906 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) in glUniform1fv() function 909 ctx->glUniform1fv(ctx, location, count, v); in glUniform1fv()
|
D | GL2Encoder.cpp | 102 OVERRIDE(glUniform1fv); in GL2Encoder()
|
D | gl2_enc.cpp | 5094 this->glUniform1fv = &glUniform1fv_enc; in gl2_encoder_context_t()
|