/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 237 {"glUniform1uiv", (void*)glUniform1uiv},
|
D | gl2_client_context.h | 255 glUniform1uiv_client_proc_t glUniform1uiv; member
|
D | gl2_client_context.cpp | 255 glUniform1uiv = (glUniform1uiv_client_proc_t) getProc("glUniform1uiv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 250 void glUniform1uiv(GLint location, GLsizei count, const GLuint* value); 1929 void glUniform1uiv(GLint location, GLsizei count, const GLuint* value) in glUniform1uiv() function 1932 ctx->glUniform1uiv(ctx, location, count, value); in glUniform1uiv()
|
D | GL2Encoder.cpp | 271 OVERRIDE(glUniform1uiv); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 50 void glUniform1uiv(GLint location, GLsizei count, const GLuint *value);
|
D | gles3_only_dispatch_logging_wrappers.impl | 135 DISPATCH_DEBUG_LOG("glUniform1uiv(location:%d, count:%d, value:%p)", location, count, value);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 36 GL_APICALL void GL_APIENTRY glUniform1uiv(GLint location, GLsizei count, const GLuint * value);
|
D | gles3_only_functions.h | 36 …X(void, glUniform1uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 298 glUniform1uiv_server_proc_t glUniform1uiv; member
|
D | gles2_server_context.cpp | 255 glUniform1uiv = (glUniform1uiv_server_proc_t) getProc("glUniform1uiv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 171 GL_APICALL void GL_APIENTRY glUniform1uiv(GLint location, GLsizei count, const GLuint * value) { in glUniform1uiv() function 175 ctx->dispatcher().glUniform1uiv(hostLoc, count, value); in glUniform1uiv()
|
D | ProgramData.cpp | 537 dispatcher.glUniform1uiv(location, uniform.mCount, in restore()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 881 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 881 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 881 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 881 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1133 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 762 glUniform1uiv
|
D | gles2.in | 327 GL_ENTRY(void, glUniform1uiv, GLint location, GLsizei count, const GLuint *value)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 312 …X(void, glUniform1uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1133 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 1133 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1133 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1820 #define glUniform1uiv MANGLE(Uniform1uiv) macro
|