Home
last modified time | relevance | path

Searched refs:target_alloc (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/graphics/aloadimage/arcan-0.6.1/doc/
H A Dtarget_alloc.lua59 target_alloc("nonauth", function(source, status)
70 target_alloc(a, function(source, status)
76 target_alloc(vid, target_alloc);
H A Dtarget_parent.lua16 local a = target_alloc("test", function() end);
17 b = target_alloc(a, function() end);
26 local a = target_alloc("test", function() end);
H A Drendertarget_bind.lua29 cp = target_alloc("test",
40 cp = target_alloc("test", function() end);
/dports/sysutils/acfgfs/arcan-0.6.1/doc/
H A Dtarget_alloc.lua59 target_alloc("nonauth", function(source, status)
70 target_alloc(a, function(source, status)
76 target_alloc(vid, target_alloc);
H A Dtarget_parent.lua16 local a = target_alloc("test", function() end);
17 b = target_alloc(a, function() end);
26 local a = target_alloc("test", function() end);
H A Drendertarget_bind.lua29 cp = target_alloc("test",
40 cp = target_alloc("test", function() end);
/dports/x11/arcan-trayicon/arcan-0.6.1/doc/
H A Dtarget_alloc.lua59 target_alloc("nonauth", function(source, status)
70 target_alloc(a, function(source, status)
76 target_alloc(vid, target_alloc);
H A Dtarget_parent.lua16 local a = target_alloc("test", function() end);
17 b = target_alloc(a, function() end);
26 local a = target_alloc("test", function() end);
H A Drendertarget_bind.lua29 cp = target_alloc("test",
40 cp = target_alloc("test", function() end);
/dports/x11/aclip/arcan-0.6.1/doc/
H A Dtarget_alloc.lua59 target_alloc("nonauth", function(source, status)
70 target_alloc(a, function(source, status)
76 target_alloc(vid, target_alloc);
H A Dtarget_parent.lua16 local a = target_alloc("test", function() end);
17 b = target_alloc(a, function() end);
26 local a = target_alloc("test", function() end);
H A Drendertarget_bind.lua29 cp = target_alloc("test",
40 cp = target_alloc("test", function() end);
/dports/graphics/aloadimage/arcan-0.6.1/tests/security/incontinence/incontinence/
H A Dincontinence.lua2 local vid = target_alloc("incontinence", target_con);
11 target_alloc("incontinence", target_con);
/dports/sysutils/acfgfs/arcan-0.6.1/tests/security/incontinence/incontinence/
H A Dincontinence.lua2 local vid = target_alloc("incontinence", target_con);
11 target_alloc("incontinence", target_con);
/dports/x11/aclip/arcan-0.6.1/tests/security/incontinence/incontinence/
H A Dincontinence.lua2 local vid = target_alloc("incontinence", target_con);
11 target_alloc("incontinence", target_con);
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/security/incontinence/incontinence/
H A Dincontinence.lua2 local vid = target_alloc("incontinence", target_con);
11 target_alloc("incontinence", target_con);
/dports/graphics/aloadimage/arcan-0.6.1/tests/interactive/itest/
H A Ditest.lua6 target_alloc("itest", function(source, status, iotbl)
14 local vid = target_alloc("itest2", function(source, status)
/dports/sysutils/acfgfs/arcan-0.6.1/tests/interactive/itest/
H A Ditest.lua6 target_alloc("itest", function(source, status, iotbl)
14 local vid = target_alloc("itest2", function(source, status)
/dports/x11/aclip/arcan-0.6.1/tests/interactive/itest/
H A Ditest.lua6 target_alloc("itest", function(source, status, iotbl)
14 local vid = target_alloc("itest2", function(source, status)
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/interactive/itest/
H A Ditest.lua6 target_alloc("itest", function(source, status, iotbl)
14 local vid = target_alloc("itest2", function(source, status)
/dports/graphics/aloadimage/arcan-0.6.1/tests/interactive/mdispwm/
H A Dmdispwm.lua35 target_alloc(connection_path, new_connection);
63 local vid = target_alloc(pwnd.canvas, default_wh);
99 local vid,aid = target_alloc(connection_path, new_connection);
/dports/sysutils/acfgfs/arcan-0.6.1/tests/interactive/mdispwm/
H A Dmdispwm.lua35 target_alloc(connection_path, new_connection);
63 local vid = target_alloc(pwnd.canvas, default_wh);
99 local vid,aid = target_alloc(connection_path, new_connection);
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/interactive/mdispwm/
H A Dmdispwm.lua35 target_alloc(connection_path, new_connection);
63 local vid = target_alloc(pwnd.canvas, default_wh);
99 local vid,aid = target_alloc(connection_path, new_connection);
/dports/x11/aclip/arcan-0.6.1/tests/interactive/mdispwm/
H A Dmdispwm.lua35 target_alloc(connection_path, new_connection);
63 local vid = target_alloc(pwnd.canvas, default_wh);
99 local vid,aid = target_alloc(connection_path, new_connection);
/dports/graphics/aloadimage/arcan-0.6.1/tests/interactive/segtest/
H A Dsegtest.lua18 newvid, newaid, key = target_alloc(source, seg2);
40 target_alloc("mykey", seg2);

123456789