Searched refs:textureKey (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCPathCache.h | 292 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
|
D | GrCCPathCache.cpp | 233 onFlushRP->findOrCreateProxyByUniqueKey(entry->fCachedAtlas->textureKey(), in find()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPathCache.h | 292 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
|
D | GrCCPathCache.cpp | 233 onFlushRP->findOrCreateProxyByUniqueKey(entry->fCachedAtlas->textureKey(), in find()
|
/external/skia/tests/ |
D | GrCCPRTest.cpp | 630 REPORTER_ASSERT(reporter, cachedAtlas->textureKey().isValid()); in onRun()
|
/external/skqp/tests/ |
D | GrCCPRTest.cpp | 629 REPORTER_ASSERT(reporter, cachedAtlas->textureKey().isValid()); in onRun()
|