Searched refs:getContext (Results 1 – 6 of 6) sorted by relevance
244 …getContext(contextId: "2d", options?: CanvasRenderingContext2DSettings): OffscreenCanvasRenderingC…
3064 getContext(type: "2d", options?: ContextAttrOptions): CanvasRenderingContext2D; method3077 getContext(type: "webgl", options?: WebGLContextAttributes): WebGLRenderingContext; method3090 getContext(type: "webgl2", options?: WebGLContextAttributes): WebGL2RenderingContext; method
87 function getContext(): Context;
85 org.apache.logging.log4j.spi.LoggerContext context = LogManager.getContext(false); in init()
4006 …getContext(contextType: "2d", options?: RenderingContextSettings): OffscreenCanvasRenderingContext…
567 declare function getContext(component?: Object): Context; function