Searched refs:mAtlasMap (Results 1 – 3 of 3) sorted by relevance
75 , mAtlasMap(NULL) in EglManager()167 mAtlasMap = map; in setTextureAtlas()179 mAtlasMap, mAtlasMapSize); in initAtlas()
82 int64_t* mAtlasMap; variable
124 private long[] mAtlasMap; field in AssetAtlasService267 mAtlasMap = new long[packCount * ATLAS_MAP_ENTRY_FIELD_COUNT]; in renderAtlas()268 long[] atlasMap = mAtlasMap; in renderAtlas()282 if (mapIndex >= mAtlasMap.length) { in renderAtlas()387 return mAtlasReady.get() ? mAtlasMap : null; in getMap()