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

  /frameworks/rs/
rsType.cpp 211 uint32_t z = getDimZ();
237 if (t->getDimZ() != params->dimZ) continue;
301 p.dimZ = getDimZ();
313 p.dimZ = getDimZ();
395 (*typeData++) = t->getDimZ();
rsType.h 73 uint32_t getDimZ() const {return mHal.state.dimZ;}
rsAllocation.cpp 635 (type0->getDimZ() == type1->getDimZ());
697 if(t->getDimZ()) {
698 a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->getDimZ(),
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 551 mtls->fep.dim.z = inType->getDimZ();
568 mtls->fep.dim.z = outType->getDimZ();
  /frameworks/rs/driver/
rsdAllocation.cpp 232 rsAssert(!alloc->mHal.state.type->getDimZ());
310 alloc->mHal.drvState.lod[0].dimZ = type->getDimZ();
    [all...]

Completed in 782 milliseconds