Home
last modified time | relevance | path

Searched defs:arcan_vobject (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_videoint.h229 enum vobj_flags flags;
230 uint16_t origw, origh;
233 agp_shader_id program;
236 struct {
240 } feed;
243 float* txcos;
247 signed int order;
249 point origo_ofs;
257 arcan_vobj_id clip_src;
263 bool valid_cache, rotate_state;
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_videoint.h229 enum vobj_flags flags;
230 uint16_t origw, origh;
233 agp_shader_id program;
236 struct {
240 } feed;
243 float* txcos;
247 signed int order;
249 point origo_ofs;
257 arcan_vobj_id clip_src;
263 bool valid_cache, rotate_state;
[all …]
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_vr.c224 if (cmd == FFUNC_POLL){
229 /* see if there is a new sample */
230 uint32_t ts = atomic_load(&vr->limbs[i].timestamp);
234 debug_print(2, "limb %zu updated - %"PRIu32, i, ts);
251 else if (cmd == FFUNC_TICK){
258 debug_print(1, "new map: %"PRIu64, new);
264 .category = EVENT_FSRV,
276 for (uint64_t i = 0; i < LIMB_LIM; i++){
286 });
290 }
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_videoint.h229 enum vobj_flags flags;
230 uint16_t origw, origh;
233 agp_shader_id program;
236 struct {
240 } feed;
243 float* txcos;
247 signed int order;
249 point origo_ofs;
257 arcan_vobj_id clip_src;
263 bool valid_cache, rotate_state;
[all …]