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

/frameworks/rs/
H A DrsAllocation.cpp626 const Type *type0 = this->getType(), local
629 return (type0->getCellCount() == type1->getCellCount()) &&
630 (type0->getDimLOD() == type1->getDimLOD()) &&
631 (type0->getDimFaces() == type1->getDimFaces()) &&
632 (type0->getDimYuv() == type1->getDimYuv()) &&
633 (type0->getDimX() == type1->getDimX()) &&
634 (type0->getDimY() == type1->getDimY()) &&
635 (type0->getDimZ() == type1->getDimZ());

Completed in 65 milliseconds