Home
last modified time | relevance | path

Searched refs:grCtx (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tools/gpu/
DGrContextFactory.cpp263 sk_sp<GrContext> grCtx; in getContextInfoInternal() local
266 grCtx = testCtx->makeGrContext(grOptions); in getContextInfoInternal()
268 if (!grCtx.get()) { in getContextInfoInternal()
272 if (!grCtx->contextPriv().caps()->shaderCaps()->pathRenderingSupport()) { in getContextInfoInternal()
282 context.fGrContext = SkRef(grCtx.get()); in getContextInfoInternal()
/external/skia/tools/gpu/
DGrContextFactory.cpp314 sk_sp<GrDirectContext> grCtx; in getContextInfoInternal() local
317 grCtx = testCtx->makeContext(grOptions); in getContextInfoInternal()
319 if (!grCtx) { in getContextInfoInternal()
324 SkASSERT(grCtx->directContextID() != shareContext->directContextID()); in getContextInfoInternal()
332 context.fGrContext = SkRef(grCtx.get()); in getContextInfoInternal()
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts856 const grCtx = CK.MakeGrContext(ctx); constant
857 const surfaceNine = CK.MakeOnScreenGLSurface(grCtx, 100, 400, // $ExpectType Surface
860 const rt = CK.MakeRenderTarget(grCtx, 100, 200); // $ExpectType Surface | null
861 const rt2 = CK.MakeRenderTarget(grCtx, { // $ExpectType Surface | null