Searched refs:glUniform4fv (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 135 {"glUniform4fv", (void*)glUniform4fv},
|
D | gl2_client_context.h | 137 glUniform4fv_client_proc_t glUniform4fv; member
|
D | gl2_client_context.cpp | 137 glUniform4fv = (glUniform4fv_client_proc_t) getProc("glUniform4fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 133 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v); 978 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v) in glUniform4fv() function 981 ctx->glUniform4fv(ctx, location, count, v); in glUniform4fv()
|
D | GL2Encoder.cpp | 114 OVERRIDE(glUniform4fv); in GL2Encoder()
|
D | gl2_enc.cpp | 5106 this->glUniform4fv = &glUniform4fv_enc; in gl2_encoder_context_t()
|