Home
last modified time | relevance | path

Searched refs:getDimFaces (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/
DrsApiType.cpp36 (*typeData++) = t->getDimFaces() ? 1 : 0; in rsaTypeGetNativeData()
DrsType.h77 bool getDimFaces() const {return mHal.state.faces;} in getDimFaces() function
DrsType.cpp239 if (t->getDimFaces() != params->faces) continue; in getTypeRef()
315 p.faces = getDimFaces(); in cloneAndResize2D()
DrsProgram.cpp188 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) { in bindTexture()
DrsAllocation.cpp147 mHal.state.hasFaces = type->getDimFaces(); in updateCache()
654 (type0->getDimFaces() == type1->getDimFaces()) && in hasSameDims()
/frameworks/rs/driver/
DrsdAllocation.cpp309 alloc->mHal.drvState.faceCount = type->getDimFaces(); in AllocationBuildPointerTable()
399 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) { in rsdAllocationInitStrided()
415 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) { in rsdAllocationInitStrided()
1202 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1; in rsdAllocationGenerateMipmaps()
/frameworks/rs/rsov/driver/
DrsovAllocation.cpp94 alloc->mHal.drvState.faceCount = type->getDimFaces(); in AllocationBuildPointerTable()
624 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1; in rsovAllocationGenerateMipmaps()