Lines Matching defs:width
147 int width;
153 : width (width_)
166 const int x1 = rnd.getInt(0, (dst.width-1)/8) * 4;
168 const int x2 = rnd.getInt((dst.width-1)/8, (dst.width-1)/4) * 4;
196 void render (int width, int height, const Frame& frame) const;
246 void GLES2Renderer::render (int width, int height, const Frame& frame) const
254 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width);
256 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width);
497 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
512 tcu::Surface currentBuffer (width, height);
513 tcu::Surface refBuffer (width, height);
514 Frame newFrame (width, height);
567 m_gles2Renderer->render(width, height, newFrame);
577 m_gles2Renderer->render(width, height, newFrame);
689 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
695 tcu::Surface currentBuffer (width, height);
696 tcu::Surface refBuffer (width, height);
697 Frame frame (width, height);
711 m_gles2Renderer->render(width, height, frame);
721 m_gles2Renderer->render(width, height, frame);
751 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
757 tcu::Surface currentBuffer (width, height);
758 tcu::Surface refBuffer (width, height);
759 Frame frame (width, height);
770 m_gles2Renderer->render(width, height, frame);
782 m_gles2Renderer->render(width, height, frame);