/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 134 …uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 155 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
D | lib.dom.iterable.d.ts | 319 …uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 340 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
/third_party/typescript/src/lib/ |
D | webworker.iterable.generated.d.ts | 114 …uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 135 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
D | dom.iterable.generated.d.ts | 299 …uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 320 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 118 gl->uniform1fv = &glUniform1fv;
|
D | glwInitES30Direct.inl | 199 gl->uniform1fv = &glUniform1fv;
|
D | glwInitES20.inl | 118 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
|
D | glwInitES31Direct.inl | 261 gl->uniform1fv = &glUniform1fv;
|
D | glwInitES32Direct.inl | 305 gl->uniform1fv = &glUniform1fv;
|
D | glwInitES30.inl | 199 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
|
D | glwInitGL31.inl | 208 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 261 dst->uniform1fv = src.uniform1fv;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | webgl2.js | 719 uniform1fv: function (...args) { method
|
D | webgl.js | 1000 uniform1fv: function (...args) { method
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 175 virtual void uniform1fv (deInt32 index, deInt32 count, const float*);
|
D | sglrContext.hpp | 163 virtual void uniform1fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 154 void uniform1fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 206 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]); in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 148 void uniform1fv(GLint location, GLsizei count, const GLfloat *value); \
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 821 ctx.uniform1fv(ctx.getUniformLocation(program, "u_minGradient"), 1, &gradientMin); in setUniforms() 822 ctx.uniform1fv(ctx.getUniformLocation(program, "u_maxGradient"), 1, &gradientMax); in setUniforms()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 554 ASSIGN("glUniform1fvARB", uniform1fv); in initProcsDesktopGL() 1349 ASSIGN("glUniform1fv", uniform1fv); in initProcsDesktopGL() 2379 ASSIGN("glUniform1fv", uniform1fv); in initProcsGLES() 3342 uniform1fv = &glUniform1fvNULL; in initProcsDesktopGLNULL() 4136 uniform1fv = &glUniform1fvNULL; in initProcsDesktopGLNULL() 5165 uniform1fv = &glUniform1fvNULL; in initProcsGLESNULL()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 196 ASSIGN("glUniform1fv", uniform1fv); in initProcsDesktopGL() 1279 ASSIGN("glUniform1fvARB", uniform1fv); in initProcsDesktopGL() 2036 ASSIGN("glUniform1fv", uniform1fv); in initProcsGLES() 2990 uniform1fv = &glUniform1fvNULL; in initProcsDesktopGLNULL() 4071 uniform1fv = &glUniform1fvNULL; in initProcsDesktopGLNULL() 4827 uniform1fv = &glUniform1fvNULL; in initProcsGLESNULL()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cGPUShader5Tests.cpp | 262 gl.uniform1fv(location, 1, f_data); in setUniform()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderStructTests.cpp | 1025 gl.uniform1fv(loc, arraySize, value); in setUniform()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 338 case 1: ctx.uniform1fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
|