Searched refs:grCtx (Results 1 – 3 of 3) sorted by relevance
263 sk_sp<GrContext> grCtx; in getContextInfoInternal() local266 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()
314 sk_sp<GrDirectContext> grCtx; in getContextInfoInternal() local317 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()
856 const grCtx = CK.MakeGrContext(ctx); constant857 const surfaceNine = CK.MakeOnScreenGLSurface(grCtx, 100, 400, // $ExpectType Surface860 const rt = CK.MakeRenderTarget(grCtx, 100, 200); // $ExpectType Surface | null861 const rt2 = CK.MakeRenderTarget(grCtx, { // $ExpectType Surface | null