Home
last modified time | relevance | path

Searched refs:GrBackendApiToStr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/fuzz/
H A DFuzzCreateDDL.cpp131 GrBackendApiToStr(dContext->backend())); in make_characterization()
139 GrBackendApiToStr(dContext->backend())); in make_characterization()
160 GrBackendApiToStr(dContext->backend())); in make_characterization()
171 SkDebugf("Could not create canvas for backend %s", GrBackendApiToStr(dContext->backend())); in make_ddl()
234 SkDebugf("Could not create ddl %s", GrBackendApiToStr(dContext->backend())); in DEF_FUZZ()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrUtil.h66 static constexpr const char* GrBackendApiToStr(GrBackendApi api) { in GrBackendApiToStr() function
H A DGrBackendSurface.cpp235 str.appendf("%s-", GrBackendApiToStr(fBackend)); in toStr()
H A DGrDirectContext.cpp1144 writer.appendCString("backend", GrBackendApiToStr(this->backend())); in dump()