Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DEmulatorFeatureInfo.h127 static const char kVulkanQueueSubmitWithCommands[] = "ANDROID_EMU_vulkan_queue_submit_with_commands… variable
DHostConnection.cpp671 if (hostExtensions.find(kVulkanQueueSubmitWithCommands) != std::string::npos) { in queryAndSetVulkanQueueSubmitWithCommandsSupport()
/hardware/google/gfxstream/host/
DRenderControl.cpp241 static const char* kVulkanQueueSubmitWithCommands = "ANDROID_EMU_vulkan_queue_submit_with_commands"; variable
605 glStr += kVulkanQueueSubmitWithCommands; in rcGetGLString()