Searched refs:D3DPTFILTERCAPS_MINFGAUSSIANQUAD (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9caps.h185 #define D3DPTFILTERCAPS_MINFGAUSSIANQUAD 0x00001000 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d9caps.h185 #define D3DPTFILTERCAPS_MINFGAUSSIANQUAD 0x00001000 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c340 D3DPTFILTERCAPS_MINFPYRAMIDALQUAD | D3DPTFILTERCAPS_MINFGAUSSIANQUAD|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddirectx.c343 D3DPTFILTERCAPS_MINFPYRAMIDALQUAD | D3DPTFILTERCAPS_MINFGAUSSIANQUAD|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp323 DUMP_STRIF(Caps, D3DPTFILTERCAPS_MINFGAUSSIANQUAD);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp6197 if (pCaps->TextureFilterCaps & D3DPTFILTERCAPS_MINFGAUSSIANQUAD)
6198 LogRel((" - D3DPTFILTERCAPS_MINFGAUSSIANQUAD\n"));
6225 if (pCaps->CubeTextureFilterCaps & D3DPTFILTERCAPS_MINFGAUSSIANQUAD)
6226 LogRel((" - D3DPTFILTERCAPS_MINFGAUSSIANQUAD\n"));
6253 if (pCaps->VolumeTextureFilterCaps & D3DPTFILTERCAPS_MINFGAUSSIANQUAD)
6254 LogRel((" - D3DPTFILTERCAPS_MINFGAUSSIANQUAD\n"));

Completed in 1265 milliseconds