HomeSort by relevance Sort by last modified time
    Searched refs:mAllocationCount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/
rsMesh.h 38 uint32_t mAllocationCount;
rsFileA3D.cpp 314 cv->mAllocationCount = io->loadU32();
315 cv->mAllocations = new Allocation *[cv->mAllocationCount];
316 LOGE("processChunk_Verticies count %i", cv->mAllocationCount);
317 for (uint32_t ct = 0; ct < cv->mAllocationCount; ct++) {

Completed in 42 milliseconds