Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCoordTransform.h86 if (fProxy->underlyingUniqueID() != that.fProxy->underlyingUniqueID()) { in hasSameEffectAs()
DGrFragmentProcessor.h427 return this->proxy()->underlyingUniqueID() == that.proxy()->underlyingUniqueID() &&
DGrResourceAllocator.cpp444 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1, in dumpIntervals()
459 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1); in dumpIntervals()
/external/skqp/tests/
DResourceAllocatorTest.cpp107 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in overlap_test()
130 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in non_overlap_test()
DImageTest.cpp437 if (origProxy->underlyingUniqueID() != copyProxy->underlyingUniqueID()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DResourceAllocatorTest.cpp171 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in overlap_test()
198 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in non_overlap_test()
DImageTest.cpp443 if (origProxy->underlyingUniqueID() != copyProxy->underlyingUniqueID()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrResourceAllocator.cpp439 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1, in dumpIntervals()
452 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1); in dumpIntervals()
DGrSurfaceProxy.h200 UniqueID underlyingUniqueID() const { in underlyingUniqueID() function
/external/skqp/src/gpu/effects/
DGrYUVtoRGBEffect.cpp75 this->textureSampler(i).proxy()->underlyingUniqueID().asUInt()); in dumpInfo()
DGrTextureDomain.cpp476 return dstdfp.fTextureSampler.proxy()->underlyingUniqueID() == in onIsEqual()
477 fTextureSampler.proxy()->underlyingUniqueID() && in onIsEqual()
/external/skqp/src/image/
DSkSurface_Gpu.cpp145 if (rtc->asSurfaceProxy()->underlyingUniqueID() == imageProxy->underlyingUniqueID()) { in onCopyOnWrite()
/external/skqp/include/private/
DGrSurfaceProxy.h315 UniqueID underlyingUniqueID() const { in underlyingUniqueID() function
/external/skia/src/image/
DSkImage_Gpu.cpp110 return surfaceProxy->underlyingUniqueID() == fStableProxy->underlyingUniqueID(); in surfaceMustCopyOnWrite()