Searched refs:GetWebGLContext (Results 1 – 10 of 10) sorted by relevance
/external/skia/experimental/wasm-skp-debugger/ |
D | gpu.js | 42 DebuggerView.GetWebGLContext = function(canvas, attrs) { class in DebuggerView 49 var ctx = DebuggerView.GetWebGLContext(canvas);
|
/external/skia/modules/canvaskit/ |
D | gpu.js | 14 CanvasKit.GetWebGLContext = function(canvas, attrs) { class in CanvasKit 78 var ctx = this.GetWebGLContext(canvas, attrs);
|
D | gm.js | 5 WasmGMTests.GetWebGLContext = function(canvas, webGLVersion) { class
|
D | externs.js | 38 GetWebGLContext: function() {}, method
|
D | CHANGELOG.md | 726 - More public APIs for working with Surfaces/Contexts `GetWebGLContext`, 734 the `SkSurface` themselves with `GetWebGLContext` -> `MakeGrContext` ->
|
/external/skia/experimental/skottiekit/ |
D | gpu.js | 48 SkottieKit.GetWebGLContext = function(canvas, attrs) { class in SkottieKit 68 var ctx = this.GetWebGLContext(canvas);
|
D | externs.js | 30 GetWebGLContext: function() {}, method
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 855 const ctx = CK.GetWebGLContext(canvasEl); // $ExpectType number
|
D | index.d.ts | 235 GetWebGLContext(canvas: HTMLCanvasElement, opts?: WebGLOptions): WebGLContextHandle; method
|
/external/angle/src/libANGLE/ |
D | Context.cpp | 192 bool GetWebGLContext(const egl::AttributeMap &attribs) in GetWebGLContext() function 359 mWebGLContext(GetWebGLContext(attribs)), in Context()
|