Searched refs:destroyCommandString (Results 1 – 1 of 1) sorted by relevance
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/ |
| D | VulkanHppGenerator.cpp | 2876 …std::string destroyCommandString = generateCommand( commandIt->first, commandData, handle.empty() … in generateCommandDefinitions() local 2891 size_t pos = destroyCommandString.find( commandName ); in generateCommandDefinitions() 2894 destroyCommandString.replace( pos, commandName.length(), shortenedName ); in generateCommandDefinitions() 2895 pos = destroyCommandString.find( commandName, pos ); in generateCommandDefinitions() 2903 pos = destroyCommandString.find( toEncloseString ); in generateCommandDefinitions() 2906 destroyCommandString.replace( pos, toEncloseString.length(), enclosedString ); in generateCommandDefinitions() 2907 pos = destroyCommandString.find( toEncloseString, pos + enclosedString.length() ); in generateCommandDefinitions() 2913 …pos = destroyCommandString.find( commandIt->second.params[1].name ); // skip the standard version… in generateCommandDefinitions() 2915 pos = destroyCommandString.find( commandIt->second.params[1].name, in generateCommandDefinitions() 2918 pos = destroyCommandString.find( " VULKAN_HPP_DEFAULT_ARGUMENT_ASSIGNMENT", pos ); in generateCommandDefinitions() [all …]
|