Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp176 g_pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, false); in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp144 g_pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx9.cpp132 g_pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, true); in ImGui_ImplDX9_RenderDrawData()
/third_party/skia/third_party/externals/angle2/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.cpp3192 mDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in clearRenderTarget()
/third_party/flutter/skia/third_party/externals/angle2/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.cpp3138 mDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in clearRenderTarget()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c1273 IDirect3DDevice9_SetRenderState(data->device, D3DRS_SCISSORTESTENABLE, TRUE); in D3D_UpdateClipRect()
1285 IDirect3DDevice9_SetRenderState(data->device, D3DRS_SCISSORTESTENABLE, FALSE); in D3D_UpdateClipRect()
1313 IDirect3DDevice9_SetRenderState(data->device, D3DRS_SCISSORTESTENABLE, FALSE); in D3D_RenderClear()
1346 IDirect3DDevice9_SetRenderState(data->device, D3DRS_SCISSORTESTENABLE, TRUE); in D3D_RenderClear()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c95 rast.scissor = !!rs[D3DRS_SCISSORTESTENABLE]; in nine_convert_rasterizer_state()
Dnine_state.c2252 if (context->rs[D3DRS_SCISSORTESTENABLE]) { in CSMT_ITEM_NO_WAIT()
2751 [D3DRS_SCISSORTESTENABLE] = FALSE,
3518 [D3DRS_SCISSORTESTENABLE] = NINE_STATE_RASTERIZER,
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp103 bd->pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, TRUE); in ImGui_ImplDX9_SetupRenderState()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h819 D3DRS_SCISSORTESTENABLE = 174, enumerator