Searched refs:host_atom (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c240 int host_atom=None ; local in function:ephyrLocalAtomToHost
252 if (!ephyrHostGetAtom (atom_name, FALSE, &host_atom) || host_atom == None) {
257 *a_host_atom = host_atom ;
791 int res=Success, host_atom=0 ; local in function:ephyrSetPortAttribute
809 if (!ephyrLocalAtomToHost (a_attr_name, &host_atom)) {
837 host_atom,
856 int res=Success, host_atom=0 ; local in function:ephyrGetPortAttribute
867 if (!ephyrLocalAtomToHost (a_attr_name, &host_atom)) {
874 host_atom,
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c750 int res = Success, host_atom = 0; local in function:ephyrSetPortAttribute
764 if (!ephyrLocalAtomToHost(a_attr_name, &host_atom)) {
791 host_atom, a_attr_value);
805 int res = Success, host_atom = 0; local in function:ephyrGetPortAttribute
818 if (!ephyrLocalAtomToHost(a_attr_name, &host_atom)) {
824 cookie = xcb_xv_get_port_attribute(conn, port_priv->port_number, host_atom);

Completed in 5 milliseconds