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

  /frameworks/rs/
rsApiType.cpp 36 (*typeData++) = t->getDimFaces() ? 1 : 0;
rsType.h 77 bool getDimFaces() const {return mHal.state.faces;}
rsProgram.cpp 188 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
rsType.cpp 239 if (t->getDimFaces() != params->faces) continue;
315 p.faces = getDimFaces();
rsAllocation.cpp 147 mHal.state.hasFaces = type->getDimFaces();
654 (type0->getDimFaces() == type1->getDimFaces()) &&
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 308 alloc->mHal.drvState.faceCount = type->getDimFaces();
398 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
414 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
    [all...]
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 94 alloc->mHal.drvState.faceCount = type->getDimFaces();
624 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1;

Completed in 80 milliseconds