Home
last modified time | relevance | path

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

/frameworks/rs/
DrsType.cpp262 if (t->getDimLOD() != dimLOD) continue; in getTypeRef()
292 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv()); in cloneAndResize1D()
299 getDimZ(), getDimLOD(), getDimFaces(), getDimYuv()); in cloneAndResize2D()
358 (*typeData++) = t->getDimLOD() ? 1 : 0; in rsaTypeGetNativeData()
DrsType.h70 bool getDimLOD() const {return mDimLOD;} in getDimLOD() function
DrsAllocation.cpp76 mHal.state.hasMipmaps = type->getDimLOD(); in updateCache()
/frameworks/rs/driver/
DrsdAllocation.cpp384 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) { in rsdAllocationInit()