Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.h400 bool isVulkanInteropSupported() const { return m_vulkanInteropSupported; } in isVulkanInteropSupported()
844 bool m_vulkanInteropSupported = false; variable
DFrameBuffer.cpp463 fb->m_vulkanInteropSupported = vulkanInteropSupported; in initialize()
464 GL_LOG("interop? %d", fb->m_vulkanInteropSupported); in initialize()
474 GL_LOG("glvk interop final: %d", fb->m_vulkanInteropSupported); in initialize()
475 vkEmulationFeatures->glInteropSupported = fb->m_vulkanInteropSupported; in initialize()