Home
last modified time | relevance | path

Searched refs:glUniform2fv (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h127 {"glUniform2fv", (void*)glUniform2fv},
Dgl2_client_context.h129 glUniform2fv_client_proc_t glUniform2fv; member
Dgl2_client_context.cpp129 glUniform2fv = (glUniform2fv_client_proc_t) getProc("glUniform2fv", userData); in initDispatchByName()
Dgl2_entry.cpp124 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
1153 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() function
1156 ctx->glUniform2fv(ctx, location, count, v); in glUniform2fv()
DGL2Encoder.cpp167 OVERRIDE(glUniform2fv); in GL2Encoder()
Dgl2_enc.cpp11689 this->glUniform2fv = &glUniform2fv_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries121 void glUniform2fv(GLint location, GLsizei count, const GLfloat *value);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib215 glUniform2fv
Dgles3.in117 GL_ENTRY(void, glUniform2fv, GLint location, GLsizei count, const GLfloat* v)
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);