Searched defs:sharedInfo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/haiku/VBoxVideo/accelerant/
H A Daccelerant.h59 SharedInfo *sharedInfo; member in struct:AccelerantInfo
/vbox/src/VBox/Additions/haiku/VBoxVideo/driver/
H A Ddriver.cpp119 SharedInfo *sharedInfo; /* Pointer to shared info area memory */ member in struct:DeviceInfo
201 (void **)&gDeviceInfo.sharedInfo, B_ANY_KERNEL_ADDRESS,
208 gDeviceInfo.sharedInfo->currentMode.space = get_color_space_for_depth(bpp);
209 gDeviceInfo.sharedInfo->currentMode.virtual_width = width;
210 gDeviceInfo.sharedInfo->currentMode.virtual_height = height;
211 gDeviceInfo.sharedInfo->currentMode.h_display_start = 0;
212 gDeviceInfo.sharedInfo->currentMode.v_display_start = 0;
213 gDeviceInfo.sharedInfo->currentMode.flags = 0;
214 gDeviceInfo.sharedInfo->currentMode.timing.h_display = width;
215 gDeviceInfo.sharedInfo
[all...]

Completed in 32 milliseconds