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

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

Completed in 51 milliseconds