Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp299 device->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in swapRect()
DBlit9.cpp662 device->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in setCommonBlitState()
DStateManager9.cpp544 mRenderer9->getDevice()->SetRenderState(D3DRS_SCISSORTESTENABLE, scissorEnabled ? TRUE : FALSE); in setScissorEnabled()
DRenderer9.cpp3187 mDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in clearRenderTarget()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c95 rast.scissor = !!rs[D3DRS_SCISSORTESTENABLE]; in nine_convert_rasterizer_state()
Dnine_state.c2202 if (context->rs[D3DRS_SCISSORTESTENABLE]) { in CSMT_ITEM_NO_WAIT()
2696 [D3DRS_SCISSORTESTENABLE] = FALSE,
3455 [D3DRS_SCISSORTESTENABLE] = NINE_STATE_RASTERIZER,
/external/mesa3d/include/D3D9/
Dd3d9types.h819 D3DRS_SCISSORTESTENABLE = 174, enumerator