Searched defs:pSurf (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDraw.cpp126 PDD_SURFACE_LOCAL pSurf = lpCreateSurface->lplpSList[0]; local
128 if (pSurf->ddsCaps.dwCaps & DDSCAPS_PRIMARYSURFACE)
131 pSurf->lpGbl->fpVidMem = 0;
136 pSurf->lpGbl->fpVidMem = DDHAL_PLEASEALLOC_BLOCKSIZE;
138 pSurf->lpGbl->dwReserved1 = 0;
156 pBody->SurfInfo.surfCaps = VBoxDispVHWAFromDDSCAPS(pSurf->ddsCaps.dwCaps);
159 pBody->SurfInfo.height = pSurf->lpGbl->wHeight;
160 pBody->SurfInfo.width = pSurf->lpGbl->wWidth;
163 VBoxDispVHWAFromDDPIXELFORMAT(&pBody->SurfInfo.PixelFormat, &pSurf->lpGbl->ddpfSurface);
166 if (pSurf
350 DD_SURFACE_LOCAL* pSurf = lpLock->lpDDSurface; local
468 DD_SURFACE_LOCAL *pSurf = lpUnlock->lpDDSurface; local
[all...]
H A DVBoxDispDDrawVHWA.cpp163 DD_SURFACE_LOCAL *pSurf = lpSetColorKey->lpDDSurface; local
164 PVBOXVHWASURFDESC pDesc = (PVBOXVHWASURFDESC)pSurf->lpGbl->dwReserved1;
178 pBody->u.in.offSurface = VBoxDispVHWAVramOffsetFromPDEV(pDev, pSurf->lpGbl->fpVidMem);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxDbgGl.c301 IWineD3DSurfaceImpl *pSurf = (IWineD3DSurfaceImpl*)pTexture->surfaces[iLevel]; local
302 Assert(pSurf);
313 Assert(pSurf->texture_name);
314 Assert(pSurf->texture_name == curTex);
315 Assert(pSurf->texture_name == pTexture->baseTexture.texture_rgb.name);
316 Assert(pSurf->texture_target == GL_TEXTURE_2D);
317 Assert(pTexture->target == pSurf->texture_target);
318 Assert(DBGL_OP(IsEnabled(pSurf->texture_target)));
319 Assert(pSurf->Flags & SFLAG_INTEXTURE);
320 if (pSurf
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxDbgGl.c301 IWineD3DSurfaceImpl *pSurf = (IWineD3DSurfaceImpl*)pTexture->surfaces[iLevel]; local
302 Assert(pSurf);
313 Assert(pSurf->texture_name);
314 Assert(pSurf->texture_name == curTex);
315 Assert(pSurf->texture_name == pTexture->baseTexture.texture_rgb.name);
316 Assert(pSurf->texture_target == GL_TEXTURE_2D);
317 Assert(pTexture->target == pSurf->texture_target);
318 Assert(DBGL_OP(IsEnabled(pSurf->texture_target)));
319 Assert(pSurf->Flags & SFLAG_INTEXTURE);
320 if (pSurf
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp285 IDirect3DSurface9 *pSurf; local
286 HRESULT hr = VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, &pSurf);
294 hr = pSurf->GetDesc(&Desc);
299 hr = pSurf->LockRect(&Lr, NULL, D3DLOCK_READONLY);
318 hr = pSurf->UnlockRect();
323 pSurf->Release();
H A DVBoxDispD3D.cpp1682 IDirect3DSurface9 *pSurf = pSwapchain->pRenderTargetFbCopy; local
1683 Assert(pSurf);
1684 pSurf->AddRef();
1687 HRESULT hr = pSwapchain->pSwapChainIf->GetFrontBufferData(pSurf);
1691 pSurf->Release();
1697 *ppSurf = pSurf;
1743 IDirect3DSurface9 *pSurf; local
1744 hr = vboxWddmSwapchainSurfGet(pDevice, pSwapchain, pAlloc, &pSurf);
1751 *ppSurf = pSurf;
1772 IDirect3DSurface9 *pSurf; local
4287 CONST D3DDDI_SURFACEINFO* pSurf = &pResource->pSurfList[i]; local
4384 CONST D3DDDI_SURFACEINFO* pSurf = &pResource->pSurfList[i]; local
4493 CONST D3DDDI_SURFACEINFO* pSurf = &pResource->pSurfList[i]; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1031 void add(VBoxVHWASurfaceBase *pSurf) argument
1033 VBoxVHWASurfList * pOld = pSurf->getComplexList();
1036 pOld->remove(pSurf);
1038 mSurfaces.push_back(pSurf);
1039 pSurf->setComplexList(this);
1055 void remove(VBoxVHWASurfaceBase *pSurf) argument
1057 mSurfaces.remove(pSurf);
1058 pSurf->setComplexList(NULL);
1059 if(mCurrent == pSurf)
1065 void setCurrentVisible(VBoxVHWASurfaceBase *pSurf) argument
1127 addOverlay(VBoxVHWASurfList * pSurf) argument
1132 checkAddOverlay(VBoxVHWASurfList * pSurf) argument
1138 hasOverlay(VBoxVHWASurfList * pSurf) argument
1151 removeOverlay(VBoxVHWASurfList * pSurf) argument
1181 isPrimary(VBoxVHWASurfaceBase * pSurf) argument
1533 VBoxVHWASurfaceBase* pSurf = (VBoxVHWASurfaceBase*)mSurfHandleTable.get(h); local
[all...]

Completed in 75 milliseconds