/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 125 {"glUniform1iv", (void*)glUniform1iv},
|
D | gl2_client_context.h | 127 glUniform1iv_client_proc_t glUniform1iv; member
|
D | gl2_client_context.cpp | 127 glUniform1iv = (glUniform1iv_client_proc_t) getProc("glUniform1iv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 122 void glUniform1iv(GLint location, GLsizei count, const GLint* v); 1154 void glUniform1iv(GLint location, GLsizei count, const GLint* v) in glUniform1iv() function 1157 ctx->glUniform1iv(ctx, location, count, v); in glUniform1iv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 28 void glUniform1iv(GLint location, GLsizei count, const GLint* v);
|
D | gles2_only_dispatch_logging_wrappers.impl | 120 DISPATCH_DEBUG_LOG("glUniform1iv(location:%d, count:%d, v:%p)", location, count, v);
|
D | gles12tr_internal.entries | 294 void glUniform1iv( GLint location, GLsizei count, const GLint* v);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 31 GL_APICALL void GL_APIENTRY glUniform1iv(GLint location, GLsizei count, const GLint* v);
|
D | gles2_only_functions.h | 31 X(void, glUniform1iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
D | gles12tr_internal.h | 296 X(void, glUniform1iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 158 glUniform1iv_server_proc_t glUniform1iv; member
|
D | gles2_server_context.cpp | 127 glUniform1iv = (glUniform1iv_server_proc_t) getProc("glUniform1iv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 323 #void glUniform1iv(GLint location, GLsizei count, GLint *v) 324 glUniform1iv
|
D | gles2.in | 119 GL_ENTRY(void, glUniform1iv, GLint location, GLsizei count, const GLint* v)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 938 …gl.glUniform1iv(m_geometryDrawState.lightEnablesLoc, GLEScmContext::kMaxLights, m_lightingBuffer.l… in setupLighting()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 518 dispatcher.glUniform1iv(location, uniform.mCount, in restore()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 640 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 621 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 621 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
|
D | gl31.h | 491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
|
D | gl31.h | 491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 229 X(void, glUniform1iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 621 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
|