Searched defs:mLOD (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A DrsAdapter.h38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
44 inline void setLOD(uint32_t lod) {mLOD = lod;}
57 uint32_t mLOD; member in class:android::renderscript::Adapter1D
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);}
76 inline void setLOD(uint32_t lod) {mLOD = lod;}
89 uint32_t mLOD; member in class:android::renderscript::Adapter2D

Completed in 372 milliseconds