Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DImageTest.cpp921 GrContext* otherCtx = otherContextInfo.grContext(); in test_cross_context_image() local
925 if (!otherCtx) { in test_cross_context_image()
929 surface = SkSurface::MakeRenderTarget(otherCtx, SkBudgeted::kNo, info); in test_cross_context_image()
961 otherCtx->priv().getGpu()->testingOnly_flushGpuAndSync(); in test_cross_context_image()
977 otherCtx, GrSamplerState::ClampNearest(), nullptr); in test_cross_context_image()
992 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
1002 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
/third_party/skia/tests/
DImageTest.cpp950 auto otherCtx = otherContextInfo.directContext(); in test_cross_context_image() local
954 if (!otherCtx) { in test_cross_context_image()
958 surface = SkSurface::MakeRenderTarget(otherCtx, SkBudgeted::kNo, info); in test_cross_context_image()
994 GrRecordingContextPriv::AutoSuppressWarningMessages aswm(otherCtx); in test_cross_context_image()
1006 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
1021 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
1030 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
/third_party/skia/dm/
DDMSrcSink.cpp1920 auto otherCtx = otherCtxInfo.directContext(); in draw()
1921 if (!otherCtx) { in draw()
1925 SkASSERT(otherCtx->priv().getGpu()); in draw()
1954 otherCtx->priv().dumpCacheStats(log); in draw()
1955 otherCtx->priv().dumpGpuStats(log); in draw()
1956 otherCtx->priv().dumpContextStats(log); in draw()