Searched defs:NewRenderTarget (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h81 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
84 static SkSurface* NewRenderTarget(GrContext* gr, const SkImageInfo& info) { function in class:SkSurface
85 return NewRenderTarget(gr, info, 0, NULL);
109 * Text rendering modes that can be passed to NewRenderTarget*
122 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp65 return SkSurface::NewRenderTarget(fDevice->context(), info, sampleCount, &this->props());
117 SkSurface* SkSurface::NewRenderTarget(GrContext* ctx, const SkImageInfo& info, int sampleCount, function in class:SkSurface
H A DSkSurface.cpp184 SkSurface* SkSurface::NewRenderTarget(GrContext* gr, const SkImageInfo& info, int sampleCount, function in class:SkSurface
187 return NewRenderTarget(gr, info, sampleCount, &props);
204 SkSurface* SkSurface::NewRenderTarget(GrContext*, const SkImageInfo&, int, const SkSurfaceProps*) { function in class:SkSurface
/external/skia/src/image/
H A DSkSurface_Gpu.cpp59 return SkSurface::NewRenderTarget(fDevice->context(), info, sampleCount);
111 SkSurface* SkSurface::NewRenderTarget(GrContext* ctx, const SkImageInfo& info, int sampleCount, function in class:SkSurface

Completed in 98 milliseconds