/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 130 {"glUniform3f", (void*)glUniform3f},
|
D | gl2_client_context.h | 132 glUniform3f_client_proc_t glUniform3f; member
|
D | gl2_client_context.cpp | 132 glUniform3f = (glUniform3f_client_proc_t) getProc("glUniform3f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 127 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z); 1184 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f() function 1187 ctx->glUniform3f(ctx, location, x, y, z); in glUniform3f()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 33 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
|
D | gles2_only_dispatch_logging_wrappers.impl | 145 DISPATCH_DEBUG_LOG("glUniform3f(location:%d, x:%f, y:%f, z:%f)", location, x, y, z);
|
D | gles12tr_internal.entries | 299 void glUniform3f( GLint location, GLfloat x, GLfloat y, GLfloat z);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 36 GL_APICALL void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
|
D | gles2_only_functions.h | 36 X(void, glUniform3f, (GLint location, GLfloat x, GLfloat y, GLfloat z), (location, x, y, z)) \
|
D | gles12tr_internal.h | 301 X(void, glUniform3f, (GLint location, GLfloat x, GLfloat y, GLfloat z), (location, x, y, z)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 163 glUniform3f_server_proc_t glUniform3f; member
|
D | gles2_server_context.cpp | 132 glUniform3f = (glUniform3f_server_proc_t) getProc("glUniform3f", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 645 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 626 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 626 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
D | gl31.h | 496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
D | gl31.h | 496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 234 X(void, glUniform3f, (GLint location, GLfloat x, GLfloat y, GLfloat z), (location, x, y, z)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 626 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
D | gl31.h | 626 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 124 GL_ENTRY(void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3977 GL_APICALL void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z){ in glUniform3f() function 3981 ctx->dispatcher().glUniform3f(hostLoc,x,y,z); in glUniform3f()
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1842 #define glUniform3f MANGLE(Uniform3f) macro
|