Home
last modified time | relevance | path

Searched refs:glUniform3iv (Results 1 – 25 of 37) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h133 {"glUniform3iv", (void*)glUniform3iv},
Dgl2_client_context.h135 glUniform3iv_client_proc_t glUniform3iv; member
Dgl2_client_context.cpp135 glUniform3iv = (glUniform3iv_client_proc_t) getProc("glUniform3iv", userData); in initDispatchByName()
Dgl2_entry.cpp130 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/
Dgles2_only.entries36 void glUniform3iv(GLint location, GLsizei count, const GLint* v);
Dgles2_only_dispatch_logging_wrappers.impl160 DISPATCH_DEBUG_LOG("glUniform3iv(location:%d, count:%d, v:%p)", location, count, v);
Dgles12tr_internal.entries302 void glUniform3iv( GLint location, GLsizei count, const GLint* v);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h39 GL_APICALL void GL_APIENTRY glUniform3iv(GLint location, GLsizei count, const GLint* v);
Dgles2_only_functions.h39 X(void, glUniform3iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
Dgles12tr_internal.h304 X(void, glUniform3iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
/hardware/google/gfxstream/host/tests/
DGLSnapshotPrograms_unittest.cpp412 gl->glUniform3iv(intVecUnifLocation, 2, testIntVec); in TEST_F()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h166 glUniform3iv_server_proc_t glUniform3iv; member
Dgles2_server_context.cpp135 glUniform3iv = (glUniform3iv_server_proc_t) getProc("glUniform3iv", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib339 #void glUniform3iv(GLint location, GLsizei count, GLint *v)
340 glUniform3iv
Dgles2.in127 GL_ENTRY(void, glUniform3iv, GLint location, GLsizei count, const GLint* v)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp528 dispatcher.glUniform3iv(location, uniform.mCount, in restore()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h648 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h629 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h629 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
Dgl31.h499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
Dgl31.h499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h237 X(void, glUniform3iv, (GLint location, GLsizei count, const GLint* v), (location, count, v)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h629 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);

12