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

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

Completed in 195 milliseconds