Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglResizeTests.cpp336 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface); in checkSurfaceSize() local
339 oss << "Size of EGL surface " << eglSize in checkSurfaceSize()
341 status.check(eglSize == nativeSize, oss.str()); in checkSurfaceSize()
343 return eglSize; in checkSurfaceSize()