Searched refs:glUniform3fv (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 131 {"glUniform3fv", (void*)glUniform3fv},
|
D | gl2_client_context.h | 133 glUniform3fv_client_proc_t glUniform3fv; member
|
D | gl2_client_context.cpp | 133 glUniform3fv = (glUniform3fv_client_proc_t) getProc("glUniform3fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 129 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v); 954 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() function 957 ctx->glUniform3fv(ctx, location, count, v); in glUniform3fv()
|
D | GL2Encoder.cpp | 110 OVERRIDE(glUniform3fv); in GL2Encoder()
|
D | gl2_enc.cpp | 5102 this->glUniform3fv = &glUniform3fv_enc; in gl2_encoder_context_t()
|