Searched refs:D3DPBLENDCAPS_INVDESTCOLOR (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/include/Direct3D/ |
D | d3d8caps.h | 240 #define D3DPBLENDCAPS_INVDESTCOLOR 0x00000200L macro
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 129 #define D3DPBLENDCAPS_INVDESTCOLOR 0x00000200 macro
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 847 D3DPBLENDCAPS_INVDESTCOLOR | // Blend factor is (1-Rd, 1-Gd, 1-Bd, 1-Ad). in GetDeviceCaps() 861 D3DPBLENDCAPS_INVDESTCOLOR | // Blend factor is (1-Rd, 1-Gd, 1-Bd, 1-Ad). in GetDeviceCaps()
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 1328 D3DPBLENDCAPS_INVDESTCOLOR | // Blend factor is (1-Rd, 1-Gd, 1-Bd, 1-Ad). in GetDeviceCaps() 1343 D3DPBLENDCAPS_INVDESTCOLOR | // Blend factor is (1-Rd, 1-Gd, 1-Bd, 1-Ad). in GetDeviceCaps()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.c | 648 D3DPBLENDCAPS_INVDESTCOLOR | in NineAdapter9_GetDeviceCaps()
|