Searched refs:getDimFaces (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A DrsType.cpp235 if (t->getDimFaces() != dimFaces) continue;
276 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
283 getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
350 (*typeData++) = t->getDimFaces() ? 1 : 0;
H A DrsType.h72 bool getDimFaces() const {return mHal.state.faces;} function in class:android::renderscript::Type
H A DrsProgram.cpp188 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
H A DrsAllocation.cpp75 mHal.state.hasFaces = type->getDimFaces();
550 (type0->getDimFaces() == type1->getDimFaces()) &&
/frameworks/rs/driver/
H A DrsdAllocation.cpp313 alloc->mHal.drvState.faceCount = type->getDimFaces();
395 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
1175 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1;

Completed in 329 milliseconds