Home
last modified time | relevance | path

Searched refs:getRect (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaObjC/
Dobjc-boxed-expressions-nsvalue.m88 CGRect getRect() { function
99 id rv_rect = @(getRect());
/external/clang/test/SemaObjCXX/
Dobjc-boxed-expressions-nsvalue.mm90 CGRect getRect() { function
101 id rv_rect = @(getRect());
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp175 sw::Rect clearRect = renderTarget->getRect(); in clearColor()
193 sw::Rect clearRect = depthBuffer->getRect(); in clearDepth()
210 sw::Rect clearRect = stencilBuffer->getRect(); in clearStencil()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp205 sw::Rect clearRect = renderTarget[i]->getRect(); in clearColor()
225 sw::Rect clearRect = depthBuffer->getRect(); in clearDepth()
242 sw::Rect clearRect = stencilBuffer->getRect(); in clearStencil()
DContext.cpp3476 sw::Rect clearRect = colorbuffer->getRect(); in clearColorBuffer()
3519 sw::Rect clearRect = depthbuffer->getRect(); in clearDepthBuffer()
3547 sw::Rect clearRect = stencilbuffer->getRect(); in clearStencilBuffer()
/external/swiftshader/src/Device/
DSurface.hpp166 Rect getRect() const;
DSurface.cpp2713 Rect Surface::getRect() const in getRect() function in sw::Surface
/external/swiftshader/src/Renderer/
DSurface.hpp332 Rect getRect() const;
DSurface.cpp3312 Rect Surface::getRect() const in getRect() function in sw::Surface