Home
last modified time | relevance | path

Searched defs:getLODOffset (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/rs/
DrsType.cpp112 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const { in getLODOffset() function in Type
118 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const { in getLODOffset() function in Type
124 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const { in getLODOffset() function in Type
DrsType.h47 … uint32_t getLODOffset(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mOffset;} in getLODOffset() function