Searched refs:D3DSTENCILOP_KEEP (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 160 D3DSTENCILOP d3dStencilOp = D3DSTENCILOP_KEEP; in ConvertStencilOp() 168 d3dStencilOp = D3DSTENCILOP_KEEP; in ConvertStencilOp()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 2421 SetRenderState(D3DRS_STENCILFAIL, D3DSTENCILOP_KEEP); in Reset() 2422 SetRenderState(D3DRS_STENCILZFAIL, D3DSTENCILOP_KEEP); in Reset() 2423 SetRenderState(D3DRS_STENCILPASS, D3DSTENCILOP_KEEP); in Reset() 2479 SetRenderState(D3DRS_CCW_STENCILFAIL, D3DSTENCILOP_KEEP); in Reset() 2480 SetRenderState(D3DRS_CCW_STENCILZFAIL, D3DSTENCILOP_KEEP); in Reset() 2481 SetRenderState(D3DRS_CCW_STENCILPASS, D3DSTENCILOP_KEEP); in Reset() 3337 case D3DSTENCILOP_KEEP: in SetRenderState() 3368 case D3DSTENCILOP_KEEP: in SetRenderState() 3399 case D3DSTENCILOP_KEEP: in SetRenderState() 3763 case D3DSTENCILOP_KEEP: in SetRenderState() [all …]
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 1963 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/frontends/nine/ |
D | nine_state.c | 2647 [D3DRS_STENCILFAIL] = D3DSTENCILOP_KEEP, 2648 [D3DRS_STENCILZFAIL] = D3DSTENCILOP_KEEP, 2649 [D3DRS_STENCILPASS] = D3DSTENCILOP_KEEP, 2707 [D3DRS_CCW_STENCILFAIL] = D3DSTENCILOP_KEEP, 2708 [D3DRS_CCW_STENCILZFAIL] = D3DSTENCILOP_KEEP, 2709 [D3DRS_CCW_STENCILPASS] = D3DSTENCILOP_KEEP,
|
D | nine_pipe.h | 609 case D3DSTENCILOP_KEEP: return PIPE_STENCIL_OP_KEEP; in d3dstencilop_to_pipe_stencil_op()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 268 D3DSTENCILOP_KEEP = 1, enumerator
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 1114 D3DSTENCILOP_KEEP = 1, enumerator
|