Home
last modified time | relevance | path

Searched refs:getLODFaceOffset (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/rs/
DrsType.h52 …uint32_t getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face, uint32_t x, uint32_t y) cons…
DrsType.cpp130 uint32_t Type::getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face, uint32_t x, uint32_t y)… in getLODFaceOffset() function in Type
/frameworks/base/libs/rs/driver/
DrsdAllocation.cpp107 p += alloc->mHal.state.type->getLODFaceOffset(lod, (RsAllocationCubemapFace)face, 0, 0); in Upload2DTexture()
404 dst += alloc->mHal.state.type->getLODFaceOffset(lod, face, xoff, yoff); in rsdAllocationData2D()