Home
last modified time | relevance | path

Searched refs:WebGLFramebufferAttachment (Results 1 – 1 of 1) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dwebglframebuffer.rs23 enum WebGLFramebufferAttachment { enum
42 color: DomRefCell<Option<WebGLFramebufferAttachment>>,
43 depth: DomRefCell<Option<WebGLFramebufferAttachment>>,
44 stencil: DomRefCell<Option<WebGLFramebufferAttachment>>,
45 depthstencil: DomRefCell<Option<WebGLFramebufferAttachment>>,
152 Some(WebGLFramebufferAttachment::Renderbuffer(ref att_rb)) => { in update_status()
155 Some(WebGLFramebufferAttachment::Texture { texture: ref att_tex, level } ) => { in update_status()
269 *binding.borrow_mut() = Some(WebGLFramebufferAttachment::Texture { in texture2d()
294 where F: FnMut(&DomRefCell<Option<WebGLFramebufferAttachment>>) in with_matching_renderbuffers() argument
304 Some(WebGLFramebufferAttachment::Renderbuffer(ref att_rb)) in with_matching_renderbuffers()
[all …]