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

/frameworks/rs/
H A DrsAllocation.cpp545 const Type *type0 = this->getType(), local
548 return (type0->getCellCount() == type1->getCellCount()) &&
549 (type0->getDimLOD() == type1->getDimLOD()) &&
550 (type0->getDimFaces() == type1->getDimFaces()) &&
551 (type0->getDimYuv() == type1->getDimYuv()) &&
552 (type0->getDimX() == type1->getDimX()) &&
553 (type0->getDimY() == type1->getDimY()) &&
554 (type0->getDimZ() == type1->getDimZ());

Completed in 93 milliseconds