Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dwebgl.js115 CanvasKit.MakeOnScreenGLSurface = function(grCtx, w, h, colorspace, sc, st) { class in CanvasKit
H A Dcanvaskit_bindings.cpp280 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height, in MakeOnScreenGLSurface() function
310 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height, in MakeOnScreenGLSurface() function
H A Dexterns.js50 MakeOnScreenGLSurface: function() {}, method
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts266 MakeOnScreenGLSurface(ctx: GrDirectContext, width: number, height: number, method