Lines Matching defs:format
37 bool isFormatAsColorTypeRenderable(GrColorType ct, const GrBackendFormat& format,
39 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
59 * Returns both a supported and most preferred stencil format to use in draws.
64 static int GetStencilFormatTotalBitCount(DXGI_FORMAT format) {
65 switch (format) {
147 // ColorTypeInfo for a specific format
152 // Does Ganesh itself support rendering to this colorType & format pair. Renderability
153 // still additionally depends on if the format itself is renderable.
156 // the given format and colorType. We do not allow creation with this pair.
191 // This GrColorType represents how the actually GPU format lays out its memory. This is used