OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:display_id
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h
129
#define
display_id
(this->hidden->display)
macro
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c
469
DisplayIDType
display_id
;
494
if (noErr != DMGetDisplayIDByGDevice (main_device, &
display_id
, SDL_FALSE)) {
500
if (noErr != DSpUserSelectContext (&attrib,
display_id
, NULL, &context)) {
505
if (noErr != DSpContext_GetDisplayID (context, &
display_id
)) {
510
if (noErr != DMGetGDeviceByDisplayID (
display_id
, &main_device, SDL_FALSE)) {
764
DisplayIDType
display_id
;
local
813
if ( noErr != DMGetDisplayIDByGDevice (SDL_Display, &
display_id
, SDL_FALSE) ) {
814
SDL_SetError ("Display Manager couldn't associate GDevice with
display_id
");
817
if ( DSpFindBestContextOnDisplayID(&attrib, &dsp_context,
display_id
) != noErr ) {
[
all
...]
Completed in 22 milliseconds