/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 133 {"glUniform3iv", (void*)glUniform3iv},
|
D | gl2_client_context.h | 135 glUniform3iv_client_proc_t glUniform3iv; member
|
D | gl2_client_context.cpp | 135 glUniform3iv = (glUniform3iv_client_proc_t) getProc("glUniform3iv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 130 void glUniform3iv(GLint location, GLsizei count, const GLint* v); 1202 void glUniform3iv(GLint location, GLsizei count, const GLint* v) in glUniform3iv() function 1205 ctx->glUniform3iv(ctx, location, count, v); in glUniform3iv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 36 void glUniform3iv(GLint location, GLsizei count, const GLint* v);
|
D | gles2_only_dispatch_logging_wrappers.impl | 160 DISPATCH_DEBUG_LOG("glUniform3iv(location:%d, count:%d, v:%p)", location, count, v);
|
D | gles12tr_internal.entries | 302 void glUniform3iv( GLint location, GLsizei count, const GLint* v);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 39 GL_APICALL void GL_APIENTRY glUniform3iv(GLint location, GLsizei count, const GLint* v);
|
D | gles2_only_functions.h | 39 X(void, glUniform3iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
D | gles12tr_internal.h | 304 X(void, glUniform3iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotPrograms_unittest.cpp | 412 gl->glUniform3iv(intVecUnifLocation, 2, testIntVec); in TEST_F()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 166 glUniform3iv_server_proc_t glUniform3iv; member
|
D | gles2_server_context.cpp | 135 glUniform3iv = (glUniform3iv_server_proc_t) getProc("glUniform3iv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 339 #void glUniform3iv(GLint location, GLsizei count, GLint *v) 340 glUniform3iv
|
D | gles2.in | 127 GL_ENTRY(void, glUniform3iv, GLint location, GLsizei count, const GLint* v)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 528 dispatcher.glUniform3iv(location, uniform.mCount, in restore()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 648 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 629 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 629 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
|
D | gl31.h | 499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
|
D | gl31.h | 499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 237 X(void, glUniform3iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 629 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
|