Lines Matching defs:format
101 GrBackendFormat::GrBackendFormat(GrGLenum format, GrGLenum target)
104 , fGLFormat(format)
135 bool GrBackendFormat::asVkFormat(VkFormat* format) const {
136 SkASSERT(format);
138 *format = fVk.fFormat;
153 GrBackendFormat::GrBackendFormat(wgpu::TextureFormat format)
156 , fDawnFormat(format)
160 bool GrBackendFormat::asDawnFormat(wgpu::TextureFormat* format) const {
161 SkASSERT(format);
163 *format = fDawnFormat;
329 // If we have a ycbcr we remove it from the backend format and set the VkFormat to
1024 fIsValid = SkToBool(glInfo.fFormat); // the glInfo must have a valid format