Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h239 {"glUniform3uiv", (void*)glUniform3uiv},
Dgl2_client_context.h257 glUniform3uiv_client_proc_t glUniform3uiv; member
Dgl2_client_context.cpp257 glUniform3uiv = (glUniform3uiv_client_proc_t) getProc("glUniform3uiv", userData); in initDispatchByName()
Dgl2_entry.cpp252 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()
DGL2Encoder.cpp273 OVERRIDE(glUniform3uiv); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries52 void glUniform3uiv(GLint location, GLsizei count, const GLuint *value);
Dgles3_only_dispatch_logging_wrappers.impl145 DISPATCH_DEBUG_LOG("glUniform3uiv(location:%d, count:%d, value:%p)", location, count, value);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h38 GL_APICALL void GL_APIENTRY glUniform3uiv(GLint location, GLsizei count, const GLuint * value);
Dgles3_only_functions.h38 …X(void, glUniform3uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h300 glUniform3uiv_server_proc_t glUniform3uiv; member
Dgles2_server_context.cpp257 glUniform3uiv = (glUniform3uiv_server_proc_t) getProc("glUniform3uiv", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp185 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()
DProgramData.cpp545 dispatcher.glUniform3uiv(location, uniform.mCount, in restore()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1135 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib768 glUniform3uiv
Dgles2.in329 GL_ENTRY(void, glUniform3uiv, GLint location, GLsizei count, const GLuint *value)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h314 …X(void, glUniform3uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, va…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1135 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h1135 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1135 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1856 #define glUniform3uiv MANGLE(Uniform3uiv) macro

12