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

  /external/deqp/modules/egl/
teglResizeTests.cpp 272 // Check whether `oldSurface` and `newSurface` share a common corner.
273 bool compareCorners (const Surface& oldSurface, const Surface& newSurface)
275 const int oldWidth = oldSurface.getWidth();
276 const int oldHeight = oldSurface.getHeight();
292 getSubregion(oldSurface.getAccess(), oldX, oldY, minWidth, minHeight);
402 const Surface oldSurface = readSurface(m_gl, oldEglSize);
415 << TestLog::Image("Before resizing", "Before resizing", oldSurface)
419 m_status.checkResult(compareCorners(oldSurface, newSurface),
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java     [all...]

Completed in 89 milliseconds