Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAdapter.h71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY()
DrsType.h78 uint32_t getLODDimY(uint32_t lod) const { in getLODDimY() function
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp603 if (y >= t->getLODDimY(0)) { in ElementAt2D()
604 sprintf(buf, "Out range ElementAt Y %i of %i", y, t->getLODDimY(0)); in ElementAt2D()
641 if (y >= t->getLODDimY(0)) { in ElementAt3D()
642 sprintf(buf, "Out range ElementAt Y %i of %i", y, t->getLODDimY(0)); in ElementAt3D()
DrsdAllocation.cpp145 alloc->mHal.state.type->getLODDimY(lod), in Upload2DTexture()
150 alloc->mHal.state.type->getLODDimY(lod), in Upload2DTexture()