Searched refs:D3DPRESENT_INTERVAL_ONE (Results 1 – 10 of 10) sorted by relevance
67 g_d3dpp.PresentationInterval = D3DPRESENT_INTERVAL_ONE; // Present with vsync in main()
185 g_d3dpp.PresentationInterval = D3DPRESENT_INTERVAL_ONE; // Present with vsync in CreateDeviceD3D()
48 #define D3DPRESENT_INTERVAL_ONE 0x00000001 macro
73 return D3DPRESENT_INTERVAL_ONE; in convertInterval()
460 if (mDeviceCaps.PresentationIntervals & D3DPRESENT_INTERVAL_ONE) in generateConfigs()
474 if (mDeviceCaps.PresentationIntervals & D3DPRESENT_INTERVAL_ONE) in generateConfigs()
591 pparams.PresentationInterval = D3DPRESENT_INTERVAL_ONE; in D3D_CreateRenderer()639 if (pparams.PresentationInterval == D3DPRESENT_INTERVAL_ONE) { in D3D_CreateRenderer()
607 D3DPRESENT_INTERVAL_ONE | in NineAdapter9_GetDeviceCaps()
250 pParams->PresentationInterval = D3DPRESENT_INTERVAL_ONE; in NineSwapChain9_Resize()