Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DImageTest.cpp976 sk_sp<GrTextureProxy> otherProxy = as_IB(refImg)->asTextureProxyRef( in test_cross_context_image() local
978 REPORTER_ASSERT(reporter, !otherProxy); in test_cross_context_image()
992 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
994 REPORTER_ASSERT(reporter, !otherProxy); in test_cross_context_image()
1002 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
1004 REPORTER_ASSERT(reporter, otherProxy); in test_cross_context_image()
1007 otherProxy.reset(nullptr); in test_cross_context_image()