Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCoordTransform.h86 if (fProxy->underlyingUniqueID() != that.fProxy->underlyingUniqueID()) { in hasSameEffectAs()
DGrFragmentProcessor.h430 return this->proxy()->underlyingUniqueID() == that.proxy()->underlyingUniqueID() &&
DGrResourceAllocator.cpp509 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1, in dumpIntervals()
522 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1); in dumpIntervals()
DGrSurfaceProxy.h217 UniqueID underlyingUniqueID() const { in underlyingUniqueID() function
/third_party/flutter/skia/tests/
DResourceAllocatorTest.cpp97 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in overlap_test()
129 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in non_overlap_test()
DImageTest.cpp429 if (origProxy->underlyingUniqueID() != copyProxy->underlyingUniqueID()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DResourceAllocatorTest.cpp173 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in overlap_test()
200 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in non_overlap_test()
DImageTest.cpp443 if (origProxy->underlyingUniqueID() != copyProxy->underlyingUniqueID()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/
DGrResourceAllocator.cpp448 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1, in dumpIntervals()
461 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1); in dumpIntervals()
DGrSurfaceProxy.h203 UniqueID underlyingUniqueID() const { in underlyingUniqueID() function
/third_party/flutter/skia/src/gpu/effects/
DGrTextureDomain.cpp476 return dstdfp.fTextureSampler.proxy()->underlyingUniqueID() == in onIsEqual()
477 fTextureSampler.proxy()->underlyingUniqueID() && in onIsEqual()
DGrYUVtoRGBEffect.cpp73 this->textureSampler(i).proxy()->underlyingUniqueID().asUInt()); in dumpInfo()
/third_party/flutter/skia/src/image/
DSkSurface_Gpu.cpp167 if (rtc->asSurfaceProxy()->underlyingUniqueID() == imageProxy->underlyingUniqueID()) { in onCopyOnWrite()
/third_party/skia/src/image/
DSkImage_Gpu.cpp111 return surfaceProxy->underlyingUniqueID() == fStableProxy->underlyingUniqueID(); in surfaceMustCopyOnWrite()