Searched refs:MakeOnScreenGLSurface (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/modules/canvaskit/ |
D | gpu.js | 81 CanvasKit.MakeOnScreenGLSurface = function(grCtx, w, h, colorspace) { class in CanvasKit 139 … var surface = this.MakeOnScreenGLSurface(grcontext, canvas.width, canvas.height, colorSpace);
|
D | externs.js | 49 MakeOnScreenGLSurface: function() {}, method
|
D | CHANGELOG.md | 834 `MakeGrContext`, `MakeOnScreenGLSurface`, `MakeRenderTarget`. 842 `MakeOnScreenGLSurface`.
|
D | canvaskit_bindings.cpp | 160 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height, in MakeOnScreenGLSurface() function 797 function("_MakeOnScreenGLSurface", &MakeOnScreenGLSurface); in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/experimental/skottiekit/ |
D | externs.js | 35 MakeOnScreenGLSurface: function() {}, method
|
D | gpu.js | 89 var surface = this.MakeOnScreenGLSurface(grcontext,
|
D | skottiekit_bindings.cpp | 229 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeOnScreenGLSurface() function 294 function("MakeOnScreenGLSurface", &MakeOnScreenGLSurface); in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | externs.js | 10 MakeOnScreenGLSurface: function() {}, method
|
D | gpu.js | 64 var surface = this.MakeOnScreenGLSurface(grcontext, canvas.width, canvas.height);
|
D | debugger_bindings.cpp | 492 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height) { in MakeOnScreenGLSurface() function 638 function("MakeOnScreenGLSurface", &MakeOnScreenGLSurface); in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 882 const surfaceNine = CK.MakeOnScreenGLSurface(grCtx!, 100, 400, // $ExpectType Surface
|
D | index.d.ts | 250 MakeOnScreenGLSurface(ctx: GrDirectContext, width: number, height: number, method
|