Home | History | Annotate | Download | only in macdsp

Lines Matching refs:SDL_Display

443     err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useDistantHdwrMem | noNewDevice);
449 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useLocalHdwrMem | noNewDevice);
549 if ( DSp_GetMainDevice(this, &SDL_Display) < 0)
553 vformat->BitsPerPixel = GetPixDepth ( (**SDL_Display).gdPMap );
572 SDL_modelist = DSp_BuildModeList (SDL_Display,
813 if ( noErr != DMGetDisplayIDByGDevice (SDL_Display, &display_id, SDL_FALSE) ) {
939 SDL_Window = NewCWindow(nil, &( (**SDL_Display).gdRect), "\p", SDL_TRUE, plainDBox, (WindowPtr)-1, SDL_FALSE, 0);
984 Uint32 depth = GetPixDepth ( GetGDevPixMap (SDL_Display) );
988 if ( noErr != NewGWorld (&(surface->hwdata->mask), depth, &rect, 0, SDL_Display, 0 ) < 0 ) {
994 if ( noErr != NewGWorld (&temp, depth, &rect, 0 , SDL_Display, 0 ) ) {
1002 SetGWorld (surface->hwdata->mask, SDL_Display);
1013 SetGWorld (surface->hwdata->mask, SDL_Display);
1063 err = NewGWorld (port, depth, &bounds, 0 , SDL_Display, useDistantHdwrMem | noNewDevice );
1072 err = NewGWorld (port, depth, &bounds, 0 , SDL_Display, useLocalHdwrMem | noNewDevice );
1345 RestoreDeviceClut(SDL_Display);
1372 SetGDevice(SDL_Display);