Home
last modified time | relevance | path

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

/external/swiftshader/include/Direct3D/
Dd3d8caps.h242 #define D3DPBLENDCAPS_BOTHSRCALPHA 0x00000800L macro
/external/mesa3d/include/D3D9/
Dd3d9caps.h131 #define D3DPBLENDCAPS_BOTHSRCALPHA 0x00000800 macro
/external/swiftshader/src/D3D8/
DDirect3D8.cpp843D3DPBLENDCAPS_BOTHSRCALPHA | // The driver supports the D3DBLEND_BOTHSRCALPHA blend mode. (This bl… in GetDeviceCaps()
857D3DPBLENDCAPS_BOTHSRCALPHA | // The driver supports the D3DBLEND_BOTHSRCALPHA blend mode. (This bl… in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1324D3DPBLENDCAPS_BOTHSRCALPHA | // The driver supports the D3DBLEND_BOTHSRCALPHA blend mode. (This bl… in GetDeviceCaps()
1339D3DPBLENDCAPS_BOTHSRCALPHA | // The driver supports the D3DBLEND_BOTHSRCALPHA blend mode. (This bl… in GetDeviceCaps()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c650 D3DPBLENDCAPS_BOTHSRCALPHA | in NineAdapter9_GetDeviceCaps()