Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1004 ANGLE_TRY(ensurePrimaryCommandBufferValid(context, hasProtectedContent)); in submitFrame()
1115 angle::Result CommandQueue::ensurePrimaryCommandBufferValid(Context *context, in ensurePrimaryCommandBufferValid() function in rx::vk::CommandQueue
1140 ANGLE_TRY(ensurePrimaryCommandBufferValid(context, hasProtectedContent)); in flushOutsideRPCommands()
1151 ANGLE_TRY(ensurePrimaryCommandBufferValid(context, hasProtectedContent)); in flushRenderPassCommands()
DCommandProcessor.h383 angle::Result ensurePrimaryCommandBufferValid(Context *context, bool hasProtectedContent);