Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/canvas_traits/
H A Dwebgl.rs35 WebGLCommand(WebGLContextId, WebGLCommand), enumerator
157 pub enum WebGLCommand { enum
425 impl fmt::Debug for WebGLCommand { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/canvas/
H A Dgl_context.rs147 pub fn apply_command(&self, cmd: WebGLCommand) { in apply_command()
H A Dwebgl_thread.rs140 fn handle_webgl_command(&mut self, context_id: WebGLContextId, command: WebGLCommand) { in handle_webgl_command()
649 pub fn apply<Native: NativeGLContextMethods>(ctx: &GLContext<Native>, command: WebGLCommand) { in apply()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dwebglrenderingcontext.rs382 pub fn send_command(&self, command: WebGLCommand) { in send_command()