Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp6315 std::string functionDeclarations; in generateRAIIHandleCommandDeclarations() local
6345 functionDeclarations += "\n //=== " + feature.first + " ===\n"; in generateRAIIHandleCommandDeclarations()
6348functionDeclarations += generateRAIIHandleCommand( command, handle.first.empty() ? 0 : 1, false ); in generateRAIIHandleCommandDeclarations()
6353 functionDeclarations += generateRAIIHandleCommand( command, 2, false ); in generateRAIIHandleCommandDeclarations()
6387 functionDeclarations += "\n" + enter + " //=== " + extIt.second->first + " ===\n"; in generateRAIIHandleCommandDeclarations()
6390functionDeclarations += generateRAIIHandleCommand( command, handle.first.empty() ? 0 : 1, false ); in generateRAIIHandleCommandDeclarations()
6395 functionDeclarations += generateRAIIHandleCommand( command, 2, false ); in generateRAIIHandleCommandDeclarations()
6397 functionDeclarations += leave; in generateRAIIHandleCommandDeclarations()
6400 return functionDeclarations; in generateRAIIHandleCommandDeclarations()