Lines Matching defs:format
45 const GrBackendFormat& format,
47 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
54 int maxRenderTargetSampleCount(VkFormat format) const;
62 bool isVkFormatTexturableLinearly(VkFormat format) const {
63 return SkToBool(FormatInfo::kTexturable_Flag & this->getFormatInfo(format).fLinearFlags);
66 bool formatCanBeDstofBlit(VkFormat format, bool linearTiled) const {
67 const FormatInfo& info = this->getFormatInfo(format);
72 bool formatCanBeSrcofBlit(VkFormat format, bool linearTiled) const {
73 const FormatInfo& info = this->getFormatInfo(format);
97 * Returns both a supported and most preferred stencil format to use in draws.
102 static int GetStencilFormatTotalBitCount(VkFormat format) {
103 switch (format) {
152 // TODO: We should update this to return a count for a specific format or external format. We
157 // count could be for any format.
324 // ColorTypeInfo for a specific format
330 // Does Ganesh itself support rendering to this colorType & format pair. Renderability
331 // still additionally depends on if the format itself is renderable.
334 // the given format and colorType. We do not allow creation with this pair.