Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c558 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, BLENDFACTOR); in nine_dump_D3DCAPS9()
559 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, BOTHINVSRCALPHA); in nine_dump_D3DCAPS9()
560 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, BOTHSRCALPHA); in nine_dump_D3DCAPS9()
561 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, DESTALPHA); in nine_dump_D3DCAPS9()
562 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, DESTCOLOR); in nine_dump_D3DCAPS9()
563 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, INVDESTALPHA); in nine_dump_D3DCAPS9()
564 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, INVDESTCOLOR); in nine_dump_D3DCAPS9()
565 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, INVSRCALPHA); in nine_dump_D3DCAPS9()
566 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, INVSRCCOLOR); in nine_dump_D3DCAPS9()
567 CAP_CASE(DestBlendCaps, D3DPBLENDCAPS, INVSRCCOLOR2); in nine_dump_D3DCAPS9()
[all …]
Dadapter9.c657 pCaps->DestBlendCaps = pCaps->SrcBlendCaps; in NineAdapter9_GetDeviceCaps()
/external/swiftshader/include/Direct3D/
Dd3d8caps.h46 DWORD DestBlendCaps; member
/external/mesa3d/include/D3D9/
Dd3d9caps.h314 DWORD DestBlendCaps; member
/external/swiftshader/src/D3D8/
DDirect3D8.cpp856 …caps.DestBlendCaps = D3DPBLENDCAPS_BOTHINVSRCALPHA | // Source blend factor is (1-As,1-As,1-As,1-… in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1337 …caps.DestBlendCaps = D3DPBLENDCAPS_BLENDFACTOR | // The driver supports both D3DBLEND_BLENDFACTO… in GetDeviceCaps()