Home
last modified time | relevance | path

Searched refs:stencil_format_supported (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkCaps.cpp599 bool stencil_format_supported(const GrVkInterface* interface, in stencil_format_supported() function
619 if (stencil_format_supported(interface, physDev, VK_FORMAT_S8_UINT)) { in initStencilFormat()
621 } else if (stencil_format_supported(interface, physDev, VK_FORMAT_D24_UNORM_S8_UINT)) { in initStencilFormat()
624 SkASSERT(stencil_format_supported(interface, physDev, VK_FORMAT_D32_SFLOAT_S8_UINT)); in initStencilFormat()
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp262 bool stencil_format_supported(ID3D12Device* device, DXGI_FORMAT format) { in stencil_format_supported() function
272 if (stencil_format_supported(device, DXGI_FORMAT_D24_UNORM_S8_UINT)) { in initStencilFormat()
275 SkASSERT(stencil_format_supported(device, DXGI_FORMAT_D32_FLOAT_S8X24_UINT)); in initStencilFormat()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp731 bool stencil_format_supported(const GrVkInterface* interface, in stencil_format_supported() function
741 if (stencil_format_supported(interface, physDev, VK_FORMAT_S8_UINT)) { in initStencilFormat()
743 } else if (stencil_format_supported(interface, physDev, VK_FORMAT_D24_UNORM_S8_UINT)) { in initStencilFormat()
746 SkASSERT(stencil_format_supported(interface, physDev, VK_FORMAT_D32_SFLOAT_S8_UINT)); in initStencilFormat()