Lines Matching defs:format
233 wgpu::TextureFormat format;
234 if (!backendFormat.asDawnFormat(&format)) {
241 return GrDawnTexture::Make(this, dimensions, format, renderable, renderTargetSampleCnt,
323 wgpu::TextureFormat format;
324 if (!backendFormat.asDawnFormat(&format)) {
344 desc.format = format;
351 info.fFormat = desc.format;
500 wgpu::TextureFormat format;
501 if (!GrColorTypeToDawnFormat(colorType, &format)) {
513 desc.format = format;
519 info.fFormat = desc.format;
697 texDesc.format = src->format();
737 colorTargetState.format = static_cast<GrDawnTexture*>(tex)->format();
764 dstViewDesc.format = static_cast<GrDawnTexture*>(tex)->format();