Searched refs:mLOD (Results 1 - 2 of 2) 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
H A DrsAdapter.cpp36 mLOD = 0;
41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes, 0);
106 mLOD = 0;
113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes, 0);

Completed in 91 milliseconds