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 257 // Check whether `oldSurface` and `newSurface` share a common corner.
258 bool compareCorners (const Surface& oldSurface, const Surface& newSurface)
260 const int oldWidth = oldSurface.getWidth();
261 const int oldHeight = oldSurface.getHeight();
277 oldSurface.getSubAccess(oldX, oldY, minWidth, minHeight);
333 Surface oldSurface;
386 const Surface oldSurface = readSurface(m_gl, oldEglSize);
398 << TestLog::Image("Before resizing", "Before resizing", oldSurface)
402 m_status.check(compareCorners(oldSurface, newSurface),
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java     [all...]

Completed in 62 milliseconds