Searched refs:primaryCommands (Results 1 – 2 of 2) sorted by relevance
280 std::swap(primaryCommands, other.primaryCommands); in operator =()290 primaryCommands.destroy(device); in destroy()838 ANGLE_TRY(commandPool.collect(context, std::move(batch.primaryCommands))); in retireFinishedCommands()884 batch->primaryCommands = std::move(commandBuffer); in releaseToCommandBatch()932 batch.primaryCommands.destroy(device); in handleDeviceLost()
179 PrimaryCommandBuffer primaryCommands; member