HomeSort by relevance Sort by last modified time
    Searched full:currentdisplay (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 49 EGLDisplay currentDisplay = eglGetCurrentDisplay();
51 if (currentDisplay == EGL_NO_DISPLAY || !managers.contains(currentDisplay))
54 EGLDisplayOpenVG* displayManager = managers.get(currentDisplay);
376 EGLDisplay currentDisplay = eglGetCurrentDisplay();
392 eglMakeCurrent(currentDisplay, currentReadSurface, currentDrawSurface, currentContext);
402 eglMakeCurrent(currentDisplay, currentReadSurface, currentDrawSurface, currentContext);
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 321 final Display currentDisplay = display;
331 final Shell shell = new Shell(currentDisplay, SWT.TITLE | SWT.BORDER);
341 title.setFont(new Font(currentDisplay, fontdata));
347 notice.setForeground(new Color(currentDisplay, 255, 0, 0));
383 final Rectangle screen = currentDisplay.getClientArea();
390 if (!currentDisplay.readAndDispatch())
391 currentDisplay.sleep();
406 currentDisplay.dispose();

Completed in 59 milliseconds