OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAtlasMap
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/renderthread/
EglManager.h
110
int64_t*
mAtlasMap
;
EglManager.cpp
95
,
mAtlasMap
(nullptr)
200
mAtlasMap
= map;
211
mAtlasMap
, mAtlasMapSize);
/frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java
95
// by the getMap(). See the
mAtlasMap
field for more information
122
private long[]
mAtlasMap
;
262
mAtlasMap
= new long[packCount * ATLAS_MAP_ENTRY_FIELD_COUNT];
263
long[] atlasMap =
mAtlasMap
;
276
if (mapIndex >=
mAtlasMap
.length) {
347
return mAtlasReady.get() ?
mAtlasMap
: null;
Completed in 100 milliseconds