Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h240 {"glUniform4uiv", (void*)glUniform4uiv},
Dgl2_client_context.h258 glUniform4uiv_client_proc_t glUniform4uiv; member
Dgl2_client_context.cpp258 glUniform4uiv = (glUniform4uiv_client_proc_t) getProc("glUniform4uiv", userData); in initDispatchByName()
Dgl2_entry.cpp253 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()
DGL2Encoder.cpp274 OVERRIDE(glUniform4uiv); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries53 void glUniform4uiv(GLint location, GLsizei count, const GLuint *value);
Dgles3_only_dispatch_logging_wrappers.impl150 DISPATCH_DEBUG_LOG("glUniform4uiv(location:%d, count:%d, value:%p)", location, count, value);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h39 GL_APICALL void GL_APIENTRY glUniform4uiv(GLint location, GLsizei count, const GLuint * value);
Dgles3_only_functions.h39 …X(void, glUniform4uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h301 glUniform4uiv_server_proc_t glUniform4uiv; member
Dgles2_server_context.cpp258 glUniform4uiv = (glUniform4uiv_server_proc_t) getProc("glUniform4uiv", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp192 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()
DProgramData.cpp549 dispatcher.glUniform4uiv(location, uniform.mCount, in restore()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1136 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib771 glUniform4uiv
Dgles2.in330 GL_ENTRY(void, glUniform4uiv, GLint location, GLsizei count, const GLuint *value)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h315 …X(void, glUniform4uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1136 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h1136 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1136 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1874 #define glUniform4uiv MANGLE(Uniform4uiv) macro

12