Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dgpu.js81 CanvasKit.MakeOnScreenGLSurface = function(grCtx, w, h, colorspace) { argument
90 CanvasKit.MakeRenderTarget = function(grCtx, w, h) { argument
/third_party/flutter/skia/tools/gpu/
DGrContextFactory.cpp265 sk_sp<GrContext> grCtx; in getContextInfoInternal() local
/third_party/skia/tools/gpu/
DGrContextFactory.cpp316 sk_sp<GrDirectContext> grCtx; in getContextInfoInternal() local
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts881 const grCtx = CK.MakeGrContext(ctx); constant