Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1025 DeviceScoped<CommandBatch> scopedBatch(device); in submitFrame() local
1026 CommandBatch &batch = scopedBatch.get(); in submitFrame()
1051 mInFlightCommands.emplace_back(scopedBatch.release()); in submitFrame()