Searched refs:mCommandBufferDiagnostics (Results 1 – 2 of 2) sorted by relevance
7663 mCommandBufferDiagnostics.push_back(commandBufferDiagnostics); in addCommandBufferDiagnostics()7670 if (mCommandBufferDiagnostics.empty()) in dumpCommandStreamDiagnostics()7676 for (size_t index = 0; index < mCommandBufferDiagnostics.size(); ++index) in dumpCommandStreamDiagnostics()7678 const std::string &payload = mCommandBufferDiagnostics[index]; in dumpCommandStreamDiagnostics()7682 for (size_t index = 0; index < mCommandBufferDiagnostics.size() - 1; ++index) in dumpCommandStreamDiagnostics()7687 mCommandBufferDiagnostics.clear(); in dumpCommandStreamDiagnostics()
1618 std::vector<std::string> mCommandBufferDiagnostics; variable