Home
last modified time | relevance | path

Searched refs:GetWebGLContext (Results 1 – 10 of 10) sorted by relevance

/external/skia/experimental/wasm-skp-debugger/
Dgpu.js42 DebuggerView.GetWebGLContext = function(canvas, attrs) { class in DebuggerView
49 var ctx = DebuggerView.GetWebGLContext(canvas);
/external/skia/modules/canvaskit/
Dgpu.js14 CanvasKit.GetWebGLContext = function(canvas, attrs) { class in CanvasKit
78 var ctx = this.GetWebGLContext(canvas, attrs);
Dgm.js5 WasmGMTests.GetWebGLContext = function(canvas, webGLVersion) { class
Dexterns.js38 GetWebGLContext: function() {}, method
DCHANGELOG.md726 - More public APIs for working with Surfaces/Contexts `GetWebGLContext`,
734 the `SkSurface` themselves with `GetWebGLContext` -> `MakeGrContext` ->
/external/skia/experimental/skottiekit/
Dgpu.js48 SkottieKit.GetWebGLContext = function(canvas, attrs) { class in SkottieKit
68 var ctx = this.GetWebGLContext(canvas);
Dexterns.js30 GetWebGLContext: function() {}, method
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts855 const ctx = CK.GetWebGLContext(canvasEl); // $ExpectType number
Dindex.d.ts235 GetWebGLContext(canvas: HTMLCanvasElement, opts?: WebGLOptions): WebGLContextHandle; method
/external/angle/src/libANGLE/
DContext.cpp192 bool GetWebGLContext(const egl::AttributeMap &attribs) in GetWebGLContext() function
359 mWebGLContext(GetWebGLContext(attribs)), in Context()