Searched refs:stencil_format_supported (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 599 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/ |
D | GrD3DCaps.cpp | 262 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/ |
D | GrVkCaps.cpp | 731 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()
|