Searched refs:oldSurface (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 273 bool compareCorners (const Surface& oldSurface, const Surface& newSurface) in compareCorners() argument 275 const int oldWidth = oldSurface.getWidth(); in compareCorners() 276 const int oldHeight = oldSurface.getHeight(); in compareCorners() 292 getSubregion(oldSurface.getAccess(), oldX, oldY, minWidth, minHeight); in compareCorners() 403 const Surface oldSurface = readSurface(m_gl, oldEglSize); in iterate() local 416 << TestLog::Image("Before resizing", "Before resizing", oldSurface) in iterate() 420 m_status.checkResult(compareCorners(oldSurface, newSurface), in iterate()
|