Lines Matching refs:str
403 SkString str;
406 str.append("invalid");
407 return str;
410 str.appendf("%s-", GrBackendApiToStr(fBackend));
415 str.append(GrGLFormatToStr(fGLFormat));
420 str.append(GrVkFormatToStr(fVk.fFormat));
425 str.append(GrMtlFormatToStr(fMtlFormat));
430 str.append(GrDxgiFormatToStr(fDxgiFormat));
435 str.append(GrDawnFormatToStr(fDawnFormat));
439 str.append(GrColorTypeToStr(fMock.fColorType));
440 str.appendf("-");
441 str.append(GrCompressionTypeToStr(fMock.fCompressionType));
445 return str;