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

  /external/skia/src/core/
SkSpecialSurface.cpp 171 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeRenderTarget(GrRecordingContext* context,
  /external/skqp/src/core/
SkSpecialSurface.cpp 167 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeRenderTarget(GrContext* context,
  /external/skqp/include/core/
SkSurface.h 305 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
333 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
336 return MakeRenderTarget(context, budgeted, imageInfo, sampleCount,
354 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
359 return MakeRenderTarget(context, budgeted, imageInfo, 0, kBottomLeft_GrSurfaceOrigin,
371 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context,
    [all...]
  /external/skia/include/core/
SkSurface.h 354 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
382 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
385 return MakeRenderTarget(context, budgeted, imageInfo, sampleCount,
403 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
408 return MakeRenderTarget(context, budgeted, imageInfo, 0, kBottomLeft_GrSurfaceOrigin,
420 static sk_sp<SkSurface> MakeRenderTarget(GrRecordingContext* context,
    [all...]
  /external/skia/src/image/
SkSurface.cpp 314 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&, int,
319 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrRecordingContext*, const SkSurfaceCharacterization&,
SkSurface_Gpu.cpp 87 return SkSurface::MakeRenderTarget(fDevice->context(), kBudgeted, info, sampleCount,
298 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrRecordingContext* context,
357 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext* ctx, SkBudgeted budgeted,
  /external/skqp/src/image/
SkSurface.cpp 298 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&, int,
303 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, const SkSurfaceCharacterization&,
SkSurface_Gpu.cpp 82 return SkSurface::MakeRenderTarget(fDevice->context(), kBudgeted, info, sampleCount,
285 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext* context,
342 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext* ctx, SkBudgeted budgeted,
  /external/skia/modules/canvaskit/
canvaskit_bindings.cpp 140 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrContext> grContext, int width, int height) {
143 sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(grContext.get(),
151 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrContext> grContext, SimpleImageInfo sii) {
152 sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(grContext.get(),
579 function("MakeRenderTarget", select_overload<sk_sp<SkSurface>(sk_sp<GrContext>, int, int)>(&MakeRenderTarget));
580 function("MakeRenderTarget", select_overload<sk_sp<SkSurface>(sk_sp<GrContext>, SimpleImageInfo)>(&MakeRenderTarget));
    [all...]
externs.js 50 MakeRenderTarget: function() {},

Completed in 683 milliseconds