Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp507 contextVk->handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InRenderPassCmdBufQueryCmd)); in clearImpl()
513 contextVk->handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InOutsideCmdBufQueryCmd)); in clearImpl()
DContextVk.h639 angle::Result handleGraphicsEventLog(GraphicsEventCmdBuf queryEventType);
DContextVk.cpp3131 angle::Result ContextVk::handleGraphicsEventLog(GraphicsEventCmdBuf queryEventType) in handleGraphicsEventLog() function in rx::ContextVk
5843 ANGLE_TRY(handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InRenderPassCmdBufQueryCmd)); in beginRenderPassQuery()
5869 ANGLE_TRY(handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InRenderPassCmdBufQueryCmd)); in endRenderPassQuery()
Dvk_helpers.cpp2840 ANGLE_TRY(contextVk->handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InOutsideCmdBufQueryCmd)); in beginQuery()
2857 ANGLE_TRY(contextVk->handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InOutsideCmdBufQueryCmd)); in endQuery()