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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8caps.h159 #define D3DPTFILTERCAPS_MINFANISOTROPIC 0x00000400 macro
H A Dd3d9caps.h183 #define D3DPTFILTERCAPS_MINFANISOTROPIC 0x00000400 macro
H A Dd3dcaps.h175 #define D3DPTFILTERCAPS_MINFANISOTROPIC 0x00000400 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8caps.h159 #define D3DPTFILTERCAPS_MINFANISOTROPIC 0x00000400 macro
H A Dd3d9caps.h183 #define D3DPTFILTERCAPS_MINFANISOTROPIC 0x00000400 macro
H A Dd3dcaps.h175 #define D3DPTFILTERCAPS_MINFANISOTROPIC 0x00000400 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c339 D3DPTFILTERCAPS_MINFPOINT | D3DPTFILTERCAPS_MINFLINEAR | D3DPTFILTERCAPS_MINFANISOTROPIC |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddirectx.c342 D3DPTFILTERCAPS_MINFPOINT | D3DPTFILTERCAPS_MINFLINEAR | D3DPTFILTERCAPS_MINFANISOTROPIC |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp321 DUMP_STRIF(Caps, D3DPTFILTERCAPS_MINFANISOTROPIC);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp6193 if (pCaps->TextureFilterCaps & D3DPTFILTERCAPS_MINFANISOTROPIC)
6194 LogRel((" - D3DPTFILTERCAPS_MINFANISOTROPIC\n"));
6221 if (pCaps->CubeTextureFilterCaps & D3DPTFILTERCAPS_MINFANISOTROPIC)
6222 LogRel((" - D3DPTFILTERCAPS_MINFANISOTROPIC\n"));
6249 if (pCaps->VolumeTextureFilterCaps & D3DPTFILTERCAPS_MINFANISOTROPIC)
6250 LogRel((" - D3DPTFILTERCAPS_MINFANISOTROPIC\n"));

Completed in 65 milliseconds