Home
last modified time | relevance | path

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

/external/swiftshader/include/Direct3D/
Dd3d8caps.h240 #define D3DPBLENDCAPS_INVDESTCOLOR 0x00000200L macro
/external/mesa3d/include/D3D9/
Dd3d9caps.h129 #define D3DPBLENDCAPS_INVDESTCOLOR 0x00000200 macro
/external/swiftshader/src/D3D8/
DDirect3D8.cpp847 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/
DDirect3D9.cpp1328 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/
Dadapter9.c648 D3DPBLENDCAPS_INVDESTCOLOR | in NineAdapter9_GetDeviceCaps()