Home
last modified time | relevance | path

Searched refs:newSurface (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/egl/
DteglResizeTests.cpp273 bool compareCorners (const Surface& oldSurface, const Surface& newSurface) in compareCorners() argument
277 const int newWidth = newSurface.getWidth(); in compareCorners()
278 const int newHeight = newSurface.getHeight(); in compareCorners()
294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
412 const Surface newSurface = readSurface(m_gl, newEglSize); in iterate() local
417 << TestLog::Image("After resizing", "After resizing", newSurface) in iterate()
420 m_status.checkResult(compareCorners(oldSurface, newSurface), in iterate()
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp1160 Surface newSurface; // Surface from drawing with newSeed-seeded attachment in iterate() local
1190 m_inputAttacher.drawContainer(*container, newSurface); in iterate()
1207 newSurface); in iterate()
1239 Surface newSurface; // Surface drawn from attachment to newSeed container in iterate() local
1274 m_outputAttacher.drawAttachment(newId, newSurface); in iterate()
1291 newSurface, delSurface, RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate()