Home
last modified time | relevance | path

Searched refs:grFactory (Results 1 – 9 of 9) sorted by relevance

/external/skia/dm/
DDMGpuSupport.h20 static inline SkSurface* NewGpuSurface(GrContextFactory* grFactory, in NewGpuSurface() argument
24 return SkSurface::NewRenderTarget(grFactory->get(type), info, samples); in NewGpuSurface()
DDMGpuGMTask.cpp27 void GpuGMTask::draw(GrContextFactory* grFactory) { in draw() argument
32 SkAutoTUnref<SkSurface> surface(NewGpuSurface(grFactory, fContextType, info, fSampleCount)); in draw()
DDMTestTask.cpp48 void GpuTestTask::draw(GrContextFactory* grFactory) { in draw() argument
49 fTest->setGrContextFactory(grFactory); in draw()
DDMBenchTask.cpp72 void GpuBenchTask::draw(GrContextFactory* grFactory) { in draw() argument
77 SkAutoTUnref<SkSurface> surface(NewGpuSurface(grFactory, fContextType, info, fSampleCount)); in draw()
/external/chromium_org/third_party/skia/dm/
DDMGpuSupport.h20 static inline SkSurface* NewGpuSurface(GrContextFactory* grFactory, in NewGpuSurface() argument
25 return SkSurface::NewRenderTarget(grFactory->get(type, gpuAPI), info, samples, NULL); in NewGpuSurface()
DDMTestTask.cpp42 void GpuTestTask::draw(GrContextFactory* grFactory) { in draw() argument
43 fTest->setGrContextFactory(grFactory); in draw()
DDMGpuGMTask.cpp25 void GpuGMTask::draw(GrContextFactory* grFactory) { in draw() argument
30 SkAutoTUnref<SkSurface> surface(NewGpuSurface(grFactory, fContextType, fGpuAPI, info, in draw()
/external/skia/gm/
Dgmmain.cpp1704 GrContextFactory *grFactory);
1709 GrContextFactory *grFactory) { in run_multiple_configs() argument
1757 grFactory->destroyContexts(); in run_multiple_configs()
1759 GrContext* gr = grFactory->get(config.fGLContextType); in run_multiple_configs()
1930 GrContextFactory* grFactory) { in parse_flags_configs() argument
1993 SkASSERT(grFactory != NULL); in parse_flags_configs()
1997 GrContext* ctx = grFactory->get(gRec[index].fGLContextType); in parse_flags_configs()
2241 GrContextFactory* grFactory = new GrContextFactory; in tool_main() local
2243 GrContextFactory* grFactory = NULL; in tool_main() local
2258 !parse_flags_configs(&configs, grFactory) || in tool_main()
[all …]
/external/chromium_org/third_party/skia/gm/
Dgmmain.cpp1697 GrContextFactory *grFactory,
1703 GrContextFactory *grFactory, in run_multiple_configs() argument
1752 grFactory->destroyContexts(); in run_multiple_configs()
1754 GrContext* gr = grFactory->get(config.fGLContextType, gpuAPI); in run_multiple_configs()
1925 GrContextFactory* grFactory, GrGLStandard gpuAPI) { in parse_flags_configs() argument
2003 SkASSERT(grFactory != NULL); in parse_flags_configs()
2005 GrContext* ctx = grFactory->get(gRec[index].fGLContextType, gpuAPI); in parse_flags_configs()
2271 GrContextFactory* grFactory = new GrContextFactory(grContextOpts); in tool_main() local
2274 GrContextFactory* grFactory = NULL; in tool_main() local
2290 !parse_flags_configs(&configs, grFactory, gpuAPI) || in tool_main()
[all …]