Home
last modified time | relevance | path

Searched refs:otherCtx (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A 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/
H A DDMSrcSink.cpp1914 // TODO: make use of 'otherCtx' for uploads & compilation in draw()
1920 auto otherCtx = otherCtxInfo.directContext(); in draw() local
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()

Completed in 7 milliseconds