Searched refs:D3DPTFILTERCAPS_MAGFANISOTROPIC (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8caps.h164 #define D3DPTFILTERCAPS_MAGFANISOTROPIC 0x04000000 macro
H A Dd3d9caps.h190 #define D3DPTFILTERCAPS_MAGFANISOTROPIC 0x04000000 macro
H A Dd3dcaps.h182 #define D3DPTFILTERCAPS_MAGFANISOTROPIC 0x04000000 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8caps.h164 #define D3DPTFILTERCAPS_MAGFANISOTROPIC 0x04000000 macro
H A Dd3d9caps.h190 #define D3DPTFILTERCAPS_MAGFANISOTROPIC 0x04000000 macro
H A Dd3dcaps.h182 #define D3DPTFILTERCAPS_MAGFANISOTROPIC 0x04000000 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c342 D3DPTFILTERCAPS_MAGFLINEAR |D3DPTFILTERCAPS_MAGFANISOTROPIC|D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddirectx.c345 D3DPTFILTERCAPS_MAGFLINEAR |D3DPTFILTERCAPS_MAGFANISOTROPIC|D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp329 DUMP_STRIF(Caps, D3DPTFILTERCAPS_MAGFANISOTROPIC);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp6183 if (pCaps->TextureFilterCaps & D3DPTFILTERCAPS_MAGFANISOTROPIC)
6184 LogRel((" - D3DPTFILTERCAPS_MAGFANISOTROPIC\n"));
6211 if (pCaps->CubeTextureFilterCaps & D3DPTFILTERCAPS_MAGFANISOTROPIC)
6212 LogRel((" - D3DPTFILTERCAPS_MAGFANISOTROPIC\n"));
6239 if (pCaps->VolumeTextureFilterCaps & D3DPTFILTERCAPS_MAGFANISOTROPIC)
6240 LogRel((" - D3DPTFILTERCAPS_MAGFANISOTROPIC\n"));

Completed in 66 milliseconds