Home
last modified time | relevance | path

Searched refs:PresentationIntervals (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c459 CAP_CASE(PresentationIntervals, D3DPRESENT_INTERVAL, ONE); in nine_dump_D3DCAPS9()
460 CAP_CASE(PresentationIntervals, D3DPRESENT_INTERVAL, TWO); in nine_dump_D3DCAPS9()
461 CAP_CASE(PresentationIntervals, D3DPRESENT_INTERVAL, THREE); in nine_dump_D3DCAPS9()
462 CAP_CASE(PresentationIntervals, D3DPRESENT_INTERVAL, FOUR); in nine_dump_D3DCAPS9()
463 CAP_CASE(PresentationIntervals, D3DPRESENT_INTERVAL, IMMEDIATE); in nine_dump_D3DCAPS9()
Dadapter9.c563 pCaps->PresentationIntervals = D3DPRESENT_INTERVAL_DEFAULT | in NineAdapter9_GetDeviceCaps()
/external/swiftshader/include/Direct3D/
Dd3d8caps.h34 DWORD PresentationIntervals; member
/external/mesa3d/include/D3D9/
Dd3d9caps.h307 DWORD PresentationIntervals; member
/external/swiftshader/src/D3D8/
DDirect3D8.cpp772 caps.PresentationIntervals = D3DPRESENT_INTERVAL_IMMEDIATE | in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1246 caps.PresentationIntervals = D3DPRESENT_INTERVAL_IMMEDIATE | in GetDeviceCaps()