Home
last modified time | relevance | path

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

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