HomeSort by relevance Sort by last modified time
    Searched refs:getDimLOD (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/
rsType.cpp 232 if (t->getDimLOD() != dimLOD) continue;
260 getDimY(), getDimZ(), getDimLOD(), getDimFaces());
267 getDimZ(), getDimLOD(), getDimFaces());
326 (*typeData++) = t->getDimLOD() ? 1 : 0;
rsType.h 69 bool getDimLOD() const {return mDimLOD;}
rsAllocation.cpp 60 mHal.state.hasMipmaps = type->getDimLOD();

Completed in 258 milliseconds