Home
last modified time | relevance | path

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

/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/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts250 MakeOnScreenGLSurface(ctx: GrDirectContext, width: number, height: number, method