Symbol: frame_buffer_config
headers/os/add-ons/graphics/Accelerant.h
296
typedef status_t (*get_frame_buffer_config)(frame_buffer_config* frameBuffer);
headers/private/graphics/et6x00/DriverInterface.h
74
frame_buffer_config fbc; /* bytes_per_row and start of frame buffer */
headers/private/graphics/matrox/DriverInterface.h
164
frame_buffer_config fbc; /* bytes_per_row and start of frame buffer: head1 */
headers/private/graphics/matrox/DriverInterface.h
165
frame_buffer_config fbc2; /* bytes_per_row and start of frame buffer: head2 */
headers/private/graphics/neomagic/DriverInterface.h
158
frame_buffer_config fbc; /* bytes_per_row and start of frame buffer: head1 */
headers/private/graphics/nvidia/DriverInterface.h
331
frame_buffer_config fbc; /* bytes_per_row and start of frame buffer: head1 */
headers/private/graphics/radeon/radeon_interface.h
414
frame_buffer_config fbc; // data for direct frame buffer access
headers/private/graphics/skeleton/DriverInterface.h
164
frame_buffer_config fbc; /* bytes_per_row and start of frame buffer: head1 */
headers/private/graphics/skeleton/DriverInterface.h
165
frame_buffer_config fbc2; /* bytes_per_row and start of frame buffer: head2 */
headers/private/graphics/via/DriverInterface.h
231
frame_buffer_config fbc; /* bytes_per_row and start of frame buffer: head1 */
headers/private/graphics/via/DriverInterface.h
232
frame_buffer_config fbc2; /* bytes_per_row and start of frame buffer: head2 */
src/add-ons/accelerants/3dfx/accelerant.h
75
status_t GetFrameBufferConfig(frame_buffer_config* a_frame_buffer);
src/add-ons/accelerants/3dfx/mode.cpp
278
GetFrameBufferConfig(frame_buffer_config* pFBC)
src/add-ons/accelerants/ati/accelerant.h
107
status_t GetFrameBufferConfig(frame_buffer_config* a_frame_buffer);
src/add-ons/accelerants/ati/mode.cpp
366
GetFrameBufferConfig(frame_buffer_config* pFBC)
src/add-ons/accelerants/et6x00/GetModeInfo.c
24
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *afb) {
src/add-ons/accelerants/et6x00/generic.h
25
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *a_frame_buffer);
src/add-ons/accelerants/framebuffer/accelerant_protos.h
33
status_t framebuffer_get_frame_buffer_config(frame_buffer_config *config);
src/add-ons/accelerants/framebuffer/mode.cpp
133
framebuffer_get_frame_buffer_config(frame_buffer_config* config)
src/add-ons/accelerants/intel_810/accelerant.h
70
status_t GetFrameBufferConfig(frame_buffer_config* a_frame_buffer);
src/add-ons/accelerants/intel_810/mode.cpp
275
GetFrameBufferConfig(frame_buffer_config* pFBC)
src/add-ons/accelerants/intel_extreme/accelerant_protos.h
42
status_t intel_get_frame_buffer_config(frame_buffer_config* config);
src/add-ons/accelerants/intel_extreme/mode.cpp
728
intel_get_frame_buffer_config(frame_buffer_config* config)
src/add-ons/accelerants/matrox/GetModeInfo.c
30
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *afb)
src/add-ons/accelerants/matrox/be_driver_proto.h
25
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *a_frame_buffer);
src/add-ons/accelerants/neomagic/GetModeInfo.c
27
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *afb)
src/add-ons/accelerants/neomagic/be_driver_proto.h
25
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *a_frame_buffer);
src/add-ons/accelerants/nvidia/GetModeInfo.c
28
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *afb)
src/add-ons/accelerants/nvidia/be_driver_proto.h
31
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *a_frame_buffer);
src/add-ons/accelerants/radeon/GetModeInfo.c
38
GET_FRAME_BUFFER_CONFIG(frame_buffer_config *afb)
src/add-ons/accelerants/radeon/generic.h
25
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *a_frame_buffer);
src/add-ons/accelerants/radeon_hd/accelerant_protos.h
36
status_t radeon_get_frame_buffer_config(frame_buffer_config* config);
src/add-ons/accelerants/radeon_hd/mode.cpp
279
radeon_get_frame_buffer_config(frame_buffer_config* config)
src/add-ons/accelerants/s3/accel.h
99
status_t GetFrameBufferConfig(frame_buffer_config* a_frame_buffer);
src/add-ons/accelerants/s3/mode.cpp
443
GetFrameBufferConfig(frame_buffer_config* pFBC)
src/add-ons/accelerants/skeleton/GetModeInfo.c
28
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *afb)
src/add-ons/accelerants/skeleton/be_driver_proto.h
27
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *a_frame_buffer);
src/add-ons/accelerants/vesa/accelerant_protos.h
34
status_t vesa_get_frame_buffer_config(frame_buffer_config *config);
src/add-ons/accelerants/vesa/mode.cpp
286
vesa_get_frame_buffer_config(frame_buffer_config* config)
src/add-ons/accelerants/via/GetModeInfo.c
28
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *afb)
src/add-ons/accelerants/via/be_driver_proto.h
27
status_t GET_FRAME_BUFFER_CONFIG(frame_buffer_config *a_frame_buffer);
src/add-ons/accelerants/virtio/accelerant_protos.h
34
status_t virtio_gpu_get_frame_buffer_config(frame_buffer_config *config);
src/add-ons/accelerants/virtio/mode.cpp
152
virtio_gpu_get_frame_buffer_config(frame_buffer_config* config)
src/kits/game/WindowScreen.cpp
859
frame_buffer_config config;
src/servers/app/drawing/interface/local/AccelerantBuffer.cpp
121
AccelerantBuffer::SetFrameBufferConfig(const frame_buffer_config& config)
src/servers/app/drawing/interface/local/AccelerantBuffer.cpp
21
const frame_buffer_config& config)
src/servers/app/drawing/interface/local/AccelerantBuffer.h
15
const frame_buffer_config& config);
src/servers/app/drawing/interface/local/AccelerantBuffer.h
30
const frame_buffer_config& config);
src/servers/app/drawing/interface/local/AccelerantBuffer.h
35
frame_buffer_config fFrameBufferConfig;
src/servers/app/drawing/interface/local/AccelerantHWInterface.h
160
frame_buffer_config fFrameBufferConfig;
src/servers/app/drawing/interface/virtual/DWindowBuffer.cpp
102
DWindowBuffer::SetTo(frame_buffer_config* config,
src/servers/app/drawing/interface/virtual/DWindowBuffer.h
26
void SetTo(frame_buffer_config* config,
src/servers/app/drawing/interface/virtual/DWindowHWInterface.cpp
602
frame_buffer_config config;
src/servers/app/drawing/interface/virtual/DWindowHWInterface.h
112
frame_buffer_config fFrameBufferConfig;