Home
last modified time | relevance | path

Searched refs:glUniform4fv (Results 1 – 12 of 12) 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);
1201 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v) in glUniform4fv() function
1204 ctx->glUniform4fv(ctx, location, count, v); in glUniform4fv()
DGL2Encoder.cpp175 OVERRIDE(glUniform4fv); in GL2Encoder()
Dgl2_enc.cpp11697 this->glUniform4fv = &glUniform4fv_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries129 void glUniform4fv(GLint location, GLsizei count, const GLfloat *value);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib227 glUniform4fv
Dgles3.in125 GL_ENTRY(void, glUniform4fv, GLint location, GLsizei count, const GLfloat* v)
/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);