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

  /frameworks/rs/
rsApiType.cpp 38 (*typeData++) = t->getDimZ();
rsType.cpp 211 uint32_t z = getDimZ();
237 if (t->getDimZ() != params->dimZ) continue;
301 p.dimZ = getDimZ();
313 p.dimZ = getDimZ();
rsType.h 73 uint32_t getDimZ() const {return mHal.state.dimZ;}
rsAllocation.cpp 695 (type0->getDimZ() == type1->getDimZ());
757 if(t->getDimZ()) {
758 a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->getDimZ(),
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 586 mtls->redp.dim.z = inType->getDimZ();
664 mtls->fep.dim.z = inType->getDimZ();
679 mtls->fep.dim.z = outType->getDimZ();
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 232 rsAssert(!alloc->mHal.state.type->getDimZ());
309 alloc->mHal.drvState.lod[0].dimZ = type->getDimZ();
    [all...]

Completed in 125 milliseconds