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

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

Completed in 563 milliseconds