Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.cpp255 GrContextOptions grOptions = fGlobalOptions; in getContextInfoInternal() local
257 grOptions.fSuppressPathRendering = true; in getContextInfoInternal()
260 grOptions.fEnableInstancedRendering = true; in getContextInfoInternal()
263 grOptions.fRequireDecodeDisableForSRGB = false; in getContextInfoInternal()
266 grOptions.fAvoidStencilBuffers = true; in getContextInfoInternal()
268 sk_sp<GrContext> grCtx = testCtx->makeGrContext(grOptions); in getContextInfoInternal()
270 grCtx.reset(GrContext::Create(backend, backendContext, grOptions)); in getContextInfoInternal()
/external/skia/dm/
DDMSrcSink.cpp1318 GrContextOptions grOptions; in draw() local
1320 src.modifyGrContextOptions(&grOptions); in draw()
1322 GrContextFactory factory(grOptions); in draw()