Searched refs:vulkanInteropSupported (Results 1 – 6 of 6) sorted by relevance
118 bool (*vulkanInteropSupported)(); member
314 static bool vulkanInteropSupported() { in vulkanInteropSupported() function
438 bool vulkanInteropSupported = true; in initialize() local442 vulkanInteropSupported = false; in initialize()445 vulkanInteropSupported = false; in initialize()449 vulkanInteropSupported = false; in initialize()453 vulkanInteropSupported = false; in initialize()459 vulkanInteropSupported = false; in initialize()463 fb->m_vulkanInteropSupported = vulkanInteropSupported; in initialize()467 if (vulkanInteropSupported && fb->m_emulationGl && fb->m_emulationGl->isMesa()) { in initialize()
74 static bool vulkanInteropSupported();105 .vulkanInteropSupported = vulkanInteropSupported,248 static bool vulkanInteropSupported() { in vulkanInteropSupported() function249 return GLEScontext::vulkanInteropSupported(); in vulkanInteropSupported()
93 static bool vulkanInteropSupported();138 .vulkanInteropSupported = vulkanInteropSupported,403 static bool vulkanInteropSupported() { in vulkanInteropSupported() function404 return GLEScontext::vulkanInteropSupported(); in vulkanInteropSupported()
1658 return iface->vulkanInteropSupported() ? EGL_TRUE : EGL_FALSE; in eglQueryVulkanInteropSupportANDROID()