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

  /frameworks/rs/
rsType.cpp 234 uint32_t z = getDimZ();
261 if (t->getDimZ() != dimZ) continue;
292 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
299 getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
357 (*typeData++) = t->getDimZ();
rsType.h 69 uint32_t getDimZ() const {return mHal.state.dimZ;}
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 487 mtls->fep.dimZ = ain->getType()->getDimZ();
492 mtls->fep.dimZ = aout->getType()->getDimZ();
537 rsAssert(!ain || (ain->getType()->getDimZ() == 0));
  /frameworks/rs/driver/
rsdAllocation.cpp 233 rsAssert(!alloc->mHal.state.type->getDimZ());
298 alloc->mHal.drvState.lod[0].dimZ = type->getDimZ();
    [all...]

Completed in 355 milliseconds