Home
last modified time | relevance | path

Searched refs:ohmd_data_value (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/aloadimage/arcan-0.6.1/src/tools/vrbridge/OpenHMD/
H A Dopenhmd.h201 } ohmd_data_value; typedef
453 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, …
H A Dopenhmdi.h102 int (*set_data)(ohmd_device* device, ohmd_data_value type, const void* in);
H A Dopenhmd.c488 int ohmd_device_set_data_unp(ohmd_device* device, ohmd_data_value type, const void* in) in ohmd_device_set_data_unp()
504 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, … in ohmd_device_set_data()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/vrbridge/OpenHMD/
H A Dopenhmd.h201 } ohmd_data_value; typedef
453 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, …
H A Dopenhmdi.h102 int (*set_data)(ohmd_device* device, ohmd_data_value type, const void* in);
H A Dopenhmd.c488 int ohmd_device_set_data_unp(ohmd_device* device, ohmd_data_value type, const void* in) in ohmd_device_set_data_unp()
504 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, … in ohmd_device_set_data()
/dports/misc/openhmd/OpenHMD-0.3.0/include/
H A Dopenhmd.h201 } ohmd_data_value; typedef
453 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, …
/dports/x11/aclip/arcan-0.6.1/src/tools/vrbridge/OpenHMD/
H A Dopenhmd.h201 } ohmd_data_value; typedef
453 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, …
H A Dopenhmdi.h102 int (*set_data)(ohmd_device* device, ohmd_data_value type, const void* in);
H A Dopenhmd.c488 int ohmd_device_set_data_unp(ohmd_device* device, ohmd_data_value type, const void* in) in ohmd_device_set_data_unp()
504 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, … in ohmd_device_set_data()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/vrbridge/OpenHMD/
H A Dopenhmd.h201 } ohmd_data_value; typedef
453 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, …
H A Dopenhmdi.h102 int (*set_data)(ohmd_device* device, ohmd_data_value type, const void* in);
H A Dopenhmd.c488 int ohmd_device_set_data_unp(ohmd_device* device, ohmd_data_value type, const void* in) in ohmd_device_set_data_unp()
504 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, … in ohmd_device_set_data()
/dports/misc/openhmd/OpenHMD-0.3.0/src/
H A Dopenhmdi.h102 int (*set_data)(ohmd_device* device, ohmd_data_value type, const void* in);
H A Dopenhmd.c485 int ohmd_device_set_data_unp(ohmd_device* device, ohmd_data_value type, const void* in) in ohmd_device_set_data_unp()
501 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohmd_data_value type, … in ohmd_device_set_data()
/dports/misc/openhmd/OpenHMD-0.3.0/src/drv_android/
H A Dandroid.c157 static int set_data(ohmd_device* device, ohmd_data_value type, void* in) in set_data()