Home
last modified time | relevance | path

Searched refs:glUniform3fv (Results 1 – 17 of 17) 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);
1175 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() function
1178 ctx->glUniform3fv(ctx, location, count, v); in glUniform3fv()
DGL2Encoder.cpp169 OVERRIDE(glUniform3fv); in GL2Encoder()
Dgl2_enc.cpp11612 this->glUniform3fv = &glUniform3fv_enc; in gl2_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3.lds348 glUniform3fv;
Dgles3_wrapper_context.h133 glUniform3fv_wrapper_proc_t glUniform3fv; member
Dgles3_wrapper_context.cpp133 glUniform3fv = (glUniform3fv_wrapper_proc_t) getProc("glUniform3fv", userData); in initDispatchByName()
Dgles3_wrapper_entry.cpp128 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
1147 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() function
1150 ctx->glUniform3fv( location, count, v); in glUniform3fv()
Dgles3.in121 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat* v)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries125 void glUniform3fv(GLint location, GLsizei count, const GLfloat *value);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib221 glUniform3fv
Dgles3.in121 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat* v)
/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);