Home
last modified time | relevance | path

Searched refs:glUniform1uiv (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h237 {"glUniform1uiv", (void*)glUniform1uiv},
Dgl2_client_context.h255 glUniform1uiv_client_proc_t glUniform1uiv; member
Dgl2_client_context.cpp255 glUniform1uiv = (glUniform1uiv_client_proc_t) getProc("glUniform1uiv", userData); in initDispatchByName()
Dgl2_entry.cpp250 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()
DGL2Encoder.cpp271 OVERRIDE(glUniform1uiv); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries50 void glUniform1uiv(GLint location, GLsizei count, const GLuint *value);
Dgles3_only_dispatch_logging_wrappers.impl135 DISPATCH_DEBUG_LOG("glUniform1uiv(location:%d, count:%d, value:%p)", location, count, value);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h36 GL_APICALL void GL_APIENTRY glUniform1uiv(GLint location, GLsizei count, const GLuint * value);
Dgles3_only_functions.h36 …X(void, glUniform1uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h298 glUniform1uiv_server_proc_t glUniform1uiv; member
Dgles2_server_context.cpp255 glUniform1uiv = (glUniform1uiv_server_proc_t) getProc("glUniform1uiv", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp171 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()
DProgramData.cpp537 dispatcher.glUniform1uiv(location, uniform.mCount, in restore()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h881 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h881 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h881 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h881 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1133 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib762 glUniform1uiv
Dgles2.in327 GL_ENTRY(void, glUniform1uiv, GLint location, GLsizei count, const GLuint *value)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h312 …X(void, glUniform1uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1133 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h1133 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1133 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1820 #define glUniform1uiv MANGLE(Uniform1uiv) macro

12