Home
last modified time | relevance | path

Searched refs:fBaseContextOptions (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/dm/
DDMSrcSink.h406 const GrContextOptions& baseContextOptions() const { return fBaseContextOptions; } in baseContextOptions()
425 GrContextOptions fBaseContextOptions; variable
DDMSrcSink.cpp1492 , fBaseContextOptions(grCtxOptions) { in GPUSink()
1494 fBaseContextOptions.fPersistentCache = &fMemoryCache; in GPUSink()
1499 return this->onDraw(src, dst, dstStream, log, fBaseContextOptions); in draw()