Searched refs:mLODCount (Results 1 – 2 of 2) sorted by relevance
43 uint32_t getLODDimX(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mX;} in getLODDimX()44 uint32_t getLODDimY(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mY;} in getLODDimY()45 uint32_t getLODDimZ(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mZ;} in getLODDimZ()47 … uint32_t getLODOffset(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mOffset;} in getLODOffset()54 uint32_t getLODCount() const {return mLODCount;} in getLODCount()111 uint32_t mLODCount; variable
24 mLODCount = 0; in Type()70 uint32_t oldLODCount = mLODCount; in compute()76 mLODCount = rsMax(l2x, l2y); in compute()77 mLODCount = rsMax(mLODCount, l2z); in compute()79 mLODCount = 1; in compute()81 if (mLODCount != oldLODCount) { in compute()85 mLODs = new LOD[mLODCount]; in compute()92 for (uint32_t lod=0; lod < mLODCount; lod++) { in compute()