Home
last modified time | relevance | path

Searched refs:getLODOffset (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsType.h84 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;
DrsType.cpp113 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/
DrsType.h84 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;
DrsType.cpp113 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