Home
last modified time | relevance | path

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

/frameworks/rs/
DrsType.cpp234 if (t->getDimLOD() != dimLOD) continue; in getTypeRef()
276 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv()); in cloneAndResize1D()
283 getDimZ(), getDimLOD(), getDimFaces(), getDimYuv()); in cloneAndResize2D()
349 (*typeData++) = t->getDimLOD() ? 1 : 0; in rsaTypeGetNativeData()
DrsType.h71 bool getDimLOD() const {return mDimLOD;} in getDimLOD() function
DrsAllocation.cpp76 mHal.state.hasMipmaps = type->getDimLOD(); in updateCache()
549 (type0->getDimLOD() == type1->getDimLOD()) && in hasSameDims()
/frameworks/rs/driver/
DrsdAllocation.cpp395 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) { in rsdAllocationInit()