Home
last modified time | relevance | path

Searched refs:D3DRS_COLORWRITEENABLE (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c185 blend.rt[0].colormask = rs[D3DRS_COLORWRITEENABLE]; in nine_convert_blend_state()
187 if (rs[D3DRS_COLORWRITEENABLE1] != rs[D3DRS_COLORWRITEENABLE] || in nine_convert_blend_state()
188 rs[D3DRS_COLORWRITEENABLE2] != rs[D3DRS_COLORWRITEENABLE] || in nine_convert_blend_state()
189 rs[D3DRS_COLORWRITEENABLE3] != rs[D3DRS_COLORWRITEENABLE]) { in nine_convert_blend_state()
Dnine_state.c2835 [D3DRS_COLORWRITEENABLE] = 0x0000000f,
3585 [D3DRS_COLORWRITEENABLE] = NINE_STATE_BLEND,
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp526 captureRenderState(D3DRS_COLORWRITEENABLE); in capturePixelRenderStates()
DDirect3DDevice8.cpp2006 SetRenderState(D3DRS_COLORWRITEENABLE, 0x0000000F); in Reset()
2961 case D3DRS_COLORWRITEENABLE: in SetRenderState()
/external/swiftshader/include/Direct3D/
Dd3d8types.h397 D3DRS_COLORWRITEENABLE = 168, // per-channel write enable enumerator
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1040 captureRenderState(D3DRS_COLORWRITEENABLE); in capturePixelRenderStates()
DDirect3DDevice9.cpp2465 SetRenderState(D3DRS_COLORWRITEENABLE, 0x0000000F); in Reset()
3684 case D3DRS_COLORWRITEENABLE: in SetRenderState()
/external/mesa3d/include/D3D9/
Dd3d9types.h814 D3DRS_COLORWRITEENABLE = 168, enumerator