Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp262 EGLint pixmapHeight = 0; in executeForConfig() local
265 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &pixmapHeight)); in executeForConfig()
267 if (pixmapWidth <= 0 || pixmapHeight <= 0) in executeForConfig()
269 …::Message << " Fail, invalid surface size " << pixmapWidth << "x" << pixmapHeight << TestLog::End… in executeForConfig()