/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 137 {"glUniform4iv", (void*)glUniform4iv},
|
D | gl2_client_context.h | 139 glUniform4iv_client_proc_t glUniform4iv; member
|
D | gl2_client_context.cpp | 139 glUniform4iv = (glUniform4iv_client_proc_t) getProc("glUniform4iv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 134 void glUniform4iv(GLint location, GLsizei count, const GLint* v); 1226 void glUniform4iv(GLint location, GLsizei count, const GLint* v) in glUniform4iv() function 1229 ctx->glUniform4iv(ctx, location, count, v); in glUniform4iv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 40 void glUniform4iv(GLint location, GLsizei count, const GLint* v);
|
D | gles2_only_dispatch_logging_wrappers.impl | 180 DISPATCH_DEBUG_LOG("glUniform4iv(location:%d, count:%d, v:%p)", location, count, v);
|
D | gles12tr_internal.entries | 306 void glUniform4iv( GLint location, GLsizei count, const GLint* v);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 43 GL_APICALL void GL_APIENTRY glUniform4iv(GLint location, GLsizei count, const GLint* v);
|
D | gles2_only_functions.h | 43 X(void, glUniform4iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
D | gles12tr_internal.h | 308 X(void, glUniform4iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 170 glUniform4iv_server_proc_t glUniform4iv; member
|
D | gles2_server_context.cpp | 139 glUniform4iv = (glUniform4iv_server_proc_t) getProc("glUniform4iv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 347 #void glUniform4iv(GLint location, GLsizei count, GLint *v) 348 glUniform4iv
|
D | gles2.in | 131 GL_ENTRY(void, glUniform4iv, GLint location, GLsizei count, const GLint* v)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 533 dispatcher.glUniform4iv(location, uniform.mCount, in restore()
|
D | GLESv2Imp.cpp | 4026 GL_APICALL void GL_APIENTRY glUniform4iv(GLint location, GLsizei count, const GLint* v){ in glUniform4iv() function 4030 ctx->dispatcher().glUniform4iv(hostLoc,count,v); in glUniform4iv()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 652 GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 633 GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 633 GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 503 GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
|
D | gl31.h | 503 GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 503 GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
|
D | gl31.h | 503 GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 241 X(void, glUniform4iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 633 GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
|