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

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

Completed in 137 milliseconds