Searched refs:getLODOffset (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsType.h | 86 uint32_t getLODOffset(uint32_t lod) const { in getLODOffset() function 90 uint32_t getLODOffset(uint32_t lod, uint32_t x) const; 91 uint32_t getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const; 92 uint32_t getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const;
|
D | rsType.cpp | 143 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const { in getLODOffset() function in Type 149 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const { in getLODOffset() function in Type 155 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const { in getLODOffset() function in Type
|