Home
last modified time | relevance | path

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

/external/swiftshader/include/Direct3D/
Dd3d8caps.h239 #define D3DPBLENDCAPS_DESTCOLOR 0x00000100L macro
/external/mesa3d/include/D3D9/
Dd3d9caps.h128 #define D3DPBLENDCAPS_DESTCOLOR 0x00000100 macro
/external/swiftshader/src/D3D8/
DDirect3D8.cpp845 D3DPBLENDCAPS_DESTCOLOR | // Blend factor is (Rd, Gd, Bd, Ad). in GetDeviceCaps()
859 D3DPBLENDCAPS_DESTCOLOR | // Blend factor is (Rd, Gd, Bd, Ad). in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1326 D3DPBLENDCAPS_DESTCOLOR | // Blend factor is (Rd, Gd, Bd, Ad). in GetDeviceCaps()
1341 D3DPBLENDCAPS_DESTCOLOR | // Blend factor is (Rd, Gd, Bd, Ad). in GetDeviceCaps()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c647 D3DPBLENDCAPS_DESTCOLOR | in NineAdapter9_GetDeviceCaps()