/external/deqp/framework/opengl/wrapper/ |
glwInitGL33.inl | 265 gl->uniform4iv = (glUniform4ivFunc) loader->get("glUniform4iv");
|
glwInitGL40.inl | 301 gl->uniform4iv = (glUniform4ivFunc) loader->get("glUniform4iv"); [all...] |
glwInitGL41.inl | [all...] |
glwInitGL42.inl | [all...] |
glwInitGL43.inl | [all...] |
glwInitGL44.inl | [all...] |
glwInitGL45.inl | [all...] |
glwInitGL46.inl | [all...] |
/external/deqp/modules/glshared/ |
glsFragOpInteractionCase.cpp | 355 case 4: ctx.uniform4iv(location, 1, (int*)value.value().getValuePtr()); break;
|
/external/mesa3d/src/mapi/glapi/gen/ |
static_data.py | [all...] |
/external/skia/src/gpu/gl/ |
GrGLTestInterface.h | 169 virtual GrGLvoid uniform4iv(GrGLint location, GrGLsizei count, const GrGLint* v) {} function in class:GrGLTestInterface [all...] |
/external/skqp/src/gpu/gl/ |
GrGLTestInterface.cpp | 164 fFunctions.fUniform4iv = bind_to_member(this, &GrGLTestInterface::uniform4iv);
|
GrGLTestInterface.h | 169 virtual GrGLvoid uniform4iv(GrGLint location, GrGLsizei count, const GrGLint* v) {} function in class:GrGLTestInterface [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl3cGPUShader5Tests.cpp | 274 gl.uniform4iv(location, 1, i_data); [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.cpp | 761 void GLContext::uniform4iv (deInt32 location, deInt32 count, const deInt32* value) function in class:sglr::GLContext
|
sglrReferenceContext.hpp | 733 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*); [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderFramebufferFetchTests.cpp | 491 m_gl.uniform4iv(colorLocation, 1, color.asInt().getPtr()); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/ |
gl_mangle.h | [all...] |
/external/deqp/external/openglcts/modules/gles31/ |
es31cSeparateShaderObjsTests.cpp | [all...] |
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderLimits.cpp | [all...] |
/external/deqp/modules/gles2/performance/ |
es2pShaderOperatorTests.cpp | 116 case 4: gl.uniform4iv(location, count, data); break; [all...] |
/external/deqp/modules/gles3/performance/ |
es3pShaderOperatorTests.cpp | 116 case 4: gl.uniform4iv(location, count, data); break; [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | [all...] |