Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DEmulatorFeatureInfo.h133 static const char kVulkanBatchedDescriptorSetUpdate[] = "ANDROID_EMU_vulkan_batched_descriptor_set_… variable
DHostConnection.cpp996 if (glExtensions.find(kVulkanBatchedDescriptorSetUpdate) != std::string::npos) { in queryAndSetVulkanBatchedDescriptorSetUpdateSupport()
/device/generic/vulkan-cereal/stream-servers/
DRenderControl.cpp233 static const char* kVulkanBatchedDescriptorSetUpdate = "ANDROID_EMU_vulkan_batched_descriptor_set_u… variable
608 glStr += kVulkanBatchedDescriptorSetUpdate; in rcGetGLString()