Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/guest/renderControl_enc/
DEmulatorFeatureInfo.h127 static const char kVulkanQueueSubmitWithCommands[] = "ANDROID_EMU_vulkan_queue_submit_with_commands… variable
DExtendedRenderControl.cpp234 if (hostExtensions.find(kVulkanQueueSubmitWithCommands) != std::string::npos) { in queryAndSetVulkanQueueSubmitWithCommandsSupport()
/aosp_15_r20/hardware/google/gfxstream/host/
DRenderControl.cpp242 static const char* kVulkanQueueSubmitWithCommands = "ANDROID_EMU_vulkan_queue_submit_with_commands"; variable
606 glStr += kVulkanQueueSubmitWithCommands; in rcGetGLString()