Home
last modified time | relevance | path

Searched refs:uniform1iv (Results 1 – 25 of 62) sorted by relevance

123

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts124uniform1iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
145 uniform1iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
Ddom.iterable.generated.d.ts290uniform1iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
311 uniform1iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts144uniform1iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
165 uniform1iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
Dlib.dom.iterable.d.ts310uniform1iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
331 uniform1iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
/third_party/vk-gl-cts/modules/gles31/functional/
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()
Des31fUniformLocationTests.cpp618 case glu::TYPE_INT: gl.uniform1iv(gotLoc, 1, intBuf); break; in render()
628 case glu::TYPE_BOOL: gl.uniform1iv(gotLoc, 1, intBuf); break; in render()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl120 gl->uniform1iv = &glUniform1iv;
DglwInitES30Direct.inl201 gl->uniform1iv = &glUniform1iv;
DglwInitES20.inl120 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwInitES31Direct.inl263 gl->uniform1iv = &glUniform1iv;
DglwInitES32Direct.inl307 gl->uniform1iv = &glUniform1iv;
DglwInitES30.inl201 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwInitGL31.inl210 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwInitGL30.inl199 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl263 dst->uniform1iv = src.uniform1iv;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js735 uniform1iv: function (...args) { method
Dwebgl.js1017 uniform1iv: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.hpp179 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*);
DsglrContext.hpp167 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*) = DE_NULL;
/third_party/vk-gl-cts/external/openglcts/modules/common/
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/
DContext_gles_2_0_autogen.h156 void uniform1iv(UniformLocation locationPacked, GLsizei count, const GLint *value); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
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()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp805 case TYPE_INT: gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); break; in setUniformValue()
809 case TYPE_BOOL: gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); break; in setUniformValue()
DglsFragOpInteractionCase.cpp352 case 1: ctx.uniform1iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp265 gl.uniform1iv(location, 1, i_data); in setUniform()

123