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

/external/skia/include/core/
H A DSkSurface.h108 static SkSurface* NewRenderTarget(GrContext*, Budgeted, const SkImageInfo&, int sampleCount,
111 static SkSurface* NewRenderTarget(GrContext* gr, Budgeted b, const SkImageInfo& info) { function in class:SkSurface
112 return NewRenderTarget(gr, b, info, 0, NULL);
/external/skia/src/image/
H A DSkSurface_Gpu.cpp43 return SkSurface::NewRenderTarget(fDevice->context(), kBudgeted, info, sampleCount,
99 SkSurface* SkSurface::NewRenderTarget(GrContext* ctx, Budgeted budgeted, const SkImageInfo& info, function in class:SkSurface
H A DSkSurface.cpp186 SkSurface* SkSurface::NewRenderTarget(GrContext*, Budgeted, const SkImageInfo&, int, function in class:SkSurface

Completed in 438 milliseconds