Home
last modified time | relevance | path

Searched refs:uniform2fv (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts136uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
157 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dlib.dom.iterable.d.ts321uniform2fv(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/
Dwebworker.iterable.generated.d.ts116uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
137 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Ddom.iterable.generated.d.ts301uniform2fv(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/
DglwInitES20Direct.inl122 gl->uniform2fv = &glUniform2fv;
DglwInitES30Direct.inl205 gl->uniform2fv = &glUniform2fv;
DglwInitES20.inl122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitES31Direct.inl267 gl->uniform2fv = &glUniform2fv;
DglwInitES32Direct.inl311 gl->uniform2fv = &glUniform2fv;
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl267 dst->uniform2fv = src.uniform2fv;
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderStructTests.cpp1004 MAKE_SET_VEC_UNIFORM(Vec2, gl.uniform2fv);
1006 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderStructTests.cpp1310 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv);
1312 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js723 uniform2fv: function (...args) { method
Dwebgl.js1004 uniform2fv: function (...args) { method
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderStructTests.cpp1306 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv);
1308 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.hpp176 virtual void uniform2fv (deInt32 index, deInt32 count, const float*);
DsglrContext.hpp164 virtual void uniform2fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderPrimitiveCoverage.cpp598 gl.uniform2fv(innerLevelUniformLocation, 1 /* count */, inner_levels); in drawPatch()
DesextcTessellationShaderVertexOrdering.cpp428 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/
DContext_gles_2_0_autogen.h158 void uniform2fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]); in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h152 void uniform2fv(GLint location, GLsizei count, const GLfloat *value); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp558 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/
DDispatchTableGL_autogen.cpp200 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/
Dgl3cGPUShader5Tests.cpp289 gl.uniform2fv(location, 1, f_data); in setUniform()

1234