Home
last modified time | relevance | path

Searched defs:MakeRenderTarget (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/include/core/
DSkSurface.h308 static sk_sp<SkSurface> MakeRenderTarget(GrRecordingContext* context, SkBudgeted budgeted, in MakeRenderTarget() function
333 static sk_sp<SkSurface> MakeRenderTarget(GrRecordingContext* context, SkBudgeted budgeted, in MakeRenderTarget() function
/third_party/flutter/skia/include/core/
DSkSurface.h372 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted, in MakeRenderTarget() function
393 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted, in MakeRenderTarget() function
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp277 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrContext> grContext, int width, int height) { in MakeRenderTarget() function
288 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrContext> grContext, SimpleImageInfo sii) { in MakeRenderTarget() function
/third_party/skia/src/core/
DSkSpecialSurface.cpp158 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeRenderTarget(GrRecordingContext* rContext, in MakeRenderTarget() function in SkSpecialSurface
/third_party/flutter/skia/src/core/
DSkSpecialSurface.cpp171 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeRenderTarget(GrRecordingContext* context, in MakeRenderTarget() function in SkSpecialSurface
/third_party/skia/experimental/skottiekit/
Dskottiekit_bindings.cpp257 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeRenderTarget() function
268 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> grContext, SimpleImageInfo sii) { in MakeRenderTarget() function
/third_party/skia/modules/canvaskit/
Dgpu.js90 CanvasKit.MakeRenderTarget = function(grCtx, w, h) { class in CanvasKit
Dcanvaskit_bindings.cpp188 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> dContext, int width, int height) { in MakeRenderTarget() function
199 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> dContext, SimpleImageInfo sii) { in MakeRenderTarget() function
Dexterns.js50 MakeRenderTarget: function() {}, method
/third_party/skia/src/image/
DSkSurface_Gpu.cpp394 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrRecordingContext* rContext, in MakeRenderTarget() function in SkSurface
455 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrRecordingContext* rContext, SkBudgeted budgeted, in MakeRenderTarget() function in SkSurface
DSkSurface.cpp377 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrRecordingContext*, SkBudgeted, const SkImageInfo&, in MakeRenderTarget() function in SkSurface
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp517 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> dContext, int width, int height) { in MakeRenderTarget() function
528 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> dContext, SimpleImageInfo sii) { in MakeRenderTarget() function
/third_party/flutter/skia/src/image/
DSkSurface_Gpu.cpp343 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrRecordingContext* context, in MakeRenderTarget() function in SkSurface
485 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext* ctx, SkBudgeted budgeted, in MakeRenderTarget() function in SkSurface
DSkSurface.cpp502 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&, int, in MakeRenderTarget() function in SkSurface
507 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrRecordingContext*, const SkSurfaceCharacterization&, in MakeRenderTarget() function in SkSurface
/third_party/flutter/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp142 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrContext> grContext, int width, int height) { in MakeRenderTarget() function
153 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrContext> grContext, SimpleImageInfo sii) { in MakeRenderTarget() function
Dexterns.js49 MakeRenderTarget: function() {}, method
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts260 MakeRenderTarget(ctx: GrDirectContext, width: number, height: number): Surface | null; method
268 MakeRenderTarget(ctx: GrDirectContext, info: ImageInfo): Surface | null; method