Searched refs:D3DRS_SCISSORTESTENABLE (Results 1 – 16 of 16) sorted by relevance
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 176 g_pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, false); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 144 g_pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 132 g_pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, true); in ImGui_ImplDX9_RenderDrawData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.cpp | 299 device->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in swapRect()
|
D | Blit9.cpp | 662 device->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in setCommonBlitState()
|
D | StateManager9.cpp | 544 mRenderer9->getDevice()->SetRenderState(D3DRS_SCISSORTESTENABLE, scissorEnabled ? TRUE : FALSE); in setScissorEnabled()
|
D | Renderer9.cpp | 3192 mDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in clearRenderTarget()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.cpp | 299 device->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in swapRect()
|
D | Blit9.cpp | 662 device->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in setCommonBlitState()
|
D | StateManager9.cpp | 544 mRenderer9->getDevice()->SetRenderState(D3DRS_SCISSORTESTENABLE, scissorEnabled ? TRUE : FALSE); in setScissorEnabled()
|
D | Renderer9.cpp | 3138 mDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); in clearRenderTarget()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/ |
D | SDL_render_d3d.c | 1273 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/ |
D | nine_pipe.c | 95 rast.scissor = !!rs[D3DRS_SCISSORTESTENABLE]; in nine_convert_rasterizer_state()
|
D | nine_state.c | 2252 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/ |
D | imgui_impl_dx9.cpp | 103 bd->pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, TRUE); in ImGui_ImplDX9_SetupRenderState()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 819 D3DRS_SCISSORTESTENABLE = 174, enumerator
|