Home
last modified time | relevance | path

Searched refs:fPreferredStencilFormat (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/mtl/
DGrMtlCaps.h46 return fPreferredStencilFormat; in preferredStencilFormat()
125 StencilFormat fPreferredStencilFormat; variable
DGrMtlCaps.mm423 fPreferredStencilFormat = StencilFormat{ MTLPixelFormatStencil8, 8, 8, true };
/external/skia/src/gpu/d3d/
DGrD3DCaps.h61 return fPreferredStencilFormat; in preferredStencilFormat()
207 DXGI_FORMAT fPreferredStencilFormat; variable
DGrD3DCaps.cpp273 fPreferredStencilFormat = DXGI_FORMAT_D24_UNORM_S8_UINT; in initStencilFormat()
276 fPreferredStencilFormat = DXGI_FORMAT_D32_FLOAT_S8X24_UINT; in initStencilFormat()
/external/skia/src/gpu/mtl/
DGrMtlCaps.h58 return fPreferredStencilFormat; in preferredStencilFormat()
195 MTLPixelFormat fPreferredStencilFormat; variable
DGrMtlCaps.mm918 fPreferredStencilFormat = MTLPixelFormatStencil8;
1187 writer->appendS32("stencil bits", GrMtlFormatStencilBits(fPreferredStencilFormat));
1188 writer->appendS32("total bytes", GrMtlFormatBytesPerBlock(fPreferredStencilFormat));
/external/skqp/src/gpu/vk/
DGrVkCaps.h98 return fPreferredStencilFormat; in preferredStencilFormat()
213 StencilFormat fPreferredStencilFormat; variable
DGrVkCaps.cpp620 fPreferredStencilFormat = gS8; in initStencilFormat()
622 fPreferredStencilFormat = gD24S8; in initStencilFormat()
625 fPreferredStencilFormat = gD32S8; in initStencilFormat()
/external/skia/src/gpu/vk/
DGrVkCaps.h99 VkFormat preferredStencilFormat() const { return fPreferredStencilFormat; } in preferredStencilFormat()
369 VkFormat fPreferredStencilFormat; variable
DGrVkCaps.cpp742 fPreferredStencilFormat = VK_FORMAT_S8_UINT; in initStencilFormat()
744 fPreferredStencilFormat = VK_FORMAT_D24_UNORM_S8_UINT; in initStencilFormat()
747 fPreferredStencilFormat = VK_FORMAT_D32_SFLOAT_S8_UINT; in initStencilFormat()