Searched refs:accelerant_info (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/accelerants/framebuffer/
H A Daccelerant.h13 typedef struct accelerant_info { struct
24 } accelerant_info; typedef in typeref:struct:accelerant_info
26 extern accelerant_info *gInfo;
H A Daccelerant.cpp29 struct accelerant_info *gInfo;
35 /*! This is the common accelerant_info initializer. It is called by
43 gInfo = (accelerant_info *)malloc(sizeof(accelerant_info));
48 memset(gInfo, 0, sizeof(accelerant_info));
/haiku/src/add-ons/accelerants/virtio/
H A Daccelerant.h13 typedef struct accelerant_info { struct
24 } accelerant_info; typedef in typeref:struct:accelerant_info
26 extern accelerant_info *gInfo;
H A Daccelerant.cpp29 struct accelerant_info *gInfo;
35 /*! This is the common accelerant_info initializer. It is called by
43 gInfo = (accelerant_info *)malloc(sizeof(accelerant_info));
48 memset(gInfo, 0, sizeof(accelerant_info));
/haiku/src/add-ons/accelerants/vesa/
H A Daccelerant.h12 typedef struct accelerant_info { struct
25 } accelerant_info; typedef in typeref:struct:accelerant_info
27 extern accelerant_info *gInfo;
H A Daccelerant.cpp28 struct accelerant_info *gInfo;
34 /*! This is the common accelerant_info initializer. It is called by
42 gInfo = (accelerant_info *)malloc(sizeof(accelerant_info));
47 memset(gInfo, 0, sizeof(accelerant_info));
/haiku/src/tests/add-ons/accelerants/intel_extreme/
H A DPllTest.cpp18 struct accelerant_info* gInfo;
69 gInfo = (accelerant_info*)malloc(sizeof(accelerant_info));
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.h38 struct accelerant_info { struct
80 extern accelerant_info* gInfo;
H A Daccelerant.cpp40 struct accelerant_info* gInfo;
80 /*! This is the common accelerant_info initializer. It is called by
91 gInfo = (accelerant_info*)malloc(sizeof(accelerant_info));
96 memset(gInfo, 0, sizeof(accelerant_info));
/haiku/src/add-ons/accelerants/radeon_hd/
H A Daccelerant.cpp47 struct accelerant_info* gInfo;
56 /*! This is the common accelerant_info initializer. It is called by
64 gInfo = (accelerant_info*)malloc(sizeof(accelerant_info));
70 memset(gInfo, 0, sizeof(accelerant_info));
H A Daccelerant.h53 struct accelerant_info { struct
212 extern accelerant_info* gInfo;

Completed in 113 milliseconds