Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h671 mCurrentBytesRemaining -= allocationSize; in commonInit()
687 mCurrentBytesRemaining = kBlockSize; in allocateNewBlock()
702 if (mCurrentBytesRemaining < (allocationSize + sizeof(CommandHeader))) in initCommand()
716 if (mCurrentBytesRemaining < (allocationSize + sizeof(CommandHeader))) in initCommand()
746 size_t mCurrentBytesRemaining; variable
750 : mAllocator(nullptr), mCurrentWritePointer(nullptr), mCurrentBytesRemaining(0) in SecondaryCommandBuffer()