Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h203 bool supportsIdProperties = false; member
DVkCommonOperations.cpp808 deviceInfos[i].supportsIdProperties = in createGlobalVkEmulation()
833 if (deviceInfos[i].supportsIdProperties) { in createGlobalVkEmulation()
1029 sVkEmulation->deviceInfo.supportsIdProperties, in createGlobalVkEmulation()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp330 if (vkEmu->deviceInfo.supportsIdProperties) { in initialize()
441 if (!vkEmu || !vkEmu->deviceInfo.supportsIdProperties) { in initialize()