/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 129 {"glUniform2iv", (void*)glUniform2iv},
|
D | gl2_client_context.h | 131 glUniform2iv_client_proc_t glUniform2iv; member
|
D | gl2_client_context.cpp | 131 glUniform2iv = (glUniform2iv_client_proc_t) getProc("glUniform2iv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 126 void glUniform2iv(GLint location, GLsizei count, const GLint* v); 1178 void glUniform2iv(GLint location, GLsizei count, const GLint* v) in glUniform2iv() function 1181 ctx->glUniform2iv(ctx, location, count, v); in glUniform2iv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 32 void glUniform2iv(GLint location, GLsizei count, const GLint* v);
|
D | gles2_only_dispatch_logging_wrappers.impl | 140 DISPATCH_DEBUG_LOG("glUniform2iv(location:%d, count:%d, v:%p)", location, count, v);
|
D | gles12tr_internal.entries | 298 void glUniform2iv( GLint location, GLsizei count, const GLint* v);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 35 GL_APICALL void GL_APIENTRY glUniform2iv(GLint location, GLsizei count, const GLint* v);
|
D | gles2_only_functions.h | 35 X(void, glUniform2iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
D | gles12tr_internal.h | 300 X(void, glUniform2iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 162 glUniform2iv_server_proc_t glUniform2iv; member
|
D | gles2_server_context.cpp | 131 glUniform2iv = (glUniform2iv_server_proc_t) getProc("glUniform2iv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 331 #void glUniform2iv(GLint location, GLsizei count, GLint *v) 332 glUniform2iv
|
D | gles2.in | 123 GL_ENTRY(void, glUniform2iv, GLint location, GLsizei count, const GLint* v)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 523 dispatcher.glUniform2iv(location, uniform.mCount, in restore()
|
D | GLESv2Imp.cpp | 3970 GL_APICALL void GL_APIENTRY glUniform2iv(GLint location, GLsizei count, const GLint* v){ in glUniform2iv() function 3974 ctx->dispatcher().glUniform2iv(hostLoc,count,v); in glUniform2iv()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 644 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 625 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 625 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
|
D | gl31.h | 495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
|
D | gl31.h | 495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 233 X(void, glUniform2iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 625 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
|