Home
last modified time | relevance | path

Searched refs:uniform4iv (Results 1 – 25 of 73) sorted by relevance

123

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts121uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
142 uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
Ddom.iterable.generated.d.ts306uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
327 uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts141uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
162 uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
Dlib.dom.iterable.d.ts326uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method
347 uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
/third_party/vk-gl-cts/modules/gles31/functional/
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()
Des31fUniformLocationTests.cpp621 case glu::TYPE_INT_VEC4: gl.uniform4iv(gotLoc, 1, intBuf); break; in render()
631 case glu::TYPE_BOOL_VEC4: gl.uniform4iv(gotLoc, 1, intBuf); break; in render()
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl281 dst->uniform4iv = src.uniform4iv;
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl132 gl->uniform4iv = &glUniform4iv;
DglwInitES30Direct.inl219 gl->uniform4iv = &glUniform4iv;
DglwInitES20.inl132 gl->uniform4iv = (glUniform4ivFunc) loader->get("glUniform4iv");
DglwInitES31Direct.inl281 gl->uniform4iv = &glUniform4iv;
DglwInitES32Direct.inl325 gl->uniform4iv = &glUniform4iv;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js747 uniform4iv: function (...args) { method
Dwebgl.js1029 uniform4iv: function (...args) { method
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp850 gl.uniform4iv(uniLoc, 1, &arr[0]); in setupDefaultUniforms()
931 gl.uniform4iv(uniLoc, 1, s_ivec4Uniforms[i].value.getPtr()); in setupDefaultUniforms()
DglsShaderLibraryCase.cpp831 case TYPE_INT_VEC4: gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); break; in setUniformValue()
835 case TYPE_BOOL_VEC4: gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); break; in setUniformValue()
DglsFragOpInteractionCase.cpp355 case 4: ctx.uniform4iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp962 gl.uniform4iv(uniLoc, 1, &arr[0]); in setupDefaultUniforms()
1032 gl.uniform4iv(uniLoc, 1, s_ivec4Uniforms[i].value.getPtr()); in setupDefaultUniforms()
DglcShaderLibraryCase.cpp169 gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
181 gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.hpp182 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*);
DsglrContext.hpp170 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*) = DE_NULL;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h162 void uniform4iv(GLint location, GLsizei count, const GLint *value); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h169 void uniform4iv(UniformLocation locationPacked, GLsizei count, const GLint *value); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp210 ASSIGN("glUniform4iv", uniform4iv); in initProcsDesktopGL()
1293 ASSIGN("glUniform4ivARB", uniform4iv); in initProcsDesktopGL()
2050 ASSIGN("glUniform4iv", uniform4iv); in initProcsGLES()
3004 uniform4iv = &glUniform4ivNULL; in initProcsDesktopGLNULL()
4085 uniform4iv = &glUniform4ivNULL; in initProcsDesktopGLNULL()
4841 uniform4iv = &glUniform4ivNULL; in initProcsGLESNULL()

123