Searched refs:underlyingContext (Results 1 – 1 of 1) sorted by relevance
3535 void* underlyingContext = s_egl.eglGetNativeContextANDROID(getDisplay(), context); in platformCreateSharedEglContext() local3536 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() argument3560 auto it = m_platformEglContexts.find(underlyingContext); in platformDestroySharedEglContext()3563 underlyingContext); in platformDestroySharedEglContext()