Home
last modified time | relevance | path

Searched refs:MakeCurrentReply (Results 1 – 5 of 5) sorted by relevance

/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dglx.py300 class MakeCurrentReply(xcffib.Reply): class
309 reply_type = MakeCurrentReply
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dglx.rs779 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, MakeCurrentReply>, ConnectionError> in send() argument
804 type Reply = MakeCurrentReply;
806 …t: Context, old_context_tag: ContextTag) -> Result<Cookie<'_, Conn, MakeCurrentReply>, ConnectionE… in make_current() argument
819 pub struct MakeCurrentReply { struct
824 impl TryParse for MakeCurrentReply { argument
836 let result = MakeCurrentReply { sequence, length, context_tag }; in try_parse()
11747 …t: Context, old_context_tag: ContextTag) -> Result<Cookie<'_, Self, MakeCurrentReply>, ConnectionE… in glx_make_current() argument
H A Dmod.rs4584 GlxMakeCurrent(glx::MakeCurrentReply),
5449 impl From<glx::MakeCurrentReply> for Reply {
5450 fn from(reply: glx::MakeCurrentReply) -> Reply { in from()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dglx.rs779 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, MakeCurrentReply>, ConnectionError> in send() argument
804 type Reply = MakeCurrentReply;
806 …t: Context, old_context_tag: ContextTag) -> Result<Cookie<'_, Conn, MakeCurrentReply>, ConnectionE… in make_current() argument
819 pub struct MakeCurrentReply { struct
824 impl TryParse for MakeCurrentReply { implementation
836 let result = MakeCurrentReply { sequence, length, context_tag }; in try_parse()
11747 …t: Context, old_context_tag: ContextTag) -> Result<Cookie<'_, Self, MakeCurrentReply>, ConnectionE… in glx_make_current() argument
H A Dmod.rs4584 GlxMakeCurrent(glx::MakeCurrentReply),
5449 impl From<glx::MakeCurrentReply> for Reply {
5450 fn from(reply: glx::MakeCurrentReply) -> Reply { in from()