Searched refs:glUniform4f (Results 1 – 16 of 16) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 134 {"glUniform4f", (void*)glUniform4f},
|
D | gl2_client_context.h | 136 glUniform4f_client_proc_t glUniform4f; member
|
D | gl2_client_context.cpp | 136 glUniform4f = (glUniform4f_client_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 131 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()
|
D | GL2Encoder.cpp | 172 OVERRIDE(glUniform4f); in GL2Encoder()
|
D | gl2_enc.cpp | 11615 this->glUniform4f = &glUniform4f_enc; in gl2_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles3.lds | 353 glUniform4f;
|
D | gles3_wrapper_context.h | 136 glUniform4f_wrapper_proc_t glUniform4f; member
|
D | gles3_wrapper_context.cpp | 136 glUniform4f = (glUniform4f_wrapper_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
|
D | gles3_wrapper_entry.cpp | 131 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()
|
D | gles3.in | 124 GL_ENTRY(void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 128 void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
|
D | gl31.h | 500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 124 GL_ENTRY(void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
|