Lines Matching defs:height
422 const int height = dst.getHeight();
443 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height);
444 rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height));
448 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
449 rr::clearMultisampleDepthBuffer(depthBuffer, CLEAR_DEPTH, rr::WindowRectangle(0, 0, width, height));
454 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
455 rr::clearMultisampleStencilBuffer(stencilBuffer, CLEAR_STENCIL, rr::WindowRectangle(0, 0, width, height));
735 const int height = eglu::querySurfaceInt(egl, display, surface, EGL_HEIGHT);
748 tcu::Surface refFrame (width, height);
749 tcu::Surface frame (width, height);
940 const int height = eglu::querySurfaceInt(egl, display, surface, EGL_HEIGHT);
955 tcu::Surface refFrame (width, height);
956 tcu::Surface frame (width, height);