Searched defs:MakeOnScreenGLSurface (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | webgl.js | 115 CanvasKit.MakeOnScreenGLSurface = function(grCtx, w, h, colorspace, sc, st) { class in CanvasKit
|
H A D | canvaskit_bindings.cpp | 280 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 D | externs.js | 50 MakeOnScreenGLSurface: function() {}, method
|
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/ |
H A D | index.d.ts | 266 MakeOnScreenGLSurface(ctx: GrDirectContext, width: number, height: number, method
|