Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.cpp649 const Type *type0 = this->getType(), in hasSameDims() local
652 return (type0->getCellCount() == type1->getCellCount()) && in hasSameDims()
653 (type0->getDimLOD() == type1->getDimLOD()) && in hasSameDims()
654 (type0->getDimFaces() == type1->getDimFaces()) && in hasSameDims()
655 (type0->getDimYuv() == type1->getDimYuv()) && in hasSameDims()
656 (type0->getDimX() == type1->getDimX()) && in hasSameDims()
657 (type0->getDimY() == type1->getDimY()) && in hasSameDims()
658 (type0->getDimZ() == type1->getDimZ()); in hasSameDims()