/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 239 {"glUniform3uiv", (void*)glUniform3uiv},
|
D | gl2_client_context.h | 257 glUniform3uiv_client_proc_t glUniform3uiv; member
|
D | gl2_client_context.cpp | 257 glUniform3uiv = (glUniform3uiv_client_proc_t) getProc("glUniform3uiv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 252 void glUniform3uiv(GLint location, GLsizei count, const GLuint* value); 1941 void glUniform3uiv(GLint location, GLsizei count, const GLuint* value) in glUniform3uiv() function 1944 ctx->glUniform3uiv(ctx, location, count, value); in glUniform3uiv()
|
D | GL2Encoder.cpp | 273 OVERRIDE(glUniform3uiv); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 52 void glUniform3uiv(GLint location, GLsizei count, const GLuint *value);
|
D | gles3_only_dispatch_logging_wrappers.impl | 145 DISPATCH_DEBUG_LOG("glUniform3uiv(location:%d, count:%d, value:%p)", location, count, value);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 38 GL_APICALL void GL_APIENTRY glUniform3uiv(GLint location, GLsizei count, const GLuint * value);
|
D | gles3_only_functions.h | 38 …X(void, glUniform3uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 300 glUniform3uiv_server_proc_t glUniform3uiv; member
|
D | gles2_server_context.cpp | 257 glUniform3uiv = (glUniform3uiv_server_proc_t) getProc("glUniform3uiv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 185 GL_APICALL void GL_APIENTRY glUniform3uiv(GLint location, GLsizei count, const GLuint * value) { in glUniform3uiv() function 189 ctx->dispatcher().glUniform3uiv(hostLoc, count, value); in glUniform3uiv()
|
D | ProgramData.cpp | 545 dispatcher.glUniform3uiv(location, uniform.mCount, in restore()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1135 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 768 glUniform3uiv
|
D | gles2.in | 329 GL_ENTRY(void, glUniform3uiv, GLint location, GLsizei count, const GLuint *value)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 314 …X(void, glUniform3uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1135 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 1135 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1135 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1856 #define glUniform3uiv MANGLE(Uniform3uiv) macro
|