Searched refs:NewScratchRenderTarget (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h100 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
103 static SkSurface* NewScratchRenderTarget(GrContext* gr, const SkImageInfo& info) { function in class:SkSurface
104 return NewScratchRenderTarget(gr, info, 0, NULL);
124 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DAcceleratedImageBufferSurface.cpp57 m_surface = adoptPtr(SkSurface::NewScratchRenderTarget(grContext, info, msaaSampleCount));
/external/skia/include/core/
H A DSkSurface.h97 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp190 SkSurface* SkSurface::NewScratchRenderTarget(GrContext* gr, const SkImageInfo& info, int sampleCount, function in class:SkSurface
193 return NewScratchRenderTarget(gr, info, sampleCount, &props);
208 SkSurface* SkSurface::NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount, function in class:SkSurface
H A DSkSurface_Gpu.cpp138 SkSurface* SkSurface::NewScratchRenderTarget(GrContext* ctx, const SkImageInfo& info, function in class:SkSurface
/external/skia/src/image/
H A DSkSurface_Gpu.cpp132 SkSurface* SkSurface::NewScratchRenderTarget(GrContext* ctx, const SkImageInfo& info, function in class:SkSurface
/external/chromium_org/third_party/skia/tests/
H A DSurfaceTest.cpp60 return context ? SkSurface::NewScratchRenderTarget(context, info) : NULL;
H A DPictureTest.cpp965 SkAutoTUnref<SkSurface> surface(SkSurface::NewScratchRenderTarget(context, info));
/external/skia/tests/
H A DSurfaceTest.cpp55 return context ? SkSurface::NewScratchRenderTarget(context, info) : NULL;
H A DPictureTest.cpp851 SkAutoTUnref<SkSurface> surface(SkSurface::NewScratchRenderTarget(context, info));

Completed in 607 milliseconds