Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h135 {"glUniform4fv", (void*)glUniform4fv},
Dgl2_client_context.h137 glUniform4fv_client_proc_t glUniform4fv; member
Dgl2_client_context.cpp137 glUniform4fv = (glUniform4fv_client_proc_t) getProc("glUniform4fv", userData); in initDispatchByName()
Dgl2_entry.cpp132 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
1186 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v) in glUniform4fv() function
1189 ctx->glUniform4fv(ctx, location, count, v); in glUniform4fv()
DGL2Encoder.cpp156 OVERRIDE(glUniform4fv); in GL2Encoder()
Dgl2_enc.cpp11174 this->glUniform4fv = &glUniform4fv_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);