/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 238 {"glUniform2uiv", (void*)glUniform2uiv},
|
D | gl2_client_context.h | 256 glUniform2uiv_client_proc_t glUniform2uiv; member
|
D | gl2_client_context.cpp | 256 glUniform2uiv = (glUniform2uiv_client_proc_t) getProc("glUniform2uiv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 251 void glUniform2uiv(GLint location, GLsizei count, const GLuint* value); 1935 void glUniform2uiv(GLint location, GLsizei count, const GLuint* value) in glUniform2uiv() function 1938 ctx->glUniform2uiv(ctx, location, count, value); in glUniform2uiv()
|
D | GL2Encoder.cpp | 272 OVERRIDE(glUniform2uiv); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 51 void glUniform2uiv(GLint location, GLsizei count, const GLuint *value);
|
D | gles3_only_dispatch_logging_wrappers.impl | 140 DISPATCH_DEBUG_LOG("glUniform2uiv(location:%d, count:%d, value:%p)", location, count, value);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 37 GL_APICALL void GL_APIENTRY glUniform2uiv(GLint location, GLsizei count, const GLuint * value);
|
D | gles3_only_functions.h | 37 …X(void, glUniform2uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 299 glUniform2uiv_server_proc_t glUniform2uiv; member
|
D | gles2_server_context.cpp | 256 glUniform2uiv = (glUniform2uiv_server_proc_t) getProc("glUniform2uiv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 178 GL_APICALL void GL_APIENTRY glUniform2uiv(GLint location, GLsizei count, const GLuint * value) { in glUniform2uiv() function 182 ctx->dispatcher().glUniform2uiv(hostLoc, count, value); in glUniform2uiv()
|
D | ProgramData.cpp | 541 dispatcher.glUniform2uiv(location, uniform.mCount, in restore()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 882 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 882 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 882 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 882 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1134 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 765 glUniform2uiv
|
D | gles2.in | 328 GL_ENTRY(void, glUniform2uiv, GLint location, GLsizei count, const GLuint *value)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 313 …X(void, glUniform2uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1134 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 1134 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1134 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1838 #define glUniform2uiv MANGLE(Uniform2uiv) macro
|