Searched refs:getLODDimY (Results 1 – 4 of 4) sorted by relevance
71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY()
78 uint32_t getLODDimY(uint32_t lod) const { in getLODDimY() function
603 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()
145 alloc->mHal.state.type->getLODDimY(lod), in Upload2DTexture()150 alloc->mHal.state.type->getLODDimY(lod), in Upload2DTexture()