Searched refs:fPreferredStencilFormat (Results 1 – 10 of 10) sorted by relevance
46 return fPreferredStencilFormat; in preferredStencilFormat()125 StencilFormat fPreferredStencilFormat; variable
423 fPreferredStencilFormat = StencilFormat{ MTLPixelFormatStencil8, 8, 8, true };
61 return fPreferredStencilFormat; in preferredStencilFormat()207 DXGI_FORMAT fPreferredStencilFormat; variable
273 fPreferredStencilFormat = DXGI_FORMAT_D24_UNORM_S8_UINT; in initStencilFormat()276 fPreferredStencilFormat = DXGI_FORMAT_D32_FLOAT_S8X24_UINT; in initStencilFormat()
58 return fPreferredStencilFormat; in preferredStencilFormat()195 MTLPixelFormat fPreferredStencilFormat; variable
918 fPreferredStencilFormat = MTLPixelFormatStencil8;1187 writer->appendS32("stencil bits", GrMtlFormatStencilBits(fPreferredStencilFormat));1188 writer->appendS32("total bytes", GrMtlFormatBytesPerBlock(fPreferredStencilFormat));
98 return fPreferredStencilFormat; in preferredStencilFormat()213 StencilFormat fPreferredStencilFormat; variable
620 fPreferredStencilFormat = gS8; in initStencilFormat()622 fPreferredStencilFormat = gD24S8; in initStencilFormat()625 fPreferredStencilFormat = gD32S8; in initStencilFormat()
99 VkFormat preferredStencilFormat() const { return fPreferredStencilFormat; } in preferredStencilFormat()369 VkFormat fPreferredStencilFormat; variable
742 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()