Home
last modified time | relevance | path

Searched refs:glInteropSupported (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h207 bool glInteropSupported = false; member
431 bool glInteropSupported = false; member
DVkCommonOperations.cpp790 deviceInfos[i].glInteropSupported = 0; // set later in createGlobalVkEmulation()
1033 sVkEmulation->deviceInfo.glInteropSupported); in createGlobalVkEmulation()
1324 INFO(" glInteropSupported: %s", features->glInteropSupported ? "true" : "false"); in initVkEmulationFeatures()
1336 sVkEmulation->deviceInfo.glInteropSupported = features->glInteropSupported; in initVkEmulationFeatures()
2252 (!deviceInfo.glInteropSupported)) { in exportColorBufferMemory()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp358 .glInteropSupported = false, // Set later. in initialize()
475 vkEmulationFeatures->glInteropSupported = fb->m_vulkanInteropSupported; in initialize()