Searched defs:pixmapHeight (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp204 EGLint pixmapHeight = 0; local
207 TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &pixmapHeight));
209 if (pixmapWidth <= 0 || pixmapHeight <= 0)
211 log << TestLog::Message << " Fail, invalid surface size " << pixmapWidth << "x" << pixmapHeight << TestLog::EndMessage;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h71 int pixmapHeight; /* both fields ignored if no concurrent access */ member in struct:__anon29508

Completed in 320 milliseconds