Searched refs:pixmapHeight (Results 1 – 1 of 1) sorted by relevance
263 EGLint pixmapHeight = 0; in executeForConfig() local266 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &pixmapHeight)); in executeForConfig()268 if (pixmapWidth <= 0 || pixmapHeight <= 0) in executeForConfig()270 …::Message << " Fail, invalid surface size " << pixmapWidth << "x" << pixmapHeight << TestLog::End… in executeForConfig()