Home
last modified time | relevance | path

Searched refs:uniform1iv (Results 1 - 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp225 if (scalarSize == 1) gl.uniform1iv(location, numValues, &values[0]); in iterate()
261 if (scalarSize == 1) gl.uniform1iv(location, numValues, &values[0]); in iterate()
H A Des31fUniformLocationTests.cpp618 case glu::TYPE_INT: gl.uniform1iv(gotLoc, 1, intBuf); break;
628 case glu::TYPE_BOOL: gl.uniform1iv(gotLoc, 1, intBuf); break;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h156 void uniform1iv(UniformLocation locationPacked, GLsizei count, const GLint *value); \
H A DContext.cpp7242 void Context::uniform1iv(UniformLocation location, GLsizei count, const GLint *v) in uniform1iv() function in gl::__anon19924::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp167 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*) = DE_NULL;
H A DsglrGLContext.hpp179 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*);
H A DsglrGLContext.cpp746 void GLContext::uniform1iv (deInt32 location, deInt32 count, const deInt32* value) in uniform1iv() function in sglr::GLContext
H A DsglrReferenceContext.hpp732 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*);
H A DsglrReferenceContext.cpp3815 void ReferenceContext::uniform1iv (deInt32 location, deInt32 count, const deInt32* v)
3863 uniform1iv(location, 1, &v0);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp160 gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
172 gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp556 ASSIGN("glUniform1ivARB", uniform1iv); in initProcsDesktopGL()
1351 ASSIGN("glUniform1iv", uniform1iv); in initProcsDesktopGL()
2381 ASSIGN("glUniform1iv", uniform1iv); in initProcsGLES()
3344 uniform1iv = &glUniform1ivNULL; in initProcsDesktopGLNULL()
4138 uniform1iv = &glUniform1ivNULL; in initProcsDesktopGLNULL()
5167 uniform1iv = &glUniform1ivNULL; in initProcsGLESNULL()
H A DProgramGL.cpp561 mFunctions->uniform1iv(uniLoc(location), count, v); in setUniform1iv()
H A DDispatchTableGL_autogen.h192 PFNGLUNIFORM1IVPROC uniform1iv = nullptr; member in rx::DispatchTableGL
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp265 gl.uniform1iv(location, 1, i_data); in setUniform()
H A Dgl4cShadingLanguage420PackTests.cpp761 result = gl.uniform1iv; in getUniformNiv()
H A Dgl4cGPUShaderFP64Tests.cpp14568 return gl.uniform1iv; in getUniformFunctionForIVec()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp352 case 1: ctx.uniform1iv(location, 1, (int*)value.value().getValuePtr()); break;
H A DglsShaderLibraryCase.cpp828 case TYPE_INT: gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); break;
832 case TYPE_BOOL: gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); break;
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1169 gl.uniform1iv(lodLoc, 1, &testSize.lod); in testTextureSize()
1183 gl.uniform1iv(lodLoc, 1, &testSize.lod); in testTextureSize()
1198 gl.uniform1iv(lodLoc, 1, &testSize.lod); in testTextureSize()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp1334 gl.uniform1iv(location[4], arraySize, value); in activeUniformi()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp113 case 1: gl.uniform1iv(location, count, data); break; in uniformNiv()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp113 case 1: gl.uniform1iv(location, count, data); break; in uniformNiv()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp1092 context->uniform1iv(locationPacked, count, value); in GL_Uniform1iv()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3161 context->uniform1iv(locationPacked, count, value); in GL_Uniform1iv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp2992 context->uniform1iv(params.getParam("locationPacked", ParamType::TUniformLocation, 0) in ReplayCall()

Completed in 109 milliseconds

12