/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderSharedVarTests.cpp | 225 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 D | es31fUniformLocationTests.cpp | 618 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 D | Context_gles_2_0_autogen.h | 156 void uniform1iv(UniformLocation locationPacked, GLsizei count, const GLint *value); \
|
H A D | Context.cpp | 7242 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 D | sglrContext.hpp | 167 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*) = DE_NULL;
|
H A D | sglrGLContext.hpp | 179 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*);
|
H A D | sglrGLContext.cpp | 746 void GLContext::uniform1iv (deInt32 location, deInt32 count, const deInt32* value) in uniform1iv() function in sglr::GLContext
|
H A D | sglrReferenceContext.hpp | 732 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*);
|
H A D | sglrReferenceContext.cpp | 3815 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 D | glcShaderLibraryCase.cpp | 160 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 D | DispatchTableGL_autogen.cpp | 556 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 D | ProgramGL.cpp | 561 mFunctions->uniform1iv(uniLoc(location), count, v); in setUniform1iv()
|
H A D | DispatchTableGL_autogen.h | 192 PFNGLUNIFORM1IVPROC uniform1iv = nullptr; member in rx::DispatchTableGL
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cGPUShader5Tests.cpp | 265 gl.uniform1iv(location, 1, i_data); in setUniform()
|
H A D | gl4cShadingLanguage420PackTests.cpp | 761 result = gl.uniform1iv; in getUniformNiv()
|
H A D | gl4cGPUShaderFP64Tests.cpp | 14568 return gl.uniform1iv; in getUniformFunctionForIVec()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 352 case 1: ctx.uniform1iv(location, 1, (int*)value.value().getValuePtr()); break;
|
H A D | glsShaderLibraryCase.cpp | 828 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 D | es3fShaderTextureFunctionTests.cpp | 1169 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 D | es31cSeparateShaderObjsTests.cpp | 1334 gl.uniform1iv(location[4], arraySize, value); in activeUniformi()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 113 case 1: gl.uniform1iv(location, count, data); break; in uniformNiv()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 113 case 1: gl.uniform1iv(location, count, data); break; in uniformNiv()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_2_autogen.cpp | 1092 context->uniform1iv(locationPacked, count, value); in GL_Uniform1iv()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 3161 context->uniform1iv(locationPacked, count, value); in GL_Uniform1iv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 2992 context->uniform1iv(params.getParam("locationPacked", ParamType::TUniformLocation, 0) in ReplayCall()
|