[go: nahoru, domu]

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

/frameworks/rs/
H A DrsApiType.cpp40 (*typeData++) = t->getDimFaces() ? 1 : 0;
H A DrsType.h75 bool getDimFaces() const {return mHal.state.faces;} function in class:android::renderscript::Type
H A DrsType.cpp239 if (t->getDimFaces() != params->faces) continue;
315 p.faces = getDimFaces();
H A DrsProgram.cpp188 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
H A DrsAllocation.cpp148 mHal.state.hasFaces = type->getDimFaces();
691 (type0->getDimFaces() == type1->getDimFaces()) &&
/frameworks/rs/driver/
H A DrsdAllocation.cpp315 alloc->mHal.drvState.faceCount = type->getDimFaces();
405 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
421 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
1244 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1;

Completed in 55 milliseconds