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