Home
last modified time | relevance | path

Searched defs:GLContextAttributes (Results 1 – 1 of 1) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlcanvaselement.rs230 …fn get_gl_attributes(cx: *mut JSContext, attrs: Option<HandleValue>) -> Option<GLContextAttributes… in get_gl_attributes()
390 impl<'a> From<&'a WebGLContextAttributes> for GLContextAttributes { implementation
391 fn from(attrs: &'a WebGLContextAttributes) -> GLContextAttributes { in from()