Home
last modified time | relevance | path

Searched refs:WebGLFramebuffer (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_framebuffer.cc42 : public WebGLFramebuffer::WebGLAttachment {
66 WebGLFramebuffer::WebGLAttachment::Trace(visitor); in Trace()
135 WebGLFramebuffer::WebGLAttachment::Trace(visitor); in Trace()
186 WebGLFramebuffer* WebGLFramebuffer::CreateOpaque(WebGLRenderingContextBase* ctx, in CreateOpaque()
188 WebGLFramebuffer* const fb = in CreateOpaque()
194 WebGLFramebuffer::WebGLFramebuffer(WebGLRenderingContextBase* ctx, bool opaque) in WebGLFramebuffer() function in blink::WebGLFramebuffer
204 WebGLFramebuffer::~WebGLFramebuffer() = default;
306 WebGLFramebuffer::WebGLAttachment* WebGLFramebuffer::GetAttachment( in GetAttachment()
371 bool WebGLFramebuffer::HasStencilBuffer() const { in HasStencilBuffer()
397 bool WebGLFramebuffer::IsBound(GLenum target) const { in IsBound()
[all …]
H A Dwebgl_framebuffer.h44 class WebGLFramebuffer final : public WebGLContextObject {
68 explicit WebGLFramebuffer(WebGLRenderingContextBase*, bool opaque = false);
69 ~WebGLFramebuffer() override;
74 static WebGLFramebuffer* CreateOpaque(WebGLRenderingContextBase*,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_framebuffer.cc42 : public WebGLFramebuffer::WebGLAttachment {
66 WebGLFramebuffer::WebGLAttachment::Trace(visitor); in Trace()
135 WebGLFramebuffer::WebGLAttachment::Trace(visitor); in Trace()
186 WebGLFramebuffer* WebGLFramebuffer::CreateOpaque(WebGLRenderingContextBase* ctx, in CreateOpaque()
188 WebGLFramebuffer* const fb = in CreateOpaque()
194 WebGLFramebuffer::WebGLFramebuffer(WebGLRenderingContextBase* ctx, bool opaque) in WebGLFramebuffer() function in blink::WebGLFramebuffer
204 WebGLFramebuffer::~WebGLFramebuffer() = default;
306 WebGLFramebuffer::WebGLAttachment* WebGLFramebuffer::GetAttachment( in GetAttachment()
371 bool WebGLFramebuffer::HasStencilBuffer() const { in HasStencilBuffer()
397 bool WebGLFramebuffer::IsBound(GLenum target) const { in IsBound()
[all …]
H A Dwebgl_framebuffer.h44 class WebGLFramebuffer final : public WebGLContextObject {
68 explicit WebGLFramebuffer(WebGLRenderingContextBase*, bool opaque = false);
69 ~WebGLFramebuffer() override;
74 static WebGLFramebuffer* CreateOpaque(WebGLRenderingContextBase*,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLFramebuffer.h23 class WebGLFramebuffer; variable
36 friend class WebGLFramebuffer; variable
38 WebGLFramebuffer* const mFB;
144 class WebGLFramebuffer final
146 , public WebGLRefCountedObject<WebGLFramebuffer>
147 , public LinkedListElement<WebGLFramebuffer>
148 , public SupportsWeakPtr<WebGLFramebuffer>
153 MOZ_DECLARE_WEAKREFERENCE_TYPENAME(WebGLFramebuffer)
192 explicit ResolvedData(const WebGLFramebuffer& parent);
203 WebGLFramebuffer(WebGLContext* webgl, GLuint fbo);
[all …]
H A DWebGLFramebuffer.cpp621 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, GLuint fbo) in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
644 WebGLFramebuffer::Delete() in Delete()
687 WebGLFramebuffer::GetAttachPoint(GLenum attachPoint) in GetAttachPoint()
741 WebGLFramebuffer::HasDefinedAttachments() const in HasDefinedAttachments()
768 WebGLFramebuffer::AllImageRectsMatch() const in AllImageRectsMatch()
803 WebGLFramebuffer::AllImageSamplesMatch() const in AllImageSamplesMatch()
955 WebGLFramebuffer::ResolveAttachments() const in ResolveAttachments()
1092 WebGLFramebuffer::ResolvedData::ResolvedData(const WebGLFramebuffer& parent) in ResolvedData()
1141 WebGLFramebuffer::RefreshResolvedData() in RefreshResolvedData()
1208 WebGLFramebuffer::RefreshDrawBuffers() const in RefreshDrawBuffers()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DWebGLFramebuffer.cpp71 PassRefPtr<WebGLFramebuffer> WebGLFramebuffer::create(WebGLRenderingContext* ctx) in create()
73 return adoptRef(new WebGLFramebuffer(ctx)); in create()
76 WebGLFramebuffer::WebGLFramebuffer(WebGLRenderingContext* ctx) in WebGLFramebuffer() function in WebCore::WebGLFramebuffer
155 void WebGLFramebuffer::removeAttachment(WebGLObject* attachment) in removeAttachment()
171 GC3Dsizei WebGLFramebuffer::getWidth() const in getWidth()
183 GC3Dsizei WebGLFramebuffer::getHeight() const in getHeight()
195 GC3Denum WebGLFramebuffer::getColorBufferFormat() const in getColorBufferFormat()
216 bool WebGLFramebuffer::isIncomplete(bool checkInternalFormat) const in isIncomplete()
241 bool WebGLFramebuffer::onAccess(bool needToInitializeRenderbuffers) in onAccess()
250 void WebGLFramebuffer::deleteObjectImpl(Platform3DObject object) in deleteObjectImpl()
[all …]
H A DWebGLFramebuffer.h39 class WebGLFramebuffer : public WebGLObject {
41 virtual ~WebGLFramebuffer() { deleteObject(); } in ~WebGLFramebuffer()
43 static PassRefPtr<WebGLFramebuffer> create(WebGLRenderingContext*);
71 WebGLFramebuffer(WebGLRenderingContext*);
H A DWebGLGetInfo.h83 WebGLGetInfo(PassRefPtr<WebGLFramebuffer> value);
105 PassRefPtr<WebGLFramebuffer> getWebGLFramebuffer() const;
125 RefPtr<WebGLFramebuffer> m_webglFramebuffer;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLFramebuffer.h23 class WebGLFramebuffer; variable
35 friend class WebGLFramebuffer; variable
38 WebGLFramebuffer* const mFB;
51 WebGLFBAttachPoint(WebGLFramebuffer* fb, GLenum attachmentPoint);
133 class WebGLFramebuffer final : public nsWrapperCache,
140 MOZ_DECLARE_WEAKREFERENCE_TYPENAME(WebGLFramebuffer)
184 explicit ResolvedData(const WebGLFramebuffer& parent);
192 NS_INLINE_DECL_CYCLE_COLLECTING_NATIVE_REFCOUNTING(WebGLFramebuffer)
193 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_NATIVE_CLASS(WebGLFramebuffer)
195 WebGLFramebuffer(WebGLContext* webgl, GLuint fbo);
[all …]
H A DWebGLFramebuffer.cpp585 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, GLuint fbo) in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
609 void WebGLFramebuffer::Delete() { in Delete()
723 bool WebGLFramebuffer::HasIncompleteAttachments( in HasIncompleteAttachments()
736 bool WebGLFramebuffer::AllImageRectsMatch() const { in AllImageRectsMatch()
881 bool WebGLFramebuffer::ValidateForColorRead( in ValidateForColorRead()
910 void WebGLFramebuffer::ResolveAttachments() const { in ResolveAttachments()
1041 WebGLFramebuffer::ResolvedData::ResolvedData(const WebGLFramebuffer& parent) { in ResolvedData()
1098 void WebGLFramebuffer::RefreshResolvedData() { in RefreshResolvedData()
1107 FBStatus WebGLFramebuffer::CheckFramebufferStatus( in CheckFramebufferStatus()
1179 void WebGLFramebuffer::RefreshReadBuffer() const { in RefreshReadBuffer()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLFramebuffer.h21 class WebGLFramebuffer; variable
45 friend class WebGLFramebuffer; variable
133 class WebGLFramebuffer final : public WebGLContextBoundObject,
134 public SupportsWeakPtr<WebGLFramebuffer>,
137 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(WebGLFramebuffer, override)
138 MOZ_DECLARE_WEAKREFERENCE_TYPENAME(WebGLFramebuffer)
173 const WebGLFramebuffer* fb = nullptr;
193 WebGLFramebuffer(WebGLContext* webgl, GLuint fbo);
194 WebGLFramebuffer(WebGLContext* webgl, UniquePtr<gl::MozFramebuffer> fbo);
195 ~WebGLFramebuffer() override;
H A DWebGLFramebuffer.cpp457 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, GLuint fbo) in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
483 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
501 WebGLFramebuffer::~WebGLFramebuffer() { in ~WebGLFramebuffer()
597 bool WebGLFramebuffer::HasIncompleteAttachments( in HasIncompleteAttachments()
609 bool WebGLFramebuffer::AllImageRectsMatch() const { in AllImageRectsMatch()
638 bool WebGLFramebuffer::AllImageSamplesMatch() const { in AllImageSamplesMatch()
718 bool WebGLFramebuffer::ValidateAndInitAttachments( in ValidateAndInitAttachments()
730 bool WebGLFramebuffer::ValidateClearBufferType( in ValidateClearBufferType()
765 bool WebGLFramebuffer::ValidateForColorRead( in ValidateForColorRead()
1043 void WebGLFramebuffer::RefreshDrawBuffers() const { in RefreshDrawBuffers()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSWebGLFramebuffer.h33 class WebGLFramebuffer; variable
38 JSWebGLFramebuffer(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<WebGLFramebuffer>);
50 WebGLFramebuffer* impl() const { return m_impl.get(); } in impl()
53 RefPtr<WebGLFramebuffer> m_impl;
58 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, WebGLFramebuffer*);
59 WebGLFramebuffer* toWebGLFramebuffer(JSC::JSValue);
H A DJSWebGLFramebuffer.cpp122 …amebuffer(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<WebGLFramebuffer> impl) in JSWebGLFramebuffer()
155 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLFramebuffer* impl) in toJS()
160 WebGLFramebuffer* toWebGLFramebuffer(JSC::JSValue value) in toWebGLFramebuffer()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLFramebuffer.h21 class WebGLFramebuffer; variable
45 friend class WebGLFramebuffer; variable
131 class WebGLFramebuffer final : public WebGLContextBoundObject,
135 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(WebGLFramebuffer, override)
171 const WebGLFramebuffer* fb = nullptr;
191 WebGLFramebuffer(WebGLContext* webgl, GLuint fbo);
192 WebGLFramebuffer(WebGLContext* webgl, UniquePtr<gl::MozFramebuffer> fbo);
193 ~WebGLFramebuffer() override;
H A DWebGLFramebuffer.cpp471 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, GLuint fbo) in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
497 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
515 WebGLFramebuffer::~WebGLFramebuffer() { in ~WebGLFramebuffer()
611 bool WebGLFramebuffer::HasIncompleteAttachments( in HasIncompleteAttachments()
623 bool WebGLFramebuffer::AllImageRectsMatch() const { in AllImageRectsMatch()
652 bool WebGLFramebuffer::AllImageSamplesMatch() const { in AllImageSamplesMatch()
732 bool WebGLFramebuffer::ValidateAndInitAttachments( in ValidateAndInitAttachments()
744 bool WebGLFramebuffer::ValidateClearBufferType( in ValidateClearBufferType()
779 bool WebGLFramebuffer::ValidateForColorRead( in ValidateForColorRead()
1057 void WebGLFramebuffer::RefreshDrawBuffers() const { in RefreshDrawBuffers()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLFramebuffer.h21 class WebGLFramebuffer; variable
45 friend class WebGLFramebuffer; variable
131 class WebGLFramebuffer final : public WebGLContextBoundObject,
135 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(WebGLFramebuffer, override)
171 const WebGLFramebuffer* fb = nullptr;
191 WebGLFramebuffer(WebGLContext* webgl, GLuint fbo);
192 WebGLFramebuffer(WebGLContext* webgl, UniquePtr<gl::MozFramebuffer> fbo);
193 ~WebGLFramebuffer() override;
H A DWebGLFramebuffer.cpp471 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, GLuint fbo) in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
497 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
515 WebGLFramebuffer::~WebGLFramebuffer() { in ~WebGLFramebuffer()
611 bool WebGLFramebuffer::HasIncompleteAttachments( in HasIncompleteAttachments()
623 bool WebGLFramebuffer::AllImageRectsMatch() const { in AllImageRectsMatch()
652 bool WebGLFramebuffer::AllImageSamplesMatch() const { in AllImageSamplesMatch()
732 bool WebGLFramebuffer::ValidateAndInitAttachments( in ValidateAndInitAttachments()
744 bool WebGLFramebuffer::ValidateClearBufferType( in ValidateClearBufferType()
779 bool WebGLFramebuffer::ValidateForColorRead( in ValidateForColorRead()
1057 void WebGLFramebuffer::RefreshDrawBuffers() const { in RefreshDrawBuffers()
[all …]
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLFramebuffer.h22 class WebGLFramebuffer; variable
46 friend class WebGLFramebuffer; variable
138 class WebGLFramebuffer final : public WebGLContextBoundObject,
142 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(WebGLFramebuffer, override)
174 const WebGLFramebuffer* fb = nullptr;
195 WebGLFramebuffer(WebGLContext* webgl, GLuint fbo);
196 WebGLFramebuffer(WebGLContext* webgl, UniquePtr<gl::MozFramebuffer> fbo);
197 ~WebGLFramebuffer() override;
H A DWebGLFramebuffer.cpp471 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, GLuint fbo) in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
497 WebGLFramebuffer::WebGLFramebuffer(WebGLContext* webgl, in WebGLFramebuffer() function in mozilla::WebGLFramebuffer
514 WebGLFramebuffer::~WebGLFramebuffer() { in ~WebGLFramebuffer()
610 bool WebGLFramebuffer::HasIncompleteAttachments( in HasIncompleteAttachments()
622 bool WebGLFramebuffer::AllImageRectsMatch() const { in AllImageRectsMatch()
651 bool WebGLFramebuffer::AllImageSamplesMatch() const { in AllImageSamplesMatch()
731 bool WebGLFramebuffer::ValidateAndInitAttachments( in ValidateAndInitAttachments()
743 bool WebGLFramebuffer::ValidateClearBufferType( in ValidateClearBufferType()
778 bool WebGLFramebuffer::ValidateForColorRead( in ValidateForColorRead()
1064 void WebGLFramebuffer::RefreshDrawBuffers() const { in RefreshDrawBuffers()
[all …]
H A DWebGLContext.h67 class WebGLFramebuffer; variable
501 WebGLFramebuffer*, layers::TextureType,
540 RefPtr<WebGLFramebuffer> CreateFramebuffer();
541 RefPtr<WebGLFramebuffer> CreateOpaqueFramebuffer(
555 void BindFramebuffer(GLenum target, WebGLFramebuffer* fb);
1127 RefPtr<WebGLFramebuffer> mBoundDrawFramebuffer;
1128 RefPtr<WebGLFramebuffer> mBoundReadFramebuffer;
1228 const WebGLFramebuffer* fb,
1230 void DoBindFB(const WebGLFramebuffer* fb,
1240 WebGLFramebuffer* const srcAsWebglFb = nullptr,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dwebglframebuffer.rs29 pub struct WebGLFramebuffer { struct
48 impl WebGLFramebuffer { argument
51 -> WebGLFramebuffer { in new_inherited() argument
52 WebGLFramebuffer { in new_inherited()
68 -> Option<DomRoot<WebGLFramebuffer>> { in maybe_new() argument
73 result.map(|fb_id| WebGLFramebuffer::new(window, renderer, fb_id)) in maybe_new()
79 -> DomRoot<WebGLFramebuffer> { in new() argument
80 reflect_dom_object(Box::new(WebGLFramebuffer::new_inherited(renderer, id)), in new()
87 impl WebGLFramebuffer { implementation
370 impl Drop for WebGLFramebuffer { implementation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/
H A Dxr_webgl_layer.h25 class WebGLFramebuffer; variable
37 WebGLFramebuffer*,
52 WebGLFramebuffer* framebuffer() const { return framebuffer_; } in framebuffer()
89 Member<WebGLFramebuffer> framebuffer_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/xr/
H A Dxr_webgl_layer.h27 class WebGLFramebuffer; variable
39 WebGLFramebuffer*,
51 WebGLFramebuffer* framebuffer() const { return framebuffer_; } in framebuffer()
96 Member<WebGLFramebuffer> framebuffer_;

12345678910>>...14