Lines Matching refs: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);
489 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
503 tcu::Surface currentBuffer (width, height);
504 tcu::Surface refBuffer (width, height);
505 Frame newFrame (width, height);
548 m_gles2Renderer->render(width, height, newFrame);
558 m_gles2Renderer->render(width, height, newFrame);
671 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
676 tcu::Surface currentBuffer (width, height);
677 tcu::Surface refBuffer (width, height);
678 Frame frame (width, height);
692 m_gles2Renderer->render(width, height, frame);
702 m_gles2Renderer->render(width, height, frame);
733 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
738 tcu::Surface currentBuffer (width, height);
739 tcu::Surface refBuffer (width, height);
740 Frame frame (width, height);
751 m_gles2Renderer->render(width, height, frame);
763 m_gles2Renderer->render(width, height, frame);