Home
last modified time | relevance | path

Searched refs:vulkanInteropSupported (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h118 bool (*vulkanInteropSupported)(); member
DGLEScontext.h314 static bool vulkanInteropSupported() { in vulkanInteropSupported() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp438 bool vulkanInteropSupported = true; in initialize() local
442 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()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp74 static bool vulkanInteropSupported();
105 .vulkanInteropSupported = vulkanInteropSupported,
248 static bool vulkanInteropSupported() { in vulkanInteropSupported() function
249 return GLEScontext::vulkanInteropSupported(); in vulkanInteropSupported()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp93 static bool vulkanInteropSupported();
138 .vulkanInteropSupported = vulkanInteropSupported,
403 static bool vulkanInteropSupported() { in vulkanInteropSupported() function
404 return GLEScontext::vulkanInteropSupported(); in vulkanInteropSupported()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1658 return iface->vulkanInteropSupported() ? EGL_TRUE : EGL_FALSE; in eglQueryVulkanInteropSupportANDROID()