Home
last modified time | relevance | path

Searched refs:fContextOptions (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLContext.cpp61 args.fContextOptions = &options; in Create()
75 fGLCaps.reset(new GrGLCaps(*args.fContextOptions, *this, fInterface)); in GrGLContextInfo()
DGrGLContext.h51 const GrContextOptions* fContextOptions; member
/external/skia/dm/
DDMSrcSink.h224 GrContextFactory::GLContextOptions fContextOptions; variable
DDMSrcSink.cpp861 , fContextOptions(options) in GPUSink()
887 const int maxDimension = factory.getContextInfo(fContextType, fContextOptions). in draw()
895 NewGpuSurface(&factory, fContextType, fContextOptions, info, fSampleCount, fUseDIText)); in draw()