Home
last modified time | relevance | path

Searched refs:D3DFVFCAPS_DONOTSTRIPELEMENTS (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/Direct3D/
Dd3d8caps.h346 #define D3DFVFCAPS_DONOTSTRIPELEMENTS 0x00080000L /* Device prefers that vertex elements not be s… macro
/external/mesa3d/include/D3D9/
Dd3d9caps.h199 #define D3DFVFCAPS_DONOTSTRIPELEMENTS 0x00080000 macro
/external/swiftshader/src/D3D8/
DDirect3D8.cpp977 …caps.FVFCaps = D3DFVFCAPS_DONOTSTRIPELEMENTS | // It is preferable that vertex elements not be s… in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1468 …caps.FVFCaps = D3DFVFCAPS_DONOTSTRIPELEMENTS | // It is preferable that vertex elements not be s… in GetDeviceCaps()