Home
last modified time | relevance | path

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

/external/swiftshader/include/Direct3D/
Dd3d8caps.h238 #define D3DPBLENDCAPS_INVDESTALPHA 0x00000080L macro
/external/mesa3d/include/D3D9/
Dd3d9caps.h127 #define D3DPBLENDCAPS_INVDESTALPHA 0x00000080 macro
/external/swiftshader/src/D3D8/
DDirect3D8.cpp846 D3DPBLENDCAPS_INVDESTALPHA | // Blend factor is (1-Ad, 1-Ad, 1-Ad, 1-Ad). in GetDeviceCaps()
860 D3DPBLENDCAPS_INVDESTALPHA | // Blend factor is (1-Ad, 1-Ad, 1-Ad, 1-Ad). in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1327 D3DPBLENDCAPS_INVDESTALPHA | // Blend factor is (1-Ad, 1-Ad, 1-Ad, 1-Ad). in GetDeviceCaps()
1342 D3DPBLENDCAPS_INVDESTALPHA | // Blend factor is (1-Ad, 1-Ad, 1-Ad, 1-Ad). in GetDeviceCaps()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c646 D3DPBLENDCAPS_INVDESTALPHA | in NineAdapter9_GetDeviceCaps()