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

/haiku-fatelf/src/add-ons/accelerants/vesa/
H A Daccelerant.h12 typedef struct accelerant_info { struct
24 } accelerant_info; typedef in typeref:struct:accelerant_info
26 extern accelerant_info *gInfo;
H A Daccelerant.cpp26 struct accelerant_info *gInfo;
77 /*! This is the common accelerant_info initializer. It is called by
85 gInfo = (accelerant_info *)malloc(sizeof(accelerant_info));
89 memset(gInfo, 0, sizeof(accelerant_info));
/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.h33 struct accelerant_info { struct
72 extern accelerant_info* gInfo;
H A Daccelerant.cpp37 struct accelerant_info* gInfo;
90 /*! This is the common accelerant_info initializer. It is called by
98 gInfo = (accelerant_info*)malloc(sizeof(accelerant_info));
102 memset(gInfo, 0, sizeof(accelerant_info));
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Daccelerant.cpp43 struct accelerant_info* gInfo;
99 /*! This is the common accelerant_info initializer. It is called by
107 gInfo = (accelerant_info*)malloc(sizeof(accelerant_info));
112 memset(gInfo, 0, sizeof(accelerant_info));
H A Daccelerant.h52 struct accelerant_info { struct
187 extern accelerant_info* gInfo;

Completed in 116 milliseconds