Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.h292 GrCCCachedAtlas(GrCCAtlas::CoverageType type, const GrUniqueKey& textureKey, in GrCCCachedAtlas() argument
295 , fTextureKey(textureKey) in GrCCCachedAtlas()
304 const GrUniqueKey& textureKey() const { return fTextureKey; } in textureKey() function
DGrCCPathCache.cpp233 onFlushRP->findOrCreateProxyByUniqueKey(entry->fCachedAtlas->textureKey(), in find()
/external/skqp/tests/
DGrCCPRTest.cpp629 REPORTER_ASSERT(reporter, cachedAtlas->textureKey().isValid()); in onRun()