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

  /frameworks/rs/
rsType.h 75 bool getDimFaces() const {return mHal.state.faces;}
rsType.cpp 239 if (t->getDimFaces() != params->faces) continue;
315 p.faces = getDimFaces();
397 (*typeData++) = t->getDimFaces() ? 1 : 0;
rsProgram.cpp 188 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
rsAllocation.cpp 138 mHal.state.hasFaces = type->getDimFaces();
631 (type0->getDimFaces() == type1->getDimFaces()) &&
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 316 alloc->mHal.drvState.faceCount = type->getDimFaces();
398 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
    [all...]

Completed in 492 milliseconds