Home
last modified time | relevance | path

Searched refs:uniform1fv (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts134uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
155 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dlib.dom.iterable.d.ts319uniform1fv(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/
Dwebworker.iterable.generated.d.ts114uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
135 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Ddom.iterable.generated.d.ts299uniform1fv(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/
DglwInitES20Direct.inl118 gl->uniform1fv = &glUniform1fv;
DglwInitES30Direct.inl199 gl->uniform1fv = &glUniform1fv;
DglwInitES20.inl118 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitES31Direct.inl261 gl->uniform1fv = &glUniform1fv;
DglwInitES32Direct.inl305 gl->uniform1fv = &glUniform1fv;
DglwInitES30.inl199 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitGL31.inl208 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl261 dst->uniform1fv = src.uniform1fv;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js719 uniform1fv: function (...args) { method
Dwebgl.js1000 uniform1fv: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.hpp175 virtual void uniform1fv (deInt32 index, deInt32 count, const float*);
DsglrContext.hpp163 virtual void uniform1fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h154 void uniform1fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp206 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]); in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h148 void uniform1fv(GLint location, GLsizei count, const GLfloat *value); \
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboTestUtil.cpp821 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/
DDispatchTableGL_autogen.cpp554 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/
DDispatchTableGL_autogen.cpp196 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/
Dgl3cGPUShader5Tests.cpp262 gl.uniform1fv(location, 1, f_data); in setUniform()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderStructTests.cpp1025 gl.uniform1fv(loc, arraySize, value); in setUniform()
/third_party/vk-gl-cts/modules/glshared/
DglsFragOpInteractionCase.cpp338 case 1: ctx.uniform1fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()

1234