Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c187 if (rs[D3DRS_COLORWRITEENABLE1] != rs[D3DRS_COLORWRITEENABLE] || in nine_convert_blend_state()
194 blend.rt[1].colormask = rs[D3DRS_COLORWRITEENABLE1]; in nine_convert_blend_state()
Dnine_state.c2935 [D3DRS_COLORWRITEENABLE1] = 0x0000000F,
3729 [D3DRS_COLORWRITEENABLE1] = NINE_STATE_BLEND,
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1050 captureRenderState(D3DRS_COLORWRITEENABLE1); in capturePixelRenderStates()
DDirect3DDevice9.cpp2484 SetRenderState(D3DRS_COLORWRITEENABLE1, 0x0000000F); in Reset()
3885 case D3DRS_COLORWRITEENABLE1: in SetRenderState()
/external/mesa3d/include/D3D9/
Dd3d9types.h834 D3DRS_COLORWRITEENABLE1 = 190, enumerator