Home
last modified time | relevance | path

Searched refs:MakeGraphite (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/experimental/graphite/include/
DSkStuff.h21 sk_sp<SkSurface> MakeGraphite(sk_sp<skgpu::Recorder>, const SkImageInfo&);
/third_party/skia/experimental/graphite/src/
DSkStuff.cpp14 sk_sp<SkSurface> MakeGraphite(sk_sp<skgpu::Recorder> recorder, const SkImageInfo& ii) { in MakeGraphite() function
DSurface_Graphite.cpp27 return MakeGraphite(fDevice->refRecorder(), ii); in onNewSurface()
DDevice.cpp87 return MakeGraphite(fRecorder, ii); in makeSurface()
/third_party/skia/dm/
DDMSrcSink.cpp2173 sk_sp<SkSurface> surface = MakeGraphite(recorder, ii); in draw()