/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 240 {"glUniform4uiv", (void*)glUniform4uiv},
|
D | gl2_client_context.h | 258 glUniform4uiv_client_proc_t glUniform4uiv; member
|
D | gl2_client_context.cpp | 258 glUniform4uiv = (glUniform4uiv_client_proc_t) getProc("glUniform4uiv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 253 void glUniform4uiv(GLint location, GLsizei count, const GLuint* value); 1947 void glUniform4uiv(GLint location, GLsizei count, const GLuint* value) in glUniform4uiv() function 1950 ctx->glUniform4uiv(ctx, location, count, value); in glUniform4uiv()
|
D | GL2Encoder.cpp | 274 OVERRIDE(glUniform4uiv); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 53 void glUniform4uiv(GLint location, GLsizei count, const GLuint *value);
|
D | gles3_only_dispatch_logging_wrappers.impl | 150 DISPATCH_DEBUG_LOG("glUniform4uiv(location:%d, count:%d, value:%p)", location, count, value);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 39 GL_APICALL void GL_APIENTRY glUniform4uiv(GLint location, GLsizei count, const GLuint * value);
|
D | gles3_only_functions.h | 39 …X(void, glUniform4uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 301 glUniform4uiv_server_proc_t glUniform4uiv; member
|
D | gles2_server_context.cpp | 258 glUniform4uiv = (glUniform4uiv_server_proc_t) getProc("glUniform4uiv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 192 GL_APICALL void GL_APIENTRY glUniform4uiv(GLint location, GLsizei count, const GLuint * value) { in glUniform4uiv() function 196 ctx->dispatcher().glUniform4uiv(hostLoc, count, value); in glUniform4uiv()
|
D | ProgramData.cpp | 549 dispatcher.glUniform4uiv(location, uniform.mCount, in restore()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1136 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 771 glUniform4uiv
|
D | gles2.in | 330 GL_ENTRY(void, glUniform4uiv, GLint location, GLsizei count, const GLuint *value)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 315 …X(void, glUniform4uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1136 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 1136 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1136 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1874 #define glUniform4uiv MANGLE(Uniform4uiv) macro
|