Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.cpp3535 void* underlyingContext = s_egl.eglGetNativeContextANDROID(getDisplay(), context); in platformCreateSharedEglContext() local
3536 if (!underlyingContext) { in platformCreateSharedEglContext()
3541 m_platformEglContexts[underlyingContext] = {context, surface}; in platformCreateSharedEglContext()
3554 return underlyingContext; in platformCreateSharedEglContext()
3557 bool FrameBuffer::platformDestroySharedEglContext(void* underlyingContext) { in platformDestroySharedEglContext() argument
3560 auto it = m_platformEglContexts.find(underlyingContext); in platformDestroySharedEglContext()
3563 underlyingContext); in platformDestroySharedEglContext()