Home
last modified time | relevance | path

Searched refs:colorRenderTargetView (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DRenderTarget.h49 D3D12_CPU_DESCRIPTOR_HANDLE colorRenderTargetView() const { in colorRenderTargetView() function
65 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView,
97 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView,
DGrD3DRenderTarget.cpp26 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, in GrD3DRenderTarget() argument
34 , fColorRenderTargetView(colorRenderTargetView) in GrD3DRenderTarget()
49 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, in GrD3DRenderTarget() argument
56 , fColorRenderTargetView(colorRenderTargetView) in GrD3DRenderTarget()
DGrD3DTextureRenderTarget.cpp22 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, in GrD3DTextureRenderTarget() argument
34 colorRenderTargetView, in GrD3DTextureRenderTarget()
64 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, in GrD3DTextureRenderTarget() argument
77 colorRenderTargetView, in GrD3DTextureRenderTarget()
DGrD3DTextureRenderTarget.h64 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView,
86 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView,
DGrD3DCommandList.cpp485 fCommandList->ClearRenderTargetView(renderTarget->colorRenderTargetView(), color.data(), in clearRenderTargetView()
506 D3D12_CPU_DESCRIPTOR_HANDLE rtvDescriptor = renderTarget->colorRenderTargetView(); in setRenderTarget()