Searched refs:RenderDocUtil (Results 1 – 3 of 3) sorted by relevance
56 RenderDocUtil::RenderDocUtil (void) in RenderDocUtil() function in vk::RenderDocUtil88 RenderDocUtil::~RenderDocUtil (void) in ~RenderDocUtil()96 bool RenderDocUtil::isValid (void) in isValid()105 void RenderDocUtil::startFrame (vk::VkInstance instance) in startFrame()115 void RenderDocUtil::endFrame (vk::VkInstance instance) in endFrame()
34 class RenderDocUtil class37 RenderDocUtil (void);38 ~RenderDocUtil (void);
203 const UniquePtr<vk::RenderDocUtil> m_renderDoc;223 ? MovePtr<vk::RenderDocUtil>(new vk::RenderDocUtil()) in TestCaseExecutor()224 : MovePtr<vk::RenderDocUtil>(DE_NULL)) in TestCaseExecutor()