Searched refs:pixmapWidth (Results 1 – 1 of 1) sorted by relevance
261 EGLint pixmapWidth = 0; in executeForConfig() local264 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()