Home
last modified time | relevance | path

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

/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dglx.py944 class GetCompressedTexImageARBReply(xcffib.Reply): class
954 reply_type = GetCompressedTexImageARBReply
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dglx.rs10961 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetCompressedTexImageARBReply>, Co… in send() argument
10986 type Reply = GetCompressedTexImageARBReply;
10988 …ntextTag, target: u32, level: i32) -> Result<Cookie<'_, Conn, GetCompressedTexImageARBReply>, Conn… in get_compressed_tex_image_arb() argument
11001 pub struct GetCompressedTexImageARBReply { struct
11006 impl TryParse for GetCompressedTexImageARBReply { implementation
11021 let result = GetCompressedTexImageARBReply { sequence, size, data }; in try_parse()
11028 impl GetCompressedTexImageARBReply { implementation
12107 …ntextTag, target: u32, level: i32) -> Result<Cookie<'_, Self, GetCompressedTexImageARBReply>, Conn… in glx_get_compressed_tex_image_arb() argument
H A Dmod.rs4706 GlxGetCompressedTexImageARB(glx::GetCompressedTexImageARBReply),
5815 impl From<glx::GetCompressedTexImageARBReply> for Reply {
5816 fn from(reply: glx::GetCompressedTexImageARBReply) -> Reply { in from()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dglx.rs10961 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetCompressedTexImageARBReply>, Co… in send() argument
10986 type Reply = GetCompressedTexImageARBReply;
10988 …ntextTag, target: u32, level: i32) -> Result<Cookie<'_, Conn, GetCompressedTexImageARBReply>, Conn… in get_compressed_tex_image_arb() argument
11001 pub struct GetCompressedTexImageARBReply { struct
11006 impl TryParse for GetCompressedTexImageARBReply { argument
11021 let result = GetCompressedTexImageARBReply { sequence, size, data }; in try_parse()
11028 impl GetCompressedTexImageARBReply { impl
12107 …ntextTag, target: u32, level: i32) -> Result<Cookie<'_, Self, GetCompressedTexImageARBReply>, Conn… in glx_get_compressed_tex_image_arb() argument
H A Dmod.rs4706 GlxGetCompressedTexImageARB(glx::GetCompressedTexImageARBReply),
5815 impl From<glx::GetCompressedTexImageARBReply> for Reply {
5816 fn from(reply: glx::GetCompressedTexImageARBReply) -> Reply { in from()