Lines Matching defs:RenderThreadInfoGl
31 struct RenderThreadInfoGl { struct
53 uint64_t m_puid = 0;
59 ThreadContextSet m_contextSet;
61 WindowSurfaceSet m_windowSet;
64 HandleType currContextHandleFromLoad;
65 HandleType currDrawSurfHandleFromLoad;
66 HandleType currReadSurfHandleFromLoad;
68 EmulatedEglContextPtr currContext;
69 EmulatedEglWindowSurfacePtr currDrawSurf;
70 EmulatedEglWindowSurfacePtr currReadSurf;
73 GLESv1Decoder m_glDec;
74 GLESv2Decoder m_gl2Dec;