Lines Matching refs:size
117 void resize (IVec2 size);
184 << "Created initial surface with size " << m_oldSize
210 void ResizeTest::resize (IVec2 size)
212 m_nativeWindow->setSurfaceSize(size);
215 << "Resized surface to size " << size
229 void drawRectangle (const glw::Functions& gl, IVec2 pos, IVec2 size, Vec3 color)
232 gl.scissor(pos.x(), pos.y(), size.x(), size.y());
306 Surface readSurface (const glw::Functions& gl, IVec2 size)
308 Surface ret (size.x(), size.y());
309 gl.readPixels(0, 0, size.x(), size.y(), GL_RGBA, GL_UNSIGNED_BYTE,
327 return reqSize; // assume we got the requested size
342 << " differs from size of native window " << nativeSize;
475 << "EGL surface size: " << bufSize << "\n"
477 << "Native window size: " << winSize << "\n"
496 TCU_THROW(NotSupportedError, "Unable to determine surface size in screen pixels");
552 "EGL surface size update"));