Searched refs:grFactory (Results 1 – 9 of 9) sorted by relevance
/external/skia/dm/ |
D | DMGpuSupport.h | 20 static inline SkSurface* NewGpuSurface(GrContextFactory* grFactory, in NewGpuSurface() argument 24 return SkSurface::NewRenderTarget(grFactory->get(type), info, samples); in NewGpuSurface()
|
D | DMGpuGMTask.cpp | 27 void GpuGMTask::draw(GrContextFactory* grFactory) { in draw() argument 32 SkAutoTUnref<SkSurface> surface(NewGpuSurface(grFactory, fContextType, info, fSampleCount)); in draw()
|
D | DMTestTask.cpp | 48 void GpuTestTask::draw(GrContextFactory* grFactory) { in draw() argument 49 fTest->setGrContextFactory(grFactory); in draw()
|
D | DMBenchTask.cpp | 72 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/ |
D | DMGpuSupport.h | 20 static inline SkSurface* NewGpuSurface(GrContextFactory* grFactory, in NewGpuSurface() argument 25 return SkSurface::NewRenderTarget(grFactory->get(type, gpuAPI), info, samples, NULL); in NewGpuSurface()
|
D | DMTestTask.cpp | 42 void GpuTestTask::draw(GrContextFactory* grFactory) { in draw() argument 43 fTest->setGrContextFactory(grFactory); in draw()
|
D | DMGpuGMTask.cpp | 25 void GpuGMTask::draw(GrContextFactory* grFactory) { in draw() argument 30 SkAutoTUnref<SkSurface> surface(NewGpuSurface(grFactory, fContextType, fGpuAPI, info, in draw()
|
/external/skia/gm/ |
D | gmmain.cpp | 1704 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/ |
D | gmmain.cpp | 1697 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 …]
|