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