Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h80 bool isGlesVulkanInteropSupported() const { return mGlesVulkanInteropSupported; } in isGlesVulkanInteropSupported() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp448 if (!fb->m_emulationGl->isGlesVulkanInteropSupported()) { in initialize()