Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsAdapter.h38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX()
44 inline void setLOD(uint32_t lod) {mLOD = lod;} in setLOD()
57 uint32_t mLOD; variable
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX()
71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY()
76 inline void setLOD(uint32_t lod) {mLOD = lod;} in setLOD()
89 uint32_t mLOD; variable
DrsAdapter.cpp36 mLOD = 0; in reset()
41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes); in data()
106 mLOD = 0; in reset()
113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes); in data()
/frameworks/rs/
DrsAdapter.h38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX()
44 inline void setLOD(uint32_t lod) {mLOD = lod;} in setLOD()
57 uint32_t mLOD; variable
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX()
71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY()
76 inline void setLOD(uint32_t lod) {mLOD = lod;} in setLOD()
89 uint32_t mLOD; variable
DrsAdapter.cpp36 mLOD = 0; in reset()
41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes); in data()
106 mLOD = 0; in reset()
113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes); in data()