/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 128 {"glUniform2i", (void*)glUniform2i},
|
D | gl2_client_context.h | 130 glUniform2i_client_proc_t glUniform2i; member
|
D | gl2_client_context.cpp | 130 glUniform2i = (glUniform2i_client_proc_t) getProc("glUniform2i", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 125 void glUniform2i(GLint location, GLint x, GLint y); 1172 void glUniform2i(GLint location, GLint x, GLint y) in glUniform2i() function 1175 ctx->glUniform2i(ctx, location, x, y); in glUniform2i()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 31 void glUniform2i(GLint location, GLint x, GLint y);
|
D | gles2_only_dispatch_logging_wrappers.impl | 135 DISPATCH_DEBUG_LOG("glUniform2i(location:%d, x:%d, y:%d)", location, x, y);
|
D | gles12tr_internal.entries | 297 void glUniform2i( GLint location, GLint x, GLint y);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 34 GL_APICALL void GL_APIENTRY glUniform2i(GLint location, GLint x, GLint y);
|
D | gles2_only_functions.h | 34 X(void, glUniform2i, (GLint location, GLint x, GLint y), (location, x, y)) \
|
D | gles12tr_internal.h | 299 X(void, glUniform2i, (GLint location, GLint x, GLint y), (location, x, y)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 161 glUniform2i_server_proc_t glUniform2i; member
|
D | gles2_server_context.cpp | 130 glUniform2i = (glUniform2i_server_proc_t) getProc("glUniform2i", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 643 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 624 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 624 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
D | gl31.h | 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
D | gl31.h | 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 232 X(void, glUniform2i, (GLint location, GLint x, GLint y), (location, x, y)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 624 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
D | gl31.h | 624 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 122 GL_ENTRY(void, glUniform2i, GLint location, GLint x, GLint y)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3963 GL_APICALL void GL_APIENTRY glUniform2i(GLint location, GLint x, GLint y){ in glUniform2i() function 3967 ctx->dispatcher().glUniform2i(hostLoc, x, y); in glUniform2i()
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1830 #define glUniform2i MANGLE(Uniform2i) macro
|