Searched refs:indexEntryCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/rs/
H A DrsFileA3D.cpp180 uint32_t indexEntryCount = index.loadU32(); local
181 LOGE("index count %i", indexEntryCount);
182 mIndex.setCapacity(indexEntryCount);
183 for (uint32_t ct = 0; ct < indexEntryCount; ct++) {
205 for (uint32_t ct = 0; ct < indexEntryCount; ct++) {

Completed in 86 milliseconds