HomeSort by relevance Sort by last modified time
    Searched defs:MakeRenderTarget (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkSpecialSurface.cpp 159 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeRenderTarget(GrContext* context,
  /external/skia/include/core/
SkSurface.h 136 static sk_sp<SkSurface> MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&,
140 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
143 return MakeRenderTarget(context, budgeted, info, sampleCount,
147 static sk_sp<SkSurface> MakeRenderTarget(GrContext* gr, SkBudgeted b, const SkImageInfo& info) {
151 return MakeRenderTarget(gr, b, info, 0, kBottomLeft_GrSurfaceOrigin, nullptr);
  /external/skia/src/image/
SkSurface.cpp 194 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&,
SkSurface_Gpu.cpp 84 return SkSurface::MakeRenderTarget(fDevice->context(), kBudgeted, info, sampleCount,
201 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext* ctx, SkBudgeted budgeted,

Completed in 179 milliseconds