Searched refs:dimLOD (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsType.h | 104 bool dimLOD, bool dimFaces, uint32_t dimYuv); 108 bool dimLOD, bool dimFaces, uint32_t yuv) { in getType() argument 109 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv); in getType()
|
D | rsType.cpp | 222 bool dimLOD, bool dimFaces, uint32_t dimYuv) { in getTypeRef() argument 234 if (t->getDimLOD() != dimLOD) continue; in getTypeRef() 257 nt->mDimLOD = dimLOD; in getTypeRef()
|