HomeSort by relevance Sort by last modified time
    Searched refs:getDimZ (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/
rsType.cpp 204 uint32_t z = getDimZ();
231 if (t->getDimZ() != dimZ) continue;
260 getDimY(), getDimZ(), getDimLOD(), getDimFaces());
267 getDimZ(), getDimLOD(), getDimFaces());
325 (*typeData++) = t->getDimZ();
rsType.h 68 uint32_t getDimZ() const {return mHal.state.dimZ;}
rsAllocation.cpp 58 mHal.state.dimensionZ = type->getDimZ();
  /frameworks/rs/driver/
rsdBcc.cpp 331 mtls.dimZ = ain->getType()->getDimZ();
336 mtls.dimZ = aout->getType()->getDimZ();
370 rsAssert(!ain || (ain->getType()->getDimZ() == 0));
rsdAllocation.cpp 203 rsAssert(!alloc->mHal.state.type->getDimZ());

Completed in 287 milliseconds