Searched refs:fPreferredStencilFormat (Results 1 – 10 of 10) sorted by relevance
62 return fPreferredStencilFormat; in preferredStencilFormat()211 DXGI_FORMAT fPreferredStencilFormat; variable
278 fPreferredStencilFormat = DXGI_FORMAT_D24_UNORM_S8_UINT; in initStencilFormat()281 fPreferredStencilFormat = DXGI_FORMAT_D32_FLOAT_S8X24_UINT; in initStencilFormat()
61 return fPreferredStencilFormat; in preferredStencilFormat()178 StencilFormat fPreferredStencilFormat; variable
805 fPreferredStencilFormat = StencilFormat{ MTLPixelFormatStencil8, 8, 8, true };
58 return fPreferredStencilFormat; in preferredStencilFormat()201 MTLPixelFormat fPreferredStencilFormat; variable
960 fPreferredStencilFormat = MTLPixelFormatStencil8;1234 writer->appendS32("stencil bits", GrMtlFormatStencilBits(fPreferredStencilFormat));1235 writer->appendS32("total bytes", GrMtlFormatBytesPerBlock(fPreferredStencilFormat));
105 return fPreferredStencilFormat; in preferredStencilFormat()276 StencilFormat fPreferredStencilFormat; variable
611 fPreferredStencilFormat = gS8; in initStencilFormat()613 fPreferredStencilFormat = gD24S8; in initStencilFormat()616 fPreferredStencilFormat = gD32S8; in initStencilFormat()
99 VkFormat preferredStencilFormat() const { return fPreferredStencilFormat; } in preferredStencilFormat()380 VkFormat fPreferredStencilFormat; variable
740 fPreferredStencilFormat = VK_FORMAT_S8_UINT; in initStencilFormat()742 fPreferredStencilFormat = VK_FORMAT_D24_UNORM_S8_UINT; in initStencilFormat()745 fPreferredStencilFormat = VK_FORMAT_D32_SFLOAT_S8_UINT; in initStencilFormat()