Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglCreateSurfaceTests.cpp263 EGLint pixmapHeight = 0; in executeForConfig() local
266 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()