Searched refs:grOptions (Results 1 – 2 of 2) sorted by relevance
309 GrContextOptions grOptions = fGlobalOptions; in getContextInfoInternal() local311 grOptions.fAvoidStencilBuffers = true; in getContextInfoInternal()314 grOptions.fReducedShaderVariations = true; in getContextInfoInternal()319 grCtx = testCtx->makeContext(grOptions); in getContextInfoInternal()340 context.fOptions = grOptions; in getContextInfoInternal()
1547 GrContextOptions grOptions = baseOptions; in onDraw() local1550 SkDEBUGCODE(auto cache = grOptions.fPersistentCache); in onDraw()1551 SkDEBUGCODE(auto exec = grOptions.fExecutor); in onDraw()1552 src.modifyGrContextOptions(&grOptions); in onDraw()1553 SkASSERT(cache == grOptions.fPersistentCache); in onDraw()1554 SkASSERT(exec == grOptions.fExecutor); in onDraw()1556 GrContextFactory factory(grOptions); in onDraw()1594 if (grOptions.fPersistentCache) { in onDraw()