/hardware/google/gfxstream/guest/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); 1208 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f() function 1211 ctx->glUniform4f(ctx, location, x, y, z, w); in glUniform4f()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 37 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
D | gles2_only_dispatch_logging_wrappers.impl | 165 DISPATCH_DEBUG_LOG("glUniform4f(location:%d, x:%f, y:%f, z:%f, w:%f)", location, x, y, z, w);
|
D | gles12tr_internal.entries | 303 void glUniform4f( GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 40 GL_APICALL void GL_APIENTRY glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
D | gles2_only_functions.h | 40 …X(void, glUniform4f, (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (location, x, y…
|
D | gles12tr_internal.h | 305 …X(void, glUniform4f, (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (location, x, y…
|
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 587 s_gles2.glUniform4f(mColor, in drawLayer()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 167 glUniform4f_server_proc_t glUniform4f; member
|
D | gles2_server_context.cpp | 136 glUniform4f = (glUniform4f_server_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 649 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 630 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 630 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
|
/hardware/google/gfxstream/common/opengl/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…
|
/hardware/google/gfxstream/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…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 238 …X(void, glUniform4f, (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (location, x, y…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 630 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
|
D | gl31.h | 630 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 128 GL_ENTRY(void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 4005 GL_APICALL void GL_APIENTRY glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w… in glUniform4f() function 4009 ctx->dispatcher().glUniform4f(hostLoc,x,y,z,w); in glUniform4f()
|