Searched defs:NewScratchRenderTarget (Results 1 - 4 of 4) 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/skia/src/image/
H A DSkSurface_Gpu.cpp138 SkSurface* SkSurface::NewScratchRenderTarget(GrContext* ctx, const SkImageInfo& info, function in class:SkSurface
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
/external/skia/src/image/
H A DSkSurface_Gpu.cpp132 SkSurface* SkSurface::NewScratchRenderTarget(GrContext* ctx, const SkImageInfo& info, function in class:SkSurface

Completed in 97 milliseconds