HomeSort by relevance Sort by last modified time
    Searched defs:displayManager (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 56 EGLDisplayOpenVG* displayManager = EGLDisplayOpenVG::forDisplay(m_eglDisplay);
57 EGLConfig config = confPtr ? (*confPtr) : displayManager->defaultPbufferConfig();
58 m_eglSurface = displayManager->createPbufferSurface(size, config, errorCode);
63 m_eglContext = displayManager->contextForSurface(m_eglSurface);
75 EGLDisplayOpenVG* displayManager = EGLDisplayOpenVG::forDisplay(m_eglDisplay);
76 EGLConfig config = confPtr ? (*confPtr) : displayManager->defaultPbufferConfig();
77 m_eglSurface = displayManager->createPbufferFromClientBuffer(buffer, bufferType, config, errorCode);
82 m_eglContext = displayManager->contextForSurface(m_eglSurface);
94 EGLDisplayOpenVG* displayManager = EGLDisplayOpenVG::forDisplay(m_eglDisplay);
95 EGLConfig config = confPtr ? (*confPtr) : displayManager->defaultWindowConfig()
    [all...]
EGLDisplayOpenVG.cpp 54 EGLDisplayOpenVG* displayManager = managers.get(currentDisplay);
57 if (currentSurface == EGL_NO_SURFACE || !displayManager->m_platformSurfaces.contains(currentSurface))
60 return displayManager->m_platformSurfaces.get(currentSurface);
65 EGLDisplayOpenVG* displayManager = EGLDisplayOpenVG::forDisplay(platformSurface->eglDisplay());
66 displayManager->m_platformSurfaces.set(platformSurface->eglSurface(), platformSurface);
71 EGLDisplayOpenVG* displayManager = EGLDisplayOpenVG::forDisplay(platformSurface->eglDisplay());
72 displayManager->m_platformSurfaces.remove(platformSurface->eglSurface());
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 44 import android.hardware.display.DisplayManager;
226 DisplayManager displayManager = (DisplayManager)
228 mDefaultDisplay = displayManager.getDisplay(Display.DEFAULT_DISPLAY);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 228 milliseconds