Home
last modified time | relevance | path

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

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