Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
DGrContextFactory.cpp309 GrContextOptions grOptions = fGlobalOptions; in getContextInfoInternal() local
311 grOptions.fAvoidStencilBuffers = true; in getContextInfoInternal()
314 grOptions.fReducedShaderVariations = true; in getContextInfoInternal()
319 grCtx = testCtx->makeContext(grOptions); in getContextInfoInternal()
340 context.fOptions = grOptions; in getContextInfoInternal()
/third_party/skia/dm/
DDMSrcSink.cpp1547 GrContextOptions grOptions = baseOptions; in onDraw() local
1550 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()