/third_party/typescript/src/lib/ |
D | webworker.iterable.generated.d.ts | 121 …uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method 142 uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
|
D | dom.iterable.generated.d.ts | 306 …uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method 327 uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
|
/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 141 …uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: GLuint, srcLe… method 162 uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void; method
|
D | lib.dom.iterable.d.ts | 326 …uniform4iv(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/ |
D | es31fShaderSharedVarTests.cpp | 228 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()
|
D | es31fUniformLocationTests.cpp | 621 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/ |
D | gluES3PlusWrapperFuncs.inl | 281 dst->uniform4iv = src.uniform4iv;
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 132 gl->uniform4iv = &glUniform4iv;
|
D | glwInitES30Direct.inl | 219 gl->uniform4iv = &glUniform4iv;
|
D | glwInitES20.inl | 132 gl->uniform4iv = (glUniform4ivFunc) loader->get("glUniform4iv");
|
D | glwInitES31Direct.inl | 281 gl->uniform4iv = &glUniform4iv;
|
D | glwInitES32Direct.inl | 325 gl->uniform4iv = &glUniform4iv;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 747 uniform4iv: function (...args) { method
|
D | webgl.js | 1029 uniform4iv: function (...args) { method
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 850 gl.uniform4iv(uniLoc, 1, &arr[0]); in setupDefaultUniforms() 931 gl.uniform4iv(uniLoc, 1, s_ivec4Uniforms[i].value.getPtr()); in setupDefaultUniforms()
|
D | glsShaderLibraryCase.cpp | 831 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()
|
D | glsFragOpInteractionCase.cpp | 355 case 4: ctx.uniform4iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 962 gl.uniform4iv(uniLoc, 1, &arr[0]); in setupDefaultUniforms() 1032 gl.uniform4iv(uniLoc, 1, s_ivec4Uniforms[i].value.getPtr()); in setupDefaultUniforms()
|
D | glcShaderLibraryCase.cpp | 169 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/ |
D | sglrGLContext.hpp | 182 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*);
|
D | sglrContext.hpp | 170 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*) = DE_NULL;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 162 void uniform4iv(GLint location, GLsizei count, const GLint *value); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 169 void uniform4iv(UniformLocation locationPacked, GLsizei count, const GLint *value); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 568 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/ |
D | DispatchTableGL_autogen.cpp | 210 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()
|