Home
last modified time | relevance | path

Searched refs:glUniform3fv (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h131 {"glUniform3fv", (void*)glUniform3fv},
Dgl2_client_context.h133 glUniform3fv_client_proc_t glUniform3fv; member
Dgl2_client_context.cpp133 glUniform3fv = (glUniform3fv_client_proc_t) getProc("glUniform3fv", userData); in initDispatchByName()
Dgl2_entry.cpp128 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
1162 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() function
1165 ctx->glUniform3fv(ctx, location, count, v); in glUniform3fv()
DGL2Encoder.cpp152 OVERRIDE(glUniform3fv); in GL2Encoder()
Dgl2_enc.cpp11170 this->glUniform3fv = &glUniform3fv_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);