Home
last modified time | relevance | path

Searched refs:D3DPBLENDCAPS_BLENDFACTOR (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/D3D9/
Dd3d9caps.h133 #define D3DPBLENDCAPS_BLENDFACTOR 0x00002000 macro
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1322 …caps.SrcBlendCaps = D3DPBLENDCAPS_BLENDFACTOR | // The driver supports both D3DBLEND_BLENDFACTOR… in GetDeviceCaps()
1337 …caps.DestBlendCaps = D3DPBLENDCAPS_BLENDFACTOR | // The driver supports both D3DBLEND_BLENDFACTO… in GetDeviceCaps()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c652 D3DPBLENDCAPS_BLENDFACTOR | in NineAdapter9_GetDeviceCaps()