Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DEmulatorFeatureInfo.h133 static const char kVulkanBatchedDescriptorSetUpdate[] = "ANDROID_EMU_vulkan_batched_descriptor_set_… variable
DHostConnection.cpp678 if (hostExtensions.find(kVulkanBatchedDescriptorSetUpdate) != std::string::npos) { in queryAndSetVulkanBatchedDescriptorSetUpdateSupport()
/hardware/google/gfxstream/host/
DRenderControl.cpp244 static const char* kVulkanBatchedDescriptorSetUpdate = "ANDROID_EMU_vulkan_batched_descriptor_set_u… variable
610 glStr += kVulkanBatchedDescriptorSetUpdate; in rcGetGLString()