Home
last modified time | relevance | path

Searched refs:D3DPBLENDCAPS_INVSRCCOLOR (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/include/Direct3D/
Dd3d8caps.h234 #define D3DPBLENDCAPS_INVSRCCOLOR 0x00000008L macro
/external/mesa3d/include/D3D9/
Dd3d9caps.h123 #define D3DPBLENDCAPS_INVSRCCOLOR 0x00000008 macro
/external/swiftshader/src/D3D8/
DDirect3D8.cpp849 D3DPBLENDCAPS_INVSRCCOLOR | // Blend factor is (1-Rs, 1-Gs, 1-Bs, 1-As). in GetDeviceCaps()
863 D3DPBLENDCAPS_INVSRCCOLOR | // Blend factor is (1-Rs, 1-Gs, 1-Bs, 1-As). in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1330 D3DPBLENDCAPS_INVSRCCOLOR | // Blend factor is (1-Rs, 1-Gs, 1-Bs, 1-As). in GetDeviceCaps()
1345 D3DPBLENDCAPS_INVSRCCOLOR | // Blend factor is (1-Rs, 1-Gs, 1-Bs, 1-As). in GetDeviceCaps()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c642 D3DPBLENDCAPS_INVSRCCOLOR | in NineAdapter9_GetDeviceCaps()