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

  /frameworks/rs/
rsApiType.cpp 35 (*typeData++) = t->getDimLOD() ? 1 : 0;
rsType.h 76 bool getDimLOD() const {return mDimLOD;}
rsType.cpp 238 if (t->getDimLOD() != params->mipmaps) continue;
302 p.mipmaps = getDimLOD();
314 p.mipmaps = getDimLOD();
rsAllocation.cpp 148 mHal.state.hasMipmaps = type->getDimLOD();
653 (type0->getDimLOD() == type1->getDimLOD()) &&
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 398 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
414 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
    [all...]

Completed in 94 milliseconds