Home
last modified time | relevance | path

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

/external/skia/tools/
DPictureRenderer.h208 fGrContext = fGrContextFactory.get(glContextType, gpuAPI);
388 return fGrContextFactory.getGLContext(glContextType); in getGLContext()
396 return fGrContextFactory.getGlobalOptions(); in getGrContextOptions()
419 , fGrContextFactory(opts) in PictureRenderer()
483 GrContextFactory fGrContextFactory; variable
/external/skia/tests/
Dskia_test.cpp81 : fTest(test), fStatus(status), fGrContextFactory(grContextFactory) {} in SkTestRunnable()
101 fTest.proc(&reporter, fGrContextFactory); in run()
114 GrContextFactory* fGrContextFactory; member in SkTestRunnable