Home
last modified time | relevance | path

Searched refs:fSuppressPathRendering (Results 1 – 6 of 6) sorted by relevance

/external/skqp/include/gpu/
DGrContextOptions.h205 bool fSuppressPathRendering = false; member
/external/skqp/tools/gpu/
DGrContextFactory.cpp258 grOptions.fSuppressPathRendering = true; in getContextInfoInternal()
/external/skqp/tools/skqp/src/
Dskqp.cpp154 grContextOptions.fSuppressPathRendering = true; in context_options()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp320 if (contextOptions.fSuppressPathRendering) { in init()
DGrGLGpu.cpp323 const_cast<GrContextOptions&>(options).fSuppressPathRendering = true; in Make()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp330 const_cast<GrContextOptions&>(options).fSuppressPathRendering = true; in Make()