Lines Matching defs:height
148 int height;
154 , height(height_)
167 const int y1 = rnd.getInt(0, (dst.height-1)/8) * 4;
169 const int y2 = rnd.getInt((dst.height-1)/8, (dst.height-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
255 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height);
257 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height);
498 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
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);
690 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
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);
752 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
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);