Searched refs:m_glInfo (Results 1 – 5 of 5) sorted by relevance
66 m_glInfo.emplace(); in initGl()77 m_glInfo->onSave(stream); in onSave()88 return m_glInfo->onLoad(stream); in onLoad()97 return m_glInfo->postLoadRefreshCurrentContextSurfacePtrs(); in postLoadRefreshCurrentContextSurfacePtrs()
64 std::optional<gl::RenderThreadInfoGl> m_glInfo; member
528 if (tInfo.m_glInfo) { in main()530 last = tInfo.m_glInfo->m_glDec.decode( in main()543 last = tInfo.m_glInfo->m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), in main()598 if (tInfo.m_glInfo) { in main()
3114 if (!tinfo->m_glInfo) { in createEmulatedEglContext()3117 tinfo->m_glInfo->m_contextSet.insert(contextHandle); in createEmulatedEglContext()3140 if (!tinfo->m_glInfo) { in destroyEmulatedEglContext()3143 tinfo->m_glInfo->m_contextSet.erase(contextHandle); in destroyEmulatedEglContext()3168 if (!info->m_glInfo) { in createEmulatedEglWindowSurface()3176 info->m_glInfo->m_windowSet.insert(handle); in createEmulatedEglWindowSurface()3215 if (!tinfo->m_glInfo) { in destroyEmulatedEglWindowSurfaceLocked()3219 tinfo->m_glInfo->m_windowSet.erase(p_surface); in destroyEmulatedEglWindowSurfaceLocked()
102 threadInfo->m_glInfo->currContext ? threadInfo->m_glInfo->currContext->getHndl() in loadSnapshot()104 threadInfo->m_glInfo->currDrawSurf ? threadInfo->m_glInfo->currDrawSurf->getHndl() in loadSnapshot()106 threadInfo->m_glInfo->currReadSurf ? threadInfo->m_glInfo->currReadSurf->getHndl() in loadSnapshot()