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

12

/haiku/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/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/src/add-ons/accelerants/matrox/
H A DGetAccelerantHook.c59 HOOK(PROPOSE_DISPLAY_MODE);
H A Dbe_driver_proto.h22 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
522 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
524 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
H A DSetDisplayMode.c51 * (See the call to PROPOSE_DISPLAY_MODE below) */
67 if (PROPOSE_DISPLAY_MODE(&target, &target, &target) == B_ERROR) return B_ERROR;
/haiku/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.h22 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
390 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
392 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
/haiku/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);
H A DProposeDisplayMode.c111 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high) function
573 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
575 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
H A DSetDisplayMode.c48 * (See the call to PROPOSE_DISPLAY_MODE below) */
66 if (PROPOSE_DISPLAY_MODE(&target, &target, &target) == B_ERROR) return B_ERROR;
/haiku/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);
H A DProposeDisplayMode.c113 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high) function
575 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
577 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
H A DSetDisplayMode.c48 * (See the call to PROPOSE_DISPLAY_MODE below) */
66 if (PROPOSE_DISPLAY_MODE(&target, &target, &target) == B_ERROR) return B_ERROR;
/haiku/src/add-ons/accelerants/nvidia/
H A DGetAccelerantHook.c63 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.c227 PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high) function
608 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
610 if (PROPOSE_DISPLAY_MODE(&dst[si->mode_count], &low, &high) == B_OK) {
H A DSetDisplayMode.c33 * (See the call to PROPOSE_DISPLAY_MODE below) */
49 if (PROPOSE_DISPLAY_MODE(&target, &target, &target) == B_ERROR) return B_ERROR;

Completed in 65 milliseconds

12