/third_party/skia/include/core/ |
D | SkSurface.h | 308 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/ |
D | SkSurface.h | 372 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/ |
D | debugger_bindings.cpp | 277 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/ |
D | SkSpecialSurface.cpp | 158 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeRenderTarget(GrRecordingContext* rContext, in MakeRenderTarget() function in SkSpecialSurface
|
/third_party/flutter/skia/src/core/ |
D | SkSpecialSurface.cpp | 171 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeRenderTarget(GrRecordingContext* context, in MakeRenderTarget() function in SkSpecialSurface
|
/third_party/skia/experimental/skottiekit/ |
D | skottiekit_bindings.cpp | 257 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/ |
D | gpu.js | 90 CanvasKit.MakeRenderTarget = function(grCtx, w, h) { class in CanvasKit
|
D | canvaskit_bindings.cpp | 188 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
|
D | externs.js | 50 MakeRenderTarget: function() {}, method
|
/third_party/skia/src/image/ |
D | SkSurface_Gpu.cpp | 394 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
|
D | SkSurface.cpp | 377 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrRecordingContext*, SkBudgeted, const SkImageInfo&, in MakeRenderTarget() function in SkSurface
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | debugger_bindings.cpp | 517 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/ |
D | SkSurface_Gpu.cpp | 343 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
|
D | SkSurface.cpp | 502 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/ |
D | canvaskit_bindings.cpp | 142 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
|
D | externs.js | 49 MakeRenderTarget: function() {}, method
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 260 MakeRenderTarget(ctx: GrDirectContext, width: number, height: number): Surface | null; method 268 MakeRenderTarget(ctx: GrDirectContext, info: ImageInfo): Surface | null; method
|