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

/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp203 EGLint pixmapWidth = 0; local
206 TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_WIDTH, &pixmapWidth));
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.h70 int pixmapWidth; /* Xlib accessible portion (pixels) */ member in struct:__anon29508

Completed in 301 milliseconds