Searched refs:SET_MODE_LINEAR_BUFFER (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/headers/private/graphics/vesa/
H A Dvesa.h122 #define SET_MODE_LINEAR_BUFFER (1 << 14) macro
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp346 #define SET_MODE_LINEAR_BUFFER (1 << 14) macro
367 regs.ebx = (mode & SET_MODE_MASK) | SET_MODE_LINEAR_BUFFER;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp159 regs.ebx = (mode & SET_MODE_MASK) | SET_MODE_LINEAR_BUFFER;
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp557 regs.ebx = (mode->mode & SET_MODE_MASK) | SET_MODE_LINEAR_BUFFER;

Completed in 56 milliseconds