Home
last modified time | relevance | path

Searched refs:uniform2iv (Results 1 – 25 of 72) sorted by relevance

123

/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts137uniform2iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
158 uniform2iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
Dlib.dom.iterable.d.ts322uniform2iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
343 uniform2iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts117uniform2iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
138 uniform2iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
Ddom.iterable.generated.d.ts302uniform2iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
323 uniform2iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp226 else if (scalarSize == 2) gl.uniform2iv(location, numValues, &values[0]); in iterate()
262 else if (scalarSize == 2) gl.uniform2iv(location, numValues, &values[0]); in iterate()
Des31fUniformLocationTests.cpp619 case glu::TYPE_INT_VEC2: gl.uniform2iv(gotLoc, 1, intBuf); break; in render()
629 case glu::TYPE_BOOL_VEC2: gl.uniform2iv(gotLoc, 1, intBuf); break; in render()
Des31fShaderTextureSizeTests.cpp469 gl.uniform2iv(shaderSizeLoc, 1, size.getPtr()); in runShader()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl124 gl->uniform2iv = &glUniform2iv;
DglwInitES30Direct.inl207 gl->uniform2iv = &glUniform2iv;
DglwInitES20.inl124 gl->uniform2iv = (glUniform2ivFunc) loader->get("glUniform2iv");
DglwInitES31Direct.inl269 gl->uniform2iv = &glUniform2iv;
DglwInitES32Direct.inl313 gl->uniform2iv = &glUniform2iv;
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl269 dst->uniform2iv = src.uniform2iv;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js739 uniform2iv: function (...args) { method
Dwebgl.js1021 uniform2iv: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.hpp180 virtual void uniform2iv (deInt32 index, deInt32 count, const deInt32*);
DsglrContext.hpp168 virtual void uniform2iv (deInt32 index, deInt32 count, const deInt32*) = DE_NULL;
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp163 gl.uniform2iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
175 gl.uniform2iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h160 void uniform2iv(UniformLocation locationPacked, GLsizei count, const GLint *value); \
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h154 void uniform2iv(GLint location, GLsizei count, const GLint *value); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp560 ASSIGN("glUniform2ivARB", uniform2iv); in initProcsDesktopGL()
1355 ASSIGN("glUniform2iv", uniform2iv); in initProcsDesktopGL()
2385 ASSIGN("glUniform2iv", uniform2iv); in initProcsGLES()
3348 uniform2iv = &glUniform2ivNULL; in initProcsDesktopGLNULL()
4142 uniform2iv = &glUniform2ivNULL; in initProcsDesktopGLNULL()
5171 uniform2iv = &glUniform2ivNULL; in initProcsGLESNULL()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp202 ASSIGN("glUniform2iv", uniform2iv); in initProcsDesktopGL()
1285 ASSIGN("glUniform2ivARB", uniform2iv); in initProcsDesktopGL()
2042 ASSIGN("glUniform2iv", uniform2iv); in initProcsGLES()
2996 uniform2iv = &glUniform2ivNULL; in initProcsDesktopGLNULL()
4077 uniform2iv = &glUniform2ivNULL; in initProcsDesktopGLNULL()
4833 uniform2iv = &glUniform2ivNULL; in initProcsGLESNULL()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp806 case TYPE_INT_VEC2: gl.uniform2iv(loc, 1, &val.elements[elemNdx].int32); break; in setUniformValue()
810 case TYPE_BOOL_VEC2: gl.uniform2iv(loc, 1, &val.elements[elemNdx].int32); break; in setUniformValue()
DglsFragOpInteractionCase.cpp353 case 2: ctx.uniform2iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp268 gl.uniform2iv(location, 1, i_data); in setUniform()

123