Searched refs:D3DPBLENDCAPS_INVSRCCOLOR (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/include/Direct3D/ |
D | d3d8caps.h | 234 #define D3DPBLENDCAPS_INVSRCCOLOR 0x00000008L macro
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 123 #define D3DPBLENDCAPS_INVSRCCOLOR 0x00000008 macro
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 849 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/ |
D | Direct3D9.cpp | 1330 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/ |
D | adapter9.c | 642 D3DPBLENDCAPS_INVSRCCOLOR | in NineAdapter9_GetDeviceCaps()
|