Home
last modified time | relevance | path

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

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