Home
last modified time | relevance | path

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

12345678910>>...20

/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A 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
H A 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
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/lib/
H A 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
H A 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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A 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
H A 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
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.webworker.iterable.d.ts157uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
178 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
H A Dlib.dom.iterable.d.ts331uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
352 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.webworker.iterable.d.ts157uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
178 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
H A Dlib.dom.iterable.d.ts331uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
352 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.dom.iterable.d.ts322uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
343 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.dom.iterable.d.ts322uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
343 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.dom.iterable.d.ts314uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
335 uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl2_rendering_context_base.h627 void uniform2fv(const WebGLUniformLocation*,
631 void uniform2fv(const WebGLUniformLocation*,
798 void uniform2fv(const WebGLUniformLocation*, const FlexibleFloat32Array&);
799 void uniform2fv(const WebGLUniformLocation*, Vector<GLfloat>&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl2_rendering_context_base.h627 void uniform2fv(const WebGLUniformLocation*,
631 void uniform2fv(const WebGLUniformLocation*,
798 void uniform2fv(const WebGLUniformLocation*, const FlexibleFloat32Array&);
799 void uniform2fv(const WebGLUniformLocation*, Vector<GLfloat>&);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp450 context->uniform2fv(location, webGLArray.get(), ec); in dataFunctionf()
485 context->uniform2fv(location, array.data(), array.size(), ec); in dataFunctionf()
644 JSC::JSValue JSWebGLRenderingContext::uniform2fv(JSC::ExecState* exec) in uniform2fv() function in WebCore::JSWebGLRenderingContext
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWGLWidget.h2119 void uniform2fv(const UniformLocation &location, in WT_WGL_TEMPLATE()
2128 uniform2fv(location, out); in WT_WGL_TEMPLATE()
2132 void uniform2fv(const UniformLocation &location,
2145 void uniform2fv(const UniformLocation &location,
H A DWGLWidget.C840 void WGLWidget::uniform2fv(const UniformLocation &location, in uniform2fv() function
843 pImpl_->uniform2fv(location, value); in uniform2fv()
846 void WGLWidget::uniform2fv(const UniformLocation &location, in uniform2fv() function
849 pImpl_->uniform2fv(location, v); in uniform2fv()
H A DWAbstractGLImplementation.h276 virtual void uniform2fv(const WGLWidget::UniformLocation &location,
279 virtual void uniform2fv(const WGLWidget::UniformLocation &location,
H A DWServerGLWidget.h296 virtual void uniform2fv(const WGLWidget::UniformLocation &location,
299 virtual void uniform2fv(const WGLWidget::UniformLocation &location,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/wrapper/
H A DglwInitES20Direct.inl122 gl->uniform2fv = &glUniform2fv;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl267 dst->uniform2fv = src.uniform2fv;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/opengl/
H A Dqglfunctions.cpp3116 funcs->uniform2fv = (type_glUniform2fv) in qglfResolveUniform2fv()
3118 if (!funcs->uniform2fv) { in qglfResolveUniform2fv()
3119 funcs->uniform2fv = (type_glUniform2fv) in qglfResolveUniform2fv()
3123 if (funcs->uniform2fv) in qglfResolveUniform2fv()
3124 funcs->uniform2fv(location, count, v); in qglfResolveUniform2fv()
3126 funcs->uniform2fv = qglfResolveUniform2fv; in qglfResolveUniform2fv()
3684 uniform2fv = qglfResolveUniform2fv; in QGLFunctionsPrivate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcShaderStructTests.cpp1004 MAKE_SET_VEC_UNIFORM(Vec2, gl.uniform2fv);
1006 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h233 void uniform2fv(const WebGLUniformLocation* location, Float32Array* v, ExceptionCode&);
234 …void uniform2fv(const WebGLUniformLocation* location, GC3Dfloat* v, GC3Dsizei size, ExceptionCode&…

12345678910>>...20