Lines Matching defs:width
421 const int width = dst.getWidth();
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));
734 const int width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH);
748 tcu::Surface refFrame (width, height);
749 tcu::Surface frame (width, height);
939 const int width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH);
955 tcu::Surface refFrame (width, height);
956 tcu::Surface frame (width, height);