Searched refs:fBaseContextOptions (Results 1 – 2 of 2) sorted by relevance
406 const GrContextOptions& baseContextOptions() const { return fBaseContextOptions; } in baseContextOptions()425 GrContextOptions fBaseContextOptions; variable
1492 , fBaseContextOptions(grCtxOptions) { in GPUSink()1494 fBaseContextOptions.fPersistentCache = &fMemoryCache; in GPUSink()1499 return this->onDraw(src, dst, dstStream, log, fBaseContextOptions); in draw()