Searched refs:getLODOffset (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsType.h | 84 uint32_t getLODOffset(uint32_t lod) const { in getLODOffset() function 88 uint32_t getLODOffset(uint32_t lod, uint32_t x) const; 89 uint32_t getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const; 90 uint32_t getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const;
|
D | rsType.cpp | 113 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const { in getLODOffset() function in Type 119 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const { in getLODOffset() function in Type 125 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const { in getLODOffset() function in Type
|
/frameworks/rs/ |
D | rsType.h | 84 uint32_t getLODOffset(uint32_t lod) const { in getLODOffset() function 88 uint32_t getLODOffset(uint32_t lod, uint32_t x) const; 89 uint32_t getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const; 90 uint32_t getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const;
|
D | rsType.cpp | 113 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const { in getLODOffset() function in Type 119 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const { in getLODOffset() function in Type 125 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const { in getLODOffset() function in Type
|