Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsType.cpp232 if (t->getDimLOD() != dimLOD) continue; in getTypeRef()
260 getDimY(), getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize1D()
267 getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize2D()
326 (*typeData++) = t->getDimLOD() ? 1 : 0; in rsaTypeGetNativeData()
DrsType.h69 bool getDimLOD() const {return mDimLOD;} in getDimLOD() function
DrsAllocation.cpp57 mHal.state.hasMipmaps = type->getDimLOD(); in updateCache()
/frameworks/rs/
DrsType.cpp232 if (t->getDimLOD() != dimLOD) continue; in getTypeRef()
260 getDimY(), getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize1D()
267 getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize2D()
326 (*typeData++) = t->getDimLOD() ? 1 : 0; in rsaTypeGetNativeData()
DrsType.h69 bool getDimLOD() const {return mDimLOD;} in getDimLOD() function
DrsAllocation.cpp60 mHal.state.hasMipmaps = type->getDimLOD(); in updateCache()