HomeSort by relevance Sort by last modified time
    Searched refs:displayID (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestHelper.mm 45 CGDirectDisplayID displayID = CGMainDisplayID();
47 CMError error = CMGetProfileByAVID((UInt32)displayID, &previousProfile);
62 CGDirectDisplayID displayID = CGMainDisplayID();
65 CMError error = CMSetProfileByAVID((UInt32)displayID, genericProfile);
76 CGDirectDisplayID displayID = CGMainDisplayID();
77 CMError error = CMSetProfileByAVID((UInt32)displayID, userColorProfile);
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 197 CGDirectDisplayID displayID;
199 if (CGGetDisplaysWithRect(rect, 1, &displayID, &count) == kCGErrorSuccess) {
200 CGRect bounds = CGDisplayBounds(displayID);
204 CGLPixelFormatAttribute attributes[] = {kCGLPFAAccelerated, kCGLPFANoRecovery, kCGLPFAFullScreen, kCGLPFADisplayMask, (CGLPixelFormatAttribute)CGDisplayIDToOpenGLDisplayMask(displayID), (CGLPixelFormatAttribute)0};
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 340 DisplayIDType displayID;
347 displayID = 0;
351 if ( DMGetDisplayIDByGDevice (gDevice, &displayID, SDL_TRUE) != noErr ) {
356 if ( DSpGetFirstContext (displayID, &context) != noErr ) {
    [all...]

Completed in 476 milliseconds