Home
last modified time | relevance | path

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

/frameworks/rs/
DrsApiType.cpp39 (*typeData++) = t->getDimLOD() ? 1 : 0; in rsaTypeGetNativeData()
DrsType.cpp238 if (t->getDimLOD() != params->mipmaps) continue; in getTypeRef()
302 p.mipmaps = getDimLOD(); in cloneAndResize1D()
314 p.mipmaps = getDimLOD(); in cloneAndResize2D()
DrsType.h74 bool getDimLOD() const {return mDimLOD;} in getDimLOD() function
DrsAllocation.cpp149 mHal.state.hasMipmaps = type->getDimLOD(); in updateCache()
690 (type0->getDimLOD() == type1->getDimLOD()) && in hasSameDims()
/frameworks/rs/driver/
DrsdAllocation.cpp405 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) { in rsdAllocationInitStrided()
421 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) { in rsdAllocationInitStrided()