Home
last modified time | relevance | path

Searched refs:preferredStencilFormat (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.h61 DXGI_FORMAT preferredStencilFormat() const { in preferredStencilFormat() function in GrD3DCaps
H A DGrD3DGpu.h83 return GrBackendFormat::MakeDxgi(this->d3dCaps().preferredStencilFormat());
H A DGrD3DGpu.cpp1275 DXGI_FORMAT sFmt = this->d3dCaps().preferredStencilFormat(); in makeStencilAttachment()
/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.h57 MTLPixelFormat preferredStencilFormat() const { in preferredStencilFormat() function in GrMtlCaps
H A DGrMtlGpu.h273 return GrBackendFormat::MakeMtl(this->mtlCaps().preferredStencilFormat());
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.h99 VkFormat preferredStencilFormat() const { return fPreferredStencilFormat; } in preferredStencilFormat() function in GrVkCaps
H A DGrVkRenderTarget.cpp430 VkFormat stencilFormat = vkCaps.preferredStencilFormat(); in ReconstructAttachmentsDescriptor()
H A DGrVkGpu.h119 return GrBackendFormat::MakeVk(this->vkCaps().preferredStencilFormat());
H A DGrVkGpu.cpp1637 VkFormat sFmt = this->vkCaps().preferredStencilFormat(); in makeStencilAttachment()

Completed in 20 milliseconds