Searched refs:colorRenderTargetView (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.h | 49 D3D12_CPU_DESCRIPTOR_HANDLE colorRenderTargetView() const { in colorRenderTargetView() function 65 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, 97 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView,
|
D | GrD3DRenderTarget.cpp | 26 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()
|
D | GrD3DTextureRenderTarget.cpp | 22 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, in GrD3DTextureRenderTarget() argument 34 colorRenderTargetView, in GrD3DTextureRenderTarget() 64 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, in GrD3DTextureRenderTarget() argument 77 colorRenderTargetView, in GrD3DTextureRenderTarget()
|
D | GrD3DTextureRenderTarget.h | 64 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, 86 const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView,
|
D | GrD3DCommandList.cpp | 485 fCommandList->ClearRenderTargetView(renderTarget->colorRenderTargetView(), color.data(), in clearRenderTargetView() 506 D3D12_CPU_DESCRIPTOR_HANDLE rtvDescriptor = renderTarget->colorRenderTargetView(); in setRenderTarget()
|