/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 136 …uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 157 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
D | lib.dom.iterable.d.ts | 321 …uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 342 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
/third_party/typescript/src/lib/ |
D | webworker.iterable.generated.d.ts | 116 …uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 137 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
D | dom.iterable.generated.d.ts | 301 …uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 322 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 122 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES30Direct.inl | 205 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES20.inl | 122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitES31Direct.inl | 267 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES32Direct.inl | 311 gl->uniform2fv = &glUniform2fv;
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 267 dst->uniform2fv = src.uniform2fv;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderStructTests.cpp | 1004 MAKE_SET_VEC_UNIFORM(Vec2, gl.uniform2fv); 1006 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderStructTests.cpp | 1310 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv); 1312 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | webgl2.js | 723 uniform2fv: function (...args) { method
|
D | webgl.js | 1004 uniform2fv: function (...args) { method
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderStructTests.cpp | 1306 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv); 1308 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 176 virtual void uniform2fv (deInt32 index, deInt32 count, const float*);
|
D | sglrContext.hpp | 164 virtual void uniform2fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderPrimitiveCoverage.cpp | 598 gl.uniform2fv(innerLevelUniformLocation, 1 /* count */, inner_levels); in drawPatch()
|
D | esextcTessellationShaderVertexOrdering.cpp | 428 gl.uniform2fv(inner_tess_level_uniform_location, 1 /* count */, test_iteration.inner_tess_levels); in initTestIteration()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 158 void uniform2fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]); in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 152 void uniform2fv(GLint location, GLsizei count, const GLfloat *value); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 558 ASSIGN("glUniform2fvARB", uniform2fv); in initProcsDesktopGL() 1353 ASSIGN("glUniform2fv", uniform2fv); in initProcsDesktopGL() 2383 ASSIGN("glUniform2fv", uniform2fv); in initProcsGLES() 3346 uniform2fv = &glUniform2fvNULL; in initProcsDesktopGLNULL() 4140 uniform2fv = &glUniform2fvNULL; in initProcsDesktopGLNULL() 5169 uniform2fv = &glUniform2fvNULL; in initProcsGLESNULL()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 200 ASSIGN("glUniform2fv", uniform2fv); in initProcsDesktopGL() 1283 ASSIGN("glUniform2fvARB", uniform2fv); in initProcsDesktopGL() 2040 ASSIGN("glUniform2fv", uniform2fv); in initProcsGLES() 2994 uniform2fv = &glUniform2fvNULL; in initProcsDesktopGLNULL() 4075 uniform2fv = &glUniform2fvNULL; in initProcsDesktopGLNULL() 4831 uniform2fv = &glUniform2fvNULL; in initProcsGLESNULL()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cGPUShader5Tests.cpp | 289 gl.uniform2fv(location, 1, f_data); in setUniform()
|