Home
last modified time | relevance | path

Searched refs:DDSCAPS_VIDEOMEMORY (Results 1 – 12 of 12) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dd3d9_callbacks.c23 Data.DDSCaps.dwCaps = DDSCAPS_VIDEOMEMORY; in D3d9GetAvailDriverMemory()
27 Data.DDSCaps.dwCaps = DDSCAPS_VIDEOMEMORY | DDSCAPS_LOCALVIDMEM; in D3d9GetAvailDriverMemory()
31 Data.DDSCaps.dwCaps = DDSCAPS_VIDEOMEMORY | DDSCAPS_NONLOCALVIDMEM; in D3d9GetAvailDriverMemory()
/reactos/dll/directx/ddraw/Surface/
H A Dcreatesurface.c57 ((pDDSD->ddsCaps.dwCaps & DDSCAPS_VIDEOMEMORY) == DDSCAPS_VIDEOMEMORY) ) in Internal_CreateSurface()
/reactos/win32ss/drivers/displays/framebuf/
H A Ddd.c31 (pccsd->lpDDSurfaceDesc->ddsCaps.dwCaps & DDSCAPS_VIDEOMEMORY)) in DdCanCreateSurface()
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.c371 mddsdPrimary.ddsCaps.dwCaps = DDSCAPS_PRIMARYSURFACE | DDSCAPS_VIDEOMEMORY | DDSCAPS_VISIBLE; in WinMain()
464 …mddsdOverlay.ddsCaps.dwCaps = DDSCAPS_OVERLAY | DDSCAPS_VIDEOMEMORY | DDSCAPS_LOCALVIDMEM | DDSCAP… in WinMain()
/reactos/modules/rostests/dxtest/ddraw/DDraw/
H A Davailable_mem.cpp79 Caps.dwCaps = DDSCAPS_VIDEOMEMORY; in Test_GetAvailableVidMem()
/reactos/sdk/include/dxsdk/
H A Dddrawex.h13 #define DDSCAPS_DATAEXCHANGE (DDSCAPS_SYSTEMMEMORY|DDSCAPS_VIDEOMEMORY)
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c1051 && !(surface->surface_desc.ddsCaps.dwCaps & DDSCAPS_VIDEOMEMORY)) in surface_validate_lock_desc()
5896 if ((desc->ddsCaps.dwCaps & (DDSCAPS_VIDEOMEMORY | DDSCAPS_SYSTEMMEMORY)) in ddraw_surface_create()
5897 == (DDSCAPS_VIDEOMEMORY | DDSCAPS_SYSTEMMEMORY)) in ddraw_surface_create()
5940 if (desc->ddsCaps.dwCaps & (DDSCAPS_VIDEOMEMORY | DDSCAPS_SYSTEMMEMORY)) in ddraw_surface_create()
6076 if (!(desc->ddsCaps.dwCaps & (DDSCAPS_VIDEOMEMORY | DDSCAPS_SYSTEMMEMORY))) in ddraw_surface_create()
6094 desc->ddsCaps.dwCaps |= DDSCAPS_VIDEOMEMORY; in ddraw_surface_create()
6102 desc->ddsCaps.dwCaps |= DDSCAPS_LOCALVIDMEM | DDSCAPS_VIDEOMEMORY; in ddraw_surface_create()
6152 else if (desc->ddsCaps.dwCaps & DDSCAPS_VIDEOMEMORY) in ddraw_surface_create()
H A Ddevice.c1857 if (device->hw && !(target_impl->surface_desc.ddsCaps.dwCaps & DDSCAPS_VIDEOMEMORY)) in d3d_device7_SetRenderTarget()
1933 if (device->hw && !(target_impl->surface_desc.ddsCaps.dwCaps & DDSCAPS_VIDEOMEMORY)) in d3d_device3_SetRenderTarget()
1982 if (device->hw && !(target_impl->surface_desc.ddsCaps.dwCaps & DDSCAPS_VIDEOMEMORY)) in d3d_device2_SetRenderTarget()
7006 if (hw && !(target->surface_desc.ddsCaps.dwCaps & DDSCAPS_VIDEOMEMORY)) in d3d_device_create()
H A Dutils.c731 FE(DDSCAPS_VIDEOMEMORY), in DDRAW_dump_DDSCAPS2()
/reactos/modules/rostests/dxtest/win32kdxtest/
H A Ddump.c410 checkflag(flag,DDSCAPS_VIDEOMEMORY,"DDSCAPS_VIDEOMEMORY"); in dump_halinfo()
1409 checkflag(flag,DDSCAPS_VIDEOMEMORY,"DDSCAPS_VIDEOMEMORY"); in dump_D3dTextureFormats()
/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c915 dd_caps.dwCaps = DDSCAPS_LOCALVIDMEM | DDSCAPS_VIDEOMEMORY; in get_texture_memory()
1300 dd_caps.dwCaps = DDSCAPS_LOCALVIDMEM | DDSCAPS_VIDEOMEMORY; in fill_display_information_fallback()
/reactos/sdk/include/psdk/
H A Dddraw.h264 #define DDSCAPS_VIDEOMEMORY 0x00004000 macro