Home
last modified time | relevance | path

Searched refs:uniform4iv (Results 1 - 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp228 else if (scalarSize == 4) gl.uniform4iv(location, numValues, &values[0]); in iterate()
264 else if (scalarSize == 4) gl.uniform4iv(location, numValues, &values[0]); in iterate()
H A Des31fUniformLocationTests.cpp621 case glu::TYPE_INT_VEC4: gl.uniform4iv(gotLoc, 1, intBuf); break;
631 case glu::TYPE_BOOL_VEC4: gl.uniform4iv(gotLoc, 1, intBuf); break;
H A Des31fShaderFramebufferFetchTests.cpp521 m_gl.uniform4iv(colorLocation, 1, color.asInt().getPtr()); in genUniformColor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h169 void uniform4iv(UniformLocation locationPacked, GLsizei count, const GLint *value); \
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp170 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*) = DE_NULL;
H A DsglrGLContext.hpp182 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*);
H A DsglrGLContext.cpp761 void GLContext::uniform4iv (deInt32 location, deInt32 count, const deInt32* value) in uniform4iv() function in sglr::GLContext
H A DsglrReferenceContext.hpp735 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp169 gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
181 gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
H A DglcShaderRenderCase.cpp962 gl.uniform4iv(uniLoc, 1, &arr[0]); in setupDefaultUniforms()
1032 gl.uniform4iv(uniLoc, 1, s_ivec4Uniforms[i].value.getPtr()); in setupDefaultUniforms()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.cpp850 gl.uniform4iv(uniLoc, 1, &arr[0]); in setupDefaultUniforms()
931 gl.uniform4iv(uniLoc, 1, s_ivec4Uniforms[i].value.getPtr()); in setupDefaultUniforms()
H A DglsFragOpInteractionCase.cpp355 case 4: ctx.uniform4iv(location, 1, (int*)value.value().getValuePtr()); break;
H A DglsShaderLibraryCase.cpp831 case TYPE_INT_VEC4: gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); break;
835 case TYPE_BOOL_VEC4: gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); break;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp568 ASSIGN("glUniform4ivARB", uniform4iv); in initProcsDesktopGL()
1363 ASSIGN("glUniform4iv", uniform4iv); in initProcsDesktopGL()
2393 ASSIGN("glUniform4iv", uniform4iv); in initProcsGLES()
3356 uniform4iv = &glUniform4ivNULL; in initProcsDesktopGLNULL()
4150 uniform4iv = &glUniform4ivNULL; in initProcsDesktopGLNULL()
5179 uniform4iv = &glUniform4ivNULL; in initProcsGLESNULL()
H A DProgramGL.cpp600 mFunctions->uniform4iv(uniLoc(location), count, v); in setUniform4iv()
H A DDispatchTableGL_autogen.h204 PFNGLUNIFORM4IVPROC uniform4iv = nullptr; member in rx::DispatchTableGL
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp274 gl.uniform4iv(location, 1, i_data); in setUniform()
H A Dgl4cShadingLanguage420PackTests.cpp770 result = gl.uniform4iv; in getUniformNiv()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLimits.cpp1382 gl.uniform4iv(m_uniform_location, m_max_uniform_vectors, &m_uniform_data[0]); in prepareProgramInput()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp1340 gl.uniform4iv(location[10], arraySize, value); in activeUniformi()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp116 case 4: gl.uniform4iv(location, count, data); break; in uniformNiv()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp116 case 4: gl.uniform4iv(location, count, data); break; in uniformNiv()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp1398 context->uniform4iv(locationPacked, count, value); in GL_Uniform4iv()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3467 context->uniform4iv(locationPacked, count, value); in GL_Uniform4iv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp3115 context->uniform4iv(params.getParam("locationPacked", ParamType::TUniformLocation, 0) in ReplayCall()

Completed in 75 milliseconds

12