Searched refs:pBackBuffer (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Dmidbe.c184 if (!(pDbeWindowPrivPriv->pBackBuffer =
195 dbeDrawableResType, pDbeWindowPrivPriv->pBackBuffer,
200 pDbeWindowPrivPriv->pBackBuffer))
211 ValidateGC((DrawablePtr)pDbeWindowPrivPriv->pBackBuffer, pGC);
213 clearRect.width = pDbeWindowPrivPriv->pBackBuffer->drawable.width;
214 clearRect.height = pDbeWindowPrivPriv->pBackBuffer->drawable.height;
216 (DrawablePtr)pDbeWindowPrivPriv->pBackBuffer, pGC, 1,
232 (pointer)pDbeWindowPrivPriv->pBackBuffer))
266 (pointer)pDbeWindowPrivPriv->pBackBuffer);
333 (*pGC->ops->CopyArea)((DrawablePtr)pDbeWindowPrivPriv->pBackBuffer,
517 PixmapPtr pBackBuffer; local in function:miDbePositionWindow
[all...]
H A Dmidbestr.h61 PixmapPtr pBackBuffer; member in struct:_MiDbeWindowPrivPrivRec
/xsrc/external/mit/xorg-server/dist/dbe/
H A Dmidbe.c165 if (!(pDbeWindowPriv->pBackBuffer =
175 dbeDrawableResType, pDbeWindowPriv->pBackBuffer,
180 pDbeWindowPriv->pBackBuffer)) {
189 ValidateGC((DrawablePtr) pDbeWindowPriv->pBackBuffer, pGC);
191 clearRect.width = pDbeWindowPriv->pBackBuffer->drawable.width;
192 clearRect.height = pDbeWindowPriv->pBackBuffer->drawable.height;
194 pBackBuffer, pGC, 1, &clearRect);
207 (void *) pDbeWindowPriv->pBackBuffer)) {
236 (void *) pDbeWindowPriv->pBackBuffer);
300 (*pGC->ops->CopyArea) ((DrawablePtr) pDbeWindowPriv->pBackBuffer,
463 PixmapPtr pBackBuffer; local in function:miDbePositionWindow
[all...]
H A Ddbestruct.h148 PixmapPtr pBackBuffer; member in struct:_DbeWindowPrivRec
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/tests/
H A Dtri.cpp156 ComPtr<ID3D11Texture2D> pBackBuffer; local in function:main
157 hr = pSwapChain->GetBuffer(0, IID_ID3D11Texture2D, (void **)&pBackBuffer);
169 hr = pDevice->CreateRenderTargetView(pBackBuffer.Get(), &RenderTargetViewDesc, &pRenderTargetView);

Completed in 5 milliseconds