Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandQueue.cpp167 std::swap(mSecondaryCommands, other.mSecondaryCommands); in operator =()
180 mSecondaryCommands.releaseCommandBuffers(); in destroy()
198 mSecondaryCommands.releaseCommandBuffers(); in release()
233 ASSERT(mSecondaryCommands.empty()); in setSecondaryCommands()
234 mSecondaryCommands = std::move(secondaryCommands); in setSecondaryCommands()
DCommandQueue.h119 SecondaryCommandBufferCollector mSecondaryCommands; variable