Home
last modified time | relevance | path

Searched defs:GLCtxManager (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dgl.rs134 pub struct GLCtxManager { struct
140 // SAFETY: We do have a few pointers inside [GLCtxManager], but nothing really relevant here: argument
144 unsafe impl Send for GLCtxManager {} implementation
145 unsafe impl Sync for GLCtxManager {} implementation
147 impl GLCtxManager { impl
H A Dcontext.rs40 gl_ctx_manager: Option<GLCtxManager>, in new()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dcontext.rs42 impl CLInfo<cl_gl_context_info> for GLCtxManager { implementation