Searched refs:mAtlasKey (Results 1 – 2 of 2) sorted by relevance
539 mAtlasKey = newAtlasKey; in setAtlas()545 if (atlas.get() && mAtlasKey != INVALID_ATLAS_KEY) { in getSurface()546 auto atlasEntry = atlas->getEntry(mAtlasKey); in getSurface()549 mAtlasKey = atlasEntry.key; in getSurface()558 lockAtlas->releaseEntry(mAtlasKey); in clear()561 mAtlasKey = INVALID_ATLAS_KEY; in clear()
733 skiapipeline::AtlasKey mAtlasKey = INVALID_ATLAS_KEY; variable