Searched defs:MakeOnScreenGLSurface (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/experimental/wasm-skp-debugger/ |
D | externs.js | 12 MakeOnScreenGLSurface: function() {}, method
|
D | debugger_bindings.cpp | 252 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrContext> grContext, int width, int height) { in MakeOnScreenGLSurface() function
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | externs.js | 10 MakeOnScreenGLSurface: function() {}, method
|
D | debugger_bindings.cpp | 492 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height) { in MakeOnScreenGLSurface() function
|
/third_party/skia/experimental/skottiekit/ |
D | externs.js | 35 MakeOnScreenGLSurface: function() {}, method
|
D | skottiekit_bindings.cpp | 229 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeOnScreenGLSurface() function
|
/third_party/skia/modules/canvaskit/ |
D | gpu.js | 81 CanvasKit.MakeOnScreenGLSurface = function(grCtx, w, h, colorspace) { class in CanvasKit
|
D | externs.js | 49 MakeOnScreenGLSurface: function() {}, method
|
D | canvaskit_bindings.cpp | 160 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height, in MakeOnScreenGLSurface() function
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 44 MakeOnScreenGLSurface: function() {}, method
|
D | canvaskit_bindings.cpp | 117 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrContext> grContext, int width, int height) { in MakeOnScreenGLSurface() function
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 250 MakeOnScreenGLSurface(ctx: GrDirectContext, width: number, height: number, method
|