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

/external/skia/include/core/
H A DSkSurface.h136 static sk_sp<SkSurface> MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&,
140 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted, function in class:SkSurface
143 return MakeRenderTarget(context, budgeted, info, sampleCount,
147 static sk_sp<SkSurface> MakeRenderTarget(GrContext* gr, SkBudgeted b, const SkImageInfo& info) { function in class:SkSurface
151 return MakeRenderTarget(gr, b, info, 0, kBottomLeft_GrSurfaceOrigin, nullptr);
/external/skia/src/core/
H A DSkSpecialSurface.cpp159 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeRenderTarget(GrContext* context, function in class:SkSpecialSurface
/external/skia/src/image/
H A DSkSurface_Gpu.cpp84 return SkSurface::MakeRenderTarget(fDevice->context(), kBudgeted, info, sampleCount,
201 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext* ctx, SkBudgeted budgeted, function in class:SkSurface
H A DSkSurface.cpp194 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&, function in class:SkSurface

Completed in 100 milliseconds