Home
last modified time | relevance | path

Searched defs:RenderThreadInfoGl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/
DRenderThreadInfoGl.h31 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;
[all …]
DRenderThreadInfoGl.cpp39 RenderThreadInfoGl::RenderThreadInfoGl() { in RenderThreadInfoGl() function in gfxstream::gl::RenderThreadInfoGl