Searched refs:PROPOSE_DISPLAY_MODE (Results 1 - 25 of 35) sorted by relevance

12

/haiku-fatelf/src/add-ons/accelerants/et6x00/
H A DSetDisplayMode.c36 if (PROPOSE_DISPLAY_MODE(&target, &bounds, &bounds) != B_OK) /* ==B_ERROR???/// */
H A DProposeDisplayMode.c57 status_t PROPOSE_DISPLAY_MODE(display_mode *target, function
129 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
H A Dgeneric.h22 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DGetAccelerantHook.c55 HOOK(PROPOSE_DISPLAY_MODE);
H A Dgeneric.h22 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
/haiku-fatelf/src/add-ons/accelerants/vmware/
H A DGetAccelerantHook.c36 HOOK(PROPOSE_DISPLAY_MODE);
H A DProposeDisplayMode.c43 PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, function
46 TRACE("PROPOSE_DISPLAY_MODE\n");
H A DSetDisplayMode.c25 if (PROPOSE_DISPLAY_MODE(&target, &bounds, &bounds) == B_ERROR)
H A Dgeneric.h24 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/
H A DGetAccelerantHook.c61 HOOK(PROPOSE_DISPLAY_MODE);
H A Dbe_driver_proto.h26 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
/haiku-fatelf/src/add-ons/accelerants/matrox/
H A DGetAccelerantHook.c59 HOOK(PROPOSE_DISPLAY_MODE);
H A Dbe_driver_proto.h24 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
H A DProposeDisplayMode.c119 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high) function
521 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
523 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DGetAccelerantHook.c58 HOOK(PROPOSE_DISPLAY_MODE);
H A DSetDisplayMode.c50 * (See the call to PROPOSE_DISPLAY_MODE below) */
68 if (PROPOSE_DISPLAY_MODE(&target, &target, &target) == B_ERROR) return B_ERROR;
H A Dbe_driver_proto.h24 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
H A DProposeDisplayMode.c64 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high) function
389 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
391 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
/haiku-fatelf/src/add-ons/accelerants/skeleton/
H A DGetAccelerantHook.c59 HOOK(PROPOSE_DISPLAY_MODE);
H A Dbe_driver_proto.h24 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
/haiku-fatelf/src/add-ons/accelerants/via/
H A DGetAccelerantHook.c59 HOOK(PROPOSE_DISPLAY_MODE);
H A Dbe_driver_proto.h24 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
/haiku-fatelf/src/add-ons/accelerants/nvidia/
H A DGetAccelerantHook.c63 HOOK(PROPOSE_DISPLAY_MODE);
H A Dbe_driver_proto.h26 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
H A DProposeDisplayMode.c119 PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high) function
497 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
499 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {

Completed in 95 milliseconds

12