Searched refs:D3DDEVCAPS_HWTRANSFORMANDLIGHT (Results 1 – 4 of 4) sorted by relevance
69 #define D3DDEVCAPS_HWTRANSFORMANDLIGHT 0x00010000 macro
619 D3DDEVCAPS_HWTRANSFORMANDLIGHT | in NineAdapter9_GetDeviceCaps()
2584 if ((caps.DevCaps & D3DDEVCAPS_HWTRANSFORMANDLIGHT) == in d3d_class_display_device_create()2585 D3DDEVCAPS_HWTRANSFORMANDLIGHT) { in d3d_class_display_device_create()
603 if (caps.DevCaps & D3DDEVCAPS_HWTRANSFORMANDLIGHT) { in D3D_CreateRenderer()