Searched refs:clearRect (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Dmidbe.c153 xRectangle clearRect;
212 clearRect.x = clearRect.y = 0;
213 clearRect.width = pDbeWindowPrivPriv->pBackBuffer->drawable.width;
214 clearRect.height = pDbeWindowPrivPriv->pBackBuffer->drawable.height;
217 &clearRect);
291 xRectangle clearRect;
353 clearRect.x = 0;
354 clearRect.y = 0;
355 clearRect
151 xRectangle clearRect; local in function:miDbeAllocBackBufferName
287 xRectangle clearRect; local in function:miDbeSwapBuffers
520 xRectangle clearRect; local in function:miDbePositionWindow
[all...]
/xsrc/external/mit/xorg-server/dist/dbe/
H A Dmidbe.c141 xRectangle clearRect;
190 clearRect.x = clearRect.y = 0;
191 clearRect.width = pDbeWindowPriv->pBackBuffer->drawable.width;
192 clearRect.height = pDbeWindowPriv->pBackBuffer->drawable.height;
194 pBackBuffer, pGC, 1, &clearRect);
260 xRectangle clearRect;
317 clearRect.x = 0;
318 clearRect.y = 0;
319 clearRect
139 xRectangle clearRect; local in function:miDbeAllocBackBufferName
256 xRectangle clearRect; local in function:miDbeSwapBuffers
466 xRectangle clearRect; local in function:miDbePositionWindow
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dapi.h610 /// @param clearRect - The pixel-coordinate rectangle to clear in all cleared buffers
619 const SWR_RECT& clearRect);
H A Dapi.cpp1593 /// @param clearRect - The pixel-coordinate rectangle to clear in all cleared buffers
1600 const SWR_RECT& clearRect)
1614 pDC->FeWork.desc.clear.rect = clearRect;
1594 SwrClearRenderTarget(HANDLE hContext,uint32_t attachmentMask,uint32_t renderTargetArrayIndex,const float clearColor[4],float z,uint8_t stencil,const SWR_RECT & clearRect) argument

Completed in 7 milliseconds