Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/
Dwebgl.js84 grCtx['delete'] = function() { function in CanvasKit.MakeWebGLContext
115 CanvasKit.MakeOnScreenGLSurface = function(grCtx, w, h, colorspace, sc, st) { argument
Dinterface.js399 function readPixels(source, srcX, srcY, imageInfo, destMallocObj, bytesPerRow, grCtx) { argument
/external/skia/tools/gpu/
DGrContextFactory.cpp316 sk_sp<GrDirectContext> grCtx; in getContextInfoInternal() local
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts922 const grCtx = CK.MakeGrContext(ctx); constant