HomeSort by relevance Sort by last modified time
    Searched refs:mLOD (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsAdapter.h 38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
44 inline void setLOD(uint32_t lod) {mLOD = lod;}
57 uint32_t mLOD;
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;
rsAdapter.cpp 36 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 53 milliseconds