Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h238 {"glUniform2uiv", (void*)glUniform2uiv},
Dgl2_client_context.h256 glUniform2uiv_client_proc_t glUniform2uiv; member
Dgl2_client_context.cpp256 glUniform2uiv = (glUniform2uiv_client_proc_t) getProc("glUniform2uiv", userData); in initDispatchByName()
Dgl2_entry.cpp251 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()
DGL2Encoder.cpp272 OVERRIDE(glUniform2uiv); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries51 void glUniform2uiv(GLint location, GLsizei count, const GLuint *value);
Dgles3_only_dispatch_logging_wrappers.impl140 DISPATCH_DEBUG_LOG("glUniform2uiv(location:%d, count:%d, value:%p)", location, count, value);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h37 GL_APICALL void GL_APIENTRY glUniform2uiv(GLint location, GLsizei count, const GLuint * value);
Dgles3_only_functions.h37 …X(void, glUniform2uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h299 glUniform2uiv_server_proc_t glUniform2uiv; member
Dgles2_server_context.cpp256 glUniform2uiv = (glUniform2uiv_server_proc_t) getProc("glUniform2uiv", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp178 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()
DProgramData.cpp541 dispatcher.glUniform2uiv(location, uniform.mCount, in restore()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h882 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h882 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h882 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h882 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1134 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib765 glUniform2uiv
Dgles2.in328 GL_ENTRY(void, glUniform2uiv, GLint location, GLsizei count, const GLuint *value)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h313 …X(void, glUniform2uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1134 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h1134 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1134 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1838 #define glUniform2uiv MANGLE(Uniform2uiv) macro

12