/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.h | 51 void APIENTRY ClearRenderTargetView(D3D10DDI_HDEVICE hDevice,
|
D | Device.cpp | 207 pDeviceFuncs->pfnClearRenderTargetView = ClearRenderTargetView; in CreateDevice()
|
D | OutputMerger.cpp | 174 ClearRenderTargetView(D3D10DDI_HDEVICE hDevice, // IN in ClearRenderTargetView() function
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
D | main.cpp | 212 g_pd3dDeviceContext->ClearRenderTargetView(g_mainRenderTargetView, (float*)&clear_color); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/ |
D | main.cpp | 160 g_pd3dDeviceContext->ClearRenderTargetView(g_mainRenderTargetView, clear_color_with_alpha); in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
D | main.cpp | 208 g_pd3dDevice->ClearRenderTargetView(g_mainRenderTargetView, (float*)&clear_color); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
D | main.cpp | 146 g_pd3dDevice->ClearRenderTargetView(g_mainRenderTargetView, clear_color_with_alpha); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
D | main.cpp | 146 g_pd3dDeviceContext->ClearRenderTargetView(g_mainRenderTargetView, clear_color_with_alpha); in main()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | ResourceManager11.cpp | 327 deviceContext->ClearRenderTargetView(rtv.get(), kDebugColorInitClearValue); in ClearResource() 347 deviceContext->ClearRenderTargetView(rtv.get(), kDebugColorInitClearValue); in ClearResource()
|
D | Clear11.cpp | 561 deviceContext->ClearRenderTargetView(framebufferRTV.get(), clearValues); in clearFramebuffer() 564 deviceContext->ClearRenderTargetView(framebufferRTV.get(), clearValues); in clearFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | ResourceManager11.cpp | 327 deviceContext->ClearRenderTargetView(rtv.get(), kDebugColorInitClearValue); in ClearResource() 347 deviceContext->ClearRenderTargetView(rtv.get(), kDebugColorInitClearValue); in ClearResource()
|
D | Clear11.cpp | 555 deviceContext->ClearRenderTargetView(framebufferRTV.get(), clearValues); in clearFramebuffer() 558 deviceContext->ClearRenderTargetView(framebufferRTV.get(), clearValues); in clearFramebuffer()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.cpp | 289 device->GetPendingCommandList()->ClearRenderTargetView(rtvHandle, clearColor, 0, in Texture() 512 commandList->ClearRenderTargetView(rtvHandle, clearColor, 0, nullptr); in ClearTexture()
|
D | CommandBufferD3D12.cpp | 771 commandList->ClearRenderTargetView(handle, &attachmentInfo.clearColor.r, 0, in RecordRenderPass()
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
D | tri.cpp | 178 pDeviceContext->ClearRenderTargetView(pRenderTargetView.Get(), clearColor); in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
D | main.cpp | 399 …g_pd3dCommandList->ClearRenderTargetView(g_mainRenderTargetDescriptor[backBufferIdx], (float*)&cle… in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
D | main.cpp | 199 …g_pd3dCommandList->ClearRenderTargetView(g_mainRenderTargetDescriptor[backBufferIdx], clear_color_… in main()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11convert.cpp | 1523 context_handle->ClearRenderTargetView (rtv, target); in clear_rtv_color_rgb() 1541 context_handle->ClearRenderTargetView (rtv, target); in clear_rtv_color_vuya() 1561 context_handle->ClearRenderTargetView (rtv, target); in clear_rtv_color_luma() 1570 context_handle->ClearRenderTargetView (rtv, clear_color); in clear_rtv_color_chroma()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCommandList.cpp | 469 fCommandList->ClearRenderTargetView(renderTarget->colorRenderTargetView(), color.data(), in clearRenderTargetView()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | D3D12ResourceWrappingTests.cpp | 375 mD3d11DeviceContext->ClearRenderTargetView(d3d11RTV.Get(), colorRGBA); in WrapAndClearD3D11Texture()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.cc | 98 d3d11_ctx->ClearRenderTargetView(rtv_.get(), color); in clear()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1662 SVGA3D_DUMP_HEADER(ClearRenderTargetView) in SVGA3D_DUMP_HEADER() argument 2117 SVGA3D_DUMP_CASE_BASIC(ClearRenderTargetView, CLEAR_RENDERTARGET_VIEW); in svga_dump_command()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.cpp | 1081 commandList->ClearRenderTargetView(rtvHandle, clearColorRGBA, 0, nullptr); in ClearTexture()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 1252 g_CommandList->ClearRenderTargetView(rtvHandle, clearColor, 0, nullptr); in Render()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_clear_texture.txt | 385 D3D11's ClearRenderTargetView also does not apply scissor or viewport.
|