Searched refs:dimFaces (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsType.h | 111 bool dimLOD, bool dimFaces); 115 bool dimLOD, bool dimFaces) { in getType() argument 116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces); in getType()
|
D | rsType.cpp | 220 bool dimLOD, bool dimFaces) { in getTypeRef() argument 233 if (t->getDimFaces() != dimFaces) continue; in getTypeRef() 248 nt->mHal.state.faces = dimFaces; in getTypeRef()
|
/frameworks/rs/ |
D | rsType.h | 111 bool dimLOD, bool dimFaces); 115 bool dimLOD, bool dimFaces) { in getType() argument 116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces); in getType()
|
D | rsType.cpp | 220 bool dimLOD, bool dimFaces) { in getTypeRef() argument 233 if (t->getDimFaces() != dimFaces) continue; in getTypeRef() 248 nt->mHal.state.faces = dimFaces; in getTypeRef()
|