Home
last modified time | relevance | path

Searched refs:D3DTA_TFACTOR (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp3255 case D3DTA_TFACTOR: in SetTextureStageState()
3298 case D3DTA_TFACTOR: in SetTextureStageState()
3426 case D3DTA_TFACTOR: in SetTextureStageState()
3469 case D3DTA_TFACTOR: in SetTextureStageState()
3739 case D3DTA_TFACTOR: in SetTextureStageState()
3776 case D3DTA_TFACTOR: in SetTextureStageState()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1988 mDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TFACTOR); in clear()
1990 mDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TFACTOR); in clear()
2054 mDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TFACTOR); in clear()
2056 mDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TFACTOR); in clear()
/external/swiftshader/include/Direct3D/
Dd3d8types.h550 #define D3DTA_TFACTOR 0x00000003 // select D3DRS_TEXTUREFACTOR (read only) macro
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp4624 case D3DTA_TFACTOR: in SetTextureStageState()
4670 case D3DTA_TFACTOR: in SetTextureStageState()
4801 case D3DTA_TFACTOR: in SetTextureStageState()
4847 case D3DTA_TFACTOR: in SetTextureStageState()
4967 case D3DTA_TFACTOR: in SetTextureStageState()
5004 case D3DTA_TFACTOR: in SetTextureStageState()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c247 case D3DTA_TFACTOR: return "TFACTOR"; in nine_D3DTA_to_str()
Dnine_ff.c1128 case D3DTA_TFACTOR: in ps_get_ts_arg()
/external/mesa3d/include/D3D9/
Dd3d9types.h327 #define D3DTA_TFACTOR 0x00000003 macro