Home
last modified time | relevance | path

Searched refs:glUniform4f (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h134 {"glUniform4f", (void*)glUniform4f},
Dgl2_client_context.h136 glUniform4f_client_proc_t glUniform4f; member
Dgl2_client_context.cpp136 glUniform4f = (glUniform4f_client_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
Dgl2_entry.cpp131 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1193 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f() function
1196 ctx->glUniform4f(ctx, location, x, y, z, w); in glUniform4f()
DGL2Encoder.cpp172 OVERRIDE(glUniform4f); in GL2Encoder()
Dgl2_enc.cpp11615 this->glUniform4f = &glUniform4f_enc; in gl2_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3.lds353 glUniform4f;
Dgles3_wrapper_context.h136 glUniform4f_wrapper_proc_t glUniform4f; member
Dgles3_wrapper_context.cpp136 glUniform4f = (glUniform4f_wrapper_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
Dgles3_wrapper_entry.cpp131 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1165 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f() function
1168 ctx->glUniform4f( location, x, y, z, w); in glUniform4f()
Dgles3.in124 GL_ENTRY(void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries128 void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
Dgl31.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in124 GL_ENTRY(void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)