Searched defs:RenderThreadInfo (Results 1 – 2 of 2) sorted by relevance
37 struct RenderThreadInfo { struct53 HandleType currContextHandleFromLoad;54 HandleType currDrawSurfHandleFromLoad;55 HandleType currReadSurfHandleFromLoad;57 RenderContextPtr currContext;58 WindowSurfacePtr currDrawSurf;59 WindowSurfacePtr currReadSurf;62 GLESv1Decoder m_glDec;63 GLESv2Decoder m_gl2Dec;64 renderControl_decoder_context_t m_rcDec;[all …]
41 RenderThreadInfo::RenderThreadInfo() { in RenderThreadInfo() function in RenderThreadInfo