Home
last modified time | relevance | path

Searched refs:CursorCaps (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/include/D3D9/
Dd3d9caps.h311 DWORD CursorCaps; member
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c467 CAP_CASE(CursorCaps, D3DCURSORCAPS, COLOR); in nine_dump_D3DCAPS9()
468 CAP_CASE(CursorCaps, D3DCURSORCAPS, LOWRES); in nine_dump_D3DCAPS9()
Dadapter9.c612 pCaps->CursorCaps = D3DCURSORCAPS_COLOR /* | D3DCURSORCAPS_LOWRES*/; in NineAdapter9_GetDeviceCaps()