Home
last modified time | relevance | path

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

/external/swiftshader/include/Direct3D/
Dd3d8caps.h37 DWORD CursorCaps; member
/external/mesa3d/include/D3D9/
Dd3d9caps.h311 DWORD CursorCaps; member
/external/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c466 CAP_CASE(CursorCaps, D3DCURSORCAPS, COLOR); in nine_dump_D3DCAPS9()
467 CAP_CASE(CursorCaps, D3DCURSORCAPS, LOWRES); in nine_dump_D3DCAPS9()
Dadapter9.c604 pCaps->CursorCaps = D3DCURSORCAPS_COLOR /* | D3DCURSORCAPS_LOWRES*/; in NineAdapter9_GetDeviceCaps()
/external/swiftshader/src/D3D8/
DDirect3D8.cpp779 …caps.CursorCaps = D3DCURSORCAPS_COLOR | // A full-color cursor is supported in hardware. Specifica… in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1253 …caps.CursorCaps = D3DCURSORCAPS_COLOR | // A full-color cursor is supported in hardware. Specifica… in GetDeviceCaps()