Searched refs:dimFaces (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsType.h | 113 bool dimLOD, bool dimFaces, uint32_t dimYuv); 117 bool dimLOD, bool dimFaces, uint32_t yuv) { in getType() argument 118 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv); in getType()
|
D | rsType.cpp | 250 bool dimLOD, bool dimFaces, uint32_t dimYuv) { in getTypeRef() argument 263 if (t->getDimFaces() != dimFaces) continue; in getTypeRef() 279 nt->mHal.state.faces = dimFaces; in getTypeRef()
|