Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h296 virtual angle::Result flushOutsideRPCommands(Context *context,
353 angle::Result flushOutsideRPCommands(Context *context,
500 angle::Result flushOutsideRPCommands(Context *context,
DCommandProcessor.cpp486 ANGLE_TRY(mCommandQueue.flushOutsideRPCommands(this, task->hasProtectedContent(), in processTask()
715 angle::Result CommandProcessor::flushOutsideRPCommands(Context *context, in flushOutsideRPCommands() function in rx::vk::CommandProcessor
1136 angle::Result CommandQueue::flushOutsideRPCommands(Context *context, in flushOutsideRPCommands() function in rx::vk::CommandQueue
DRendererVk.h371 angle::Result flushOutsideRPCommands(vk::Context *context,
DRendererVk.cpp3179 angle::Result RendererVk::flushOutsideRPCommands(vk::Context *context, in flushOutsideRPCommands() function in rx::RendererVk
3188 ANGLE_TRY(mCommandProcessor.flushOutsideRPCommands(context, hasProtectedContent, in flushOutsideRPCommands()
3194 mCommandQueue.flushOutsideRPCommands(context, hasProtectedContent, outsideRPCommands)); in flushOutsideRPCommands()
DContextVk.cpp5829 ANGLE_TRY(mRenderer->flushOutsideRPCommands(this, hasProtectedContent(), in flushOutsideRenderPassCommands()