Home
last modified time | relevance | path

Searched refs:D3DSTENCILOP_KEEP (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp2423 SetRenderState(D3DRS_STENCILFAIL, D3DSTENCILOP_KEEP); in Reset()
2424 SetRenderState(D3DRS_STENCILZFAIL, D3DSTENCILOP_KEEP); in Reset()
2425 SetRenderState(D3DRS_STENCILPASS, D3DSTENCILOP_KEEP); in Reset()
2481 SetRenderState(D3DRS_CCW_STENCILFAIL, D3DSTENCILOP_KEEP); in Reset()
2482 SetRenderState(D3DRS_CCW_STENCILZFAIL, D3DSTENCILOP_KEEP); in Reset()
2483 SetRenderState(D3DRS_CCW_STENCILPASS, D3DSTENCILOP_KEEP); in Reset()
3339 case D3DSTENCILOP_KEEP: in SetRenderState()
3370 case D3DSTENCILOP_KEEP: in SetRenderState()
3401 case D3DSTENCILOP_KEEP: in SetRenderState()
3765 case D3DSTENCILOP_KEEP: in SetRenderState()
[all …]
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp1963 SetRenderState(D3DRS_STENCILFAIL, D3DSTENCILOP_KEEP); in Reset()
1964 SetRenderState(D3DRS_STENCILZFAIL, D3DSTENCILOP_KEEP); in Reset()
1965 SetRenderState(D3DRS_STENCILPASS, D3DSTENCILOP_KEEP); in Reset()
2628 case D3DSTENCILOP_KEEP: in SetRenderState()
2659 case D3DSTENCILOP_KEEP: in SetRenderState()
2690 case D3DSTENCILOP_KEEP: in SetRenderState()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c2791 [D3DRS_STENCILFAIL] = D3DSTENCILOP_KEEP,
2792 [D3DRS_STENCILZFAIL] = D3DSTENCILOP_KEEP,
2793 [D3DRS_STENCILPASS] = D3DSTENCILOP_KEEP,
2851 [D3DRS_CCW_STENCILFAIL] = D3DSTENCILOP_KEEP,
2852 [D3DRS_CCW_STENCILZFAIL] = D3DSTENCILOP_KEEP,
2853 [D3DRS_CCW_STENCILPASS] = D3DSTENCILOP_KEEP,
Dnine_pipe.h605 case D3DSTENCILOP_KEEP: return PIPE_STENCIL_OP_KEEP; in d3dstencilop_to_pipe_stencil_op()
/external/swiftshader/include/Direct3D/
Dd3d8types.h268 D3DSTENCILOP_KEEP = 1, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h1114 D3DSTENCILOP_KEEP = 1, enumerator