Home
last modified time | relevance | path

Searched refs:mGlesVulkanInteropSupported (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulationGl.h80 bool isGlesVulkanInteropSupported() const { return mGlesVulkanInteropSupported; } in isGlesVulkanInteropSupported()
180 bool mGlesVulkanInteropSupported = false; variable
DEmulationGl.cpp454 emulationGl->mGlesVulkanInteropSupported = false; in create()
456 emulationGl->mGlesVulkanInteropSupported = s_egl.eglQueryVulkanInteropSupportANDROID(); in create()