Home
last modified time | relevance | path

Searched defs:MakeOnScreenGLSurface (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dexterns.js12 MakeOnScreenGLSurface: function() {}, method
Ddebugger_bindings.cpp252 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrContext> grContext, int width, int height) { in MakeOnScreenGLSurface() function
/third_party/skia/experimental/wasm-skp-debugger/
Dexterns.js10 MakeOnScreenGLSurface: function() {}, method
Ddebugger_bindings.cpp492 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height) { in MakeOnScreenGLSurface() function
/third_party/skia/experimental/skottiekit/
Dexterns.js35 MakeOnScreenGLSurface: function() {}, method
Dskottiekit_bindings.cpp229 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeOnScreenGLSurface() function
/third_party/skia/modules/canvaskit/
Dgpu.js81 CanvasKit.MakeOnScreenGLSurface = function(grCtx, w, h, colorspace) { class in CanvasKit
Dexterns.js49 MakeOnScreenGLSurface: function() {}, method
Dcanvaskit_bindings.cpp160 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height, in MakeOnScreenGLSurface() function
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js44 MakeOnScreenGLSurface: function() {}, method
Dcanvaskit_bindings.cpp117 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrContext> grContext, int width, int height) { in MakeOnScreenGLSurface() function
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts250 MakeOnScreenGLSurface(ctx: GrDirectContext, width: number, height: number, method