Searched refs:mCurrentBytesRemaining (Results 1 – 1 of 1) sorted by relevance
725 ASSERT(mCommands.size() > 0 || mCurrentBytesRemaining == 0); in getCommandSize()727 static_cast<uint32_t>((mCommands.size() * kBlockSize) - mCurrentBytesRemaining); in getCommandSize()737 mCurrentBytesRemaining -= allocationSize; in commonInit()753 mCurrentBytesRemaining = blockSize;769 if (mCurrentBytesRemaining < requiredSize) in initCommand()794 if (mCurrentBytesRemaining < (allocationSize + sizeof(CommandHeader))) in initCommand()828 size_t mCurrentBytesRemaining; variable832 : mIsOpen(true), mAllocator(nullptr), mCurrentWritePointer(nullptr), mCurrentBytesRemaining(0) in SecondaryCommandBuffer()