Searched refs:getDimLOD (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsType.cpp | 232 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()
|
D | rsType.h | 69 bool getDimLOD() const {return mDimLOD;} in getDimLOD() function
|
D | rsAllocation.cpp | 57 mHal.state.hasMipmaps = type->getDimLOD(); in updateCache()
|
/frameworks/rs/ |
D | rsType.cpp | 232 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()
|
D | rsType.h | 69 bool getDimLOD() const {return mDimLOD;} in getDimLOD() function
|
D | rsAllocation.cpp | 60 mHal.state.hasMipmaps = type->getDimLOD(); in updateCache()
|