Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp240 size_t GetAlignedBytesize(const size_t byteSize, const size_t alignment) in GetAlignedBytesize() function
256 …size_t allocatorByteSize = Math::max(MIN_ALLOCATION_SIZE, GetAlignedBytesize(byteSz, BYTE_SIZE_ALI… in AllocateRenderData()
316 const size_t memAllocationByteSize = GetAlignedBytesize(fullByteSize, BYTE_SIZE_ALIGNMENT); in BeginFrame()