Home
last modified time | relevance | path

Searched refs:addCommandBufferDiagnostics (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h575 void addCommandBufferDiagnostics(const std::string &commandBufferDiagnostics);
DContextVk.cpp5752 void ContextVk::addCommandBufferDiagnostics(const std::string &commandBufferDiagnostics) in addCommandBufferDiagnostics() function in rx::ContextVk
Dvk_helpers.cpp1855 contextVk->addCommandBufferDiagnostics(out.str()); in addCommandDiagnostics()