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

  /frameworks/rs/
rsType.cpp 263 if (t->getDimFaces() != dimFaces) continue;
292 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
299 getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
359 (*typeData++) = t->getDimFaces() ? 1 : 0;
rsType.h 71 bool getDimFaces() const {return mHal.state.faces;}
rsProgram.cpp 175 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
rsAllocation.cpp 75 mHal.state.hasFaces = type->getDimFaces();
  /frameworks/rs/driver/
rsdAllocation.cpp 304 alloc->mHal.drvState.faceCount = type->getDimFaces();
386 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
    [all...]

Completed in 229 milliseconds