Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dgpu.js42 DebuggerView.GetWebGLContext = function(canvas, attrs) { class in DebuggerView
49 var ctx = DebuggerView.GetWebGLContext(canvas);
/third_party/skia/experimental/wasm-skp-debugger/
Dgpu.js42 DebuggerView.GetWebGLContext = function(canvas, attrs) { class in DebuggerView
49 var ctx = DebuggerView.GetWebGLContext(canvas);
/third_party/flutter/skia/modules/canvaskit/
Dgpu.js44 CanvasKit.GetWebGLContext = function(canvas, attrs) { class in CanvasKit
64 var ctx = this.GetWebGLContext(canvas);
DCHANGELOG.md67 - More public APIs for working with Surfaces/Contexts `GetWebGLContext`,
75 the `SkSurface` themselves with `GetWebGLContext` -> `MakeGrContext` ->
Dexterns.js35 GetWebGLContext: function() {}, method
/third_party/skia/experimental/skottiekit/
Dgpu.js48 SkottieKit.GetWebGLContext = function(canvas, attrs) { class in SkottieKit
68 var ctx = this.GetWebGLContext(canvas);
Dexterns.js30 GetWebGLContext: function() {}, method
/third_party/skia/modules/canvaskit/
Dgm.js5 WasmGMTests.GetWebGLContext = function(canvas, webGLVersion) { class
Dgpu.js14 CanvasKit.GetWebGLContext = function(canvas, attrs) { class in CanvasKit
129 var ctx = this.GetWebGLContext(canvas, attrs);
Dexterns.js38 GetWebGLContext: function() {}, method
DCHANGELOG.md833 - More public APIs for working with Surfaces/Contexts `GetWebGLContext`,
841 the `SkSurface` themselves with `GetWebGLContext` -> `MakeGrContext` ->
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts879 const ctx = CK.GetWebGLContext(canvasEl); // $ExpectType number
Dindex.d.ts235 GetWebGLContext(canvas: HTMLCanvasElement, opts?: WebGLOptions): WebGLContextHandle; method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp216 bool GetWebGLContext(const egl::AttributeMap &attribs) in GetWebGLContext() function
344 mWebGLContext(GetWebGLContext(attribs)), in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp195 bool GetWebGLContext(const egl::AttributeMap &attribs) in GetWebGLContext() function
396 mWebGLContext(GetWebGLContext(attribs)), in Context()