Searched refs:glUniform2fv (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 127 {"glUniform2fv", (void*)glUniform2fv},
|
D | gl2_client_context.h | 129 glUniform2fv_client_proc_t glUniform2fv; member
|
D | gl2_client_context.cpp | 129 glUniform2fv = (glUniform2fv_client_proc_t) getProc("glUniform2fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 125 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v); 930 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() function 933 ctx->glUniform2fv(ctx, location, count, v); in glUniform2fv()
|
D | GL2Encoder.cpp | 106 OVERRIDE(glUniform2fv); in GL2Encoder()
|
D | gl2_enc.cpp | 5098 this->glUniform2fv = &glUniform2fv_enc; in gl2_encoder_context_t()
|