Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:rect

243 RECT Blit::getSurfaceRect(IDirect3DSurface9 *surface) const
248 RECT rect;
249 rect.left = 0;
250 rect.top = 0;
251 rect.right = desc.Width;
252 rect.bottom = desc.Height;
254 return rect;
290 bool Blit::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest)
383 IDirect3DTexture9 *Blit::copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect)
431 void Blit::setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset)
469 RECT scissorRect = {0}; // Scissoring is disabled for flipping, but we need this to capture and restore the old rectangle