OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGDirectDisplayID
(Results
1 - 8
of
8
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
CGS.h
76
extern CGSError CGSDisplayHWFill (
CGDirectDisplayID
id, unsigned int x, unsigned int y,
79
extern CGSError CGSDisplayCanHWFill (
CGDirectDisplayID
id);
83
int CGSDisplayHWSync (
CGDirectDisplayID
id);
SDL_QuartzVideo.h
91
CGDirectDisplayID
display; /* 0 == main display (only support single display) */
SDL_QuartzVideo.m
32
CG_EXTERN void *CGDisplayBaseAddress(
CGDirectDisplayID
display)
35
CG_EXTERN size_t CGDisplayBytesPerRow(
CGDirectDisplayID
display)
324
CGDirectDisplayID
activeDspys [3];
[
all
...]
/external/chromium/base/
sys_info_mac.cc
47
CGDirectDisplayID
main_display = CGMainDisplayID();
62
//
CGDirectDisplayID
is just an integer, so supporting up to this many
64
CGDirectDisplayID
online_displays[128];
77
CGDirectDisplayID
online_display = online_displays[online_display_index];
/external/chromium_org/remoting/host/
desktop_resizer_mac.cc
36
bool GetSoleDisplayId(
CGDirectDisplayID
* display);
48
CGDirectDisplayID
display;
67
CGDirectDisplayID
display;
123
CGDirectDisplayID
display;
155
bool DesktopResizerMac::GetSoleDisplayId(
CGDirectDisplayID
* display) {
158
CGDirectDisplayID
displays[2];
/external/chromium_org/third_party/libjingle/source/talk/base/
window.h
41
typedef unsigned int
CGDirectDisplayID
;
95
typedef
CGDirectDisplayID
DesktopT;
macwindowpicker.cc
175
CGDirectDisplayID
active_displays[kMaxDisplays];
/external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc
214
void DisplayReconfigCallback(
CGDirectDisplayID
display,
[
all
...]
Completed in 123 milliseconds