Lines Matching defs:height
160 int height;
166 , height(height_)
180 const int y1 = rnd.getInt(0, (dst->height-1)/8) * 4;
182 const int y2 = rnd.getInt((dst->height-1)/8, (dst->height-1)/4) * 4;
208 void render (int width, int height, const Frame& frame) const;
258 void GLES2Renderer::render (int width, int height, const Frame& frame) const
266 float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height);
268 float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height);
498 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
514 tcu::Surface currentBuffer (width, height);
515 tcu::Surface refBuffer (width, height);
516 Frame newFrame (width, height);
553 m_gles2Renderer->render(width, height, newFrame);
558 m_window->setSurfaceSize(IVec2(width*2, height/2));
560 m_window->setSurfaceSize(IVec2(height/2, width*2));
568 m_window->setSurfaceSize(IVec2(width*2, height/2));
570 m_window->setSurfaceSize(IVec2(height/2, width*2));
598 m_gles2Renderer->render(width, height, newFrame);
612 m_window->setSurfaceSize(IVec2(width*2, height/2));
614 m_window->setSurfaceSize(IVec2(height/2, width*2));
622 m_window->setSurfaceSize(IVec2(width*2, height/2));
624 m_window->setSurfaceSize(IVec2(height/2, width*2));