Searched refs:getLODDimX (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsAdapter.h | 38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() 70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX()
|
D | rsType.h | 75 uint32_t getLODDimX(uint32_t lod) const { in getLODDimX() function
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 726 if (x >= t->getLODDimX(0)) { in ElementAt1D() 727 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0)); in ElementAt1D() 757 if (x >= t->getLODDimX(0)) { in ElementAt2D() 758 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0)); in ElementAt2D() 795 if (x >= t->getLODDimX(0)) { in ElementAt3D() 796 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0)); in ElementAt3D()
|
D | rsdAllocation.cpp | 146 alloc->mHal.state.type->getLODDimX(lod), in Upload2DTexture() 151 alloc->mHal.state.type->getLODDimX(lod), in Upload2DTexture()
|