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