Searched refs:flushOutsideRPCommands (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.h | 296 virtual angle::Result flushOutsideRPCommands(Context *context, 353 angle::Result flushOutsideRPCommands(Context *context, 500 angle::Result flushOutsideRPCommands(Context *context,
|
D | CommandProcessor.cpp | 486 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
|
D | RendererVk.h | 371 angle::Result flushOutsideRPCommands(vk::Context *context,
|
D | RendererVk.cpp | 3179 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()
|
D | ContextVk.cpp | 5829 ANGLE_TRY(mRenderer->flushOutsideRPCommands(this, hasProtectedContent(), in flushOutsideRenderPassCommands()
|