Home | History | Annotate | Download | only in rs

Lines Matching refs:lod

49     uint32_t getLODDimX(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mX;}
50 uint32_t getLODDimY(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mY;}
51 uint32_t getLODDimZ(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mZ;}
52 uint32_t getLODOffset(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mOffset;}
54 uint32_t getLODOffset(uint32_t lod, uint32_t x) const;
55 uint32_t getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const;
56 uint32_t getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const;
79 struct LOD {
112 LOD *mLODs;