Searched refs:D3DPBLENDCAPS_INVDESTALPHA (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/include/Direct3D/ |
D | d3d8caps.h | 238 #define D3DPBLENDCAPS_INVDESTALPHA 0x00000080L macro
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 127 #define D3DPBLENDCAPS_INVDESTALPHA 0x00000080 macro
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 846 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/ |
D | Direct3D9.cpp | 1327 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/ |
D | adapter9.c | 646 D3DPBLENDCAPS_INVDESTALPHA | in NineAdapter9_GetDeviceCaps()
|