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