Searched refs:getRect (Results 1 – 8 of 8) sorted by relevance
88 CGRect getRect() { function99 id rv_rect = @(getRect());
90 CGRect getRect() { function101 id rv_rect = @(getRect());
175 sw::Rect clearRect = renderTarget->getRect(); in clearColor()193 sw::Rect clearRect = depthBuffer->getRect(); in clearDepth()210 sw::Rect clearRect = stencilBuffer->getRect(); in clearStencil()
204 sw::Rect clearRect = renderTarget->getRect(); in clearColor()228 sw::Rect clearRect = depthStencil->getRect(); in clearDepth()245 sw::Rect clearRect = depthStencil->getRect(); in clearStencil()
205 sw::Rect clearRect = renderTarget[i]->getRect(); in clearColor()225 sw::Rect clearRect = depthBuffer->getRect(); in clearDepth()242 sw::Rect clearRect = stencilBuffer->getRect(); in clearStencil()
3444 sw::Rect clearRect = colorbuffer->getRect(); in clearColorBuffer()3487 sw::Rect clearRect = depthbuffer->getRect(); in clearDepthBuffer()3515 sw::Rect clearRect = stencilbuffer->getRect(); in clearStencilBuffer()
331 Rect getRect() const;
3352 Rect Surface::getRect() const in getRect() function in sw::Surface