Searched refs:D3DPBLENDCAPS_ZERO (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/include/Direct3D/ |
D | d3d8caps.h | 231 #define D3DPBLENDCAPS_ZERO 0x00000001L macro
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 120 #define D3DPBLENDCAPS_ZERO 0x00000001 macro
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 854 D3DPBLENDCAPS_ZERO; // Blend factor is (0, 0, 0, 0). in GetDeviceCaps() 868 D3DPBLENDCAPS_ZERO; // Blend factor is (0, 0, 0, 0). in GetDeviceCaps()
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 1335 D3DPBLENDCAPS_ZERO; // Blend factor is (0, 0, 0, 0). in GetDeviceCaps() 1350 D3DPBLENDCAPS_ZERO; // Blend factor is (0, 0, 0, 0). in GetDeviceCaps()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.c | 639 pCaps->SrcBlendCaps = D3DPBLENDCAPS_ZERO | in NineAdapter9_GetDeviceCaps()
|