Searched defs:getContext (Results 1 – 2 of 2) sorted by relevance
2397 getContext(type: "2d", options?: ContextAttrOptions): CanvasRenderingContext2D; method2407 getContext(type: "webgl", options?: WebGLContextAttributes): WebGLRenderingContext; method2417 getContext(type: "webgl2", options?: WebGLContextAttributes): WebGL2RenderingContext; method
227 declare function getContext(component?: Object): Context; function