/third_party/skia/tests/ |
D | Skbug6653.cpp | 26 static sk_sp<SkSurface> make_surface(GrRecordingContext* rContext) { in make_surface() function 48 auto s0 = make_surface(dContext); in test_bug_6653() 54 auto s1 = make_surface(dContext); in test_bug_6653() 61 auto s2 = make_surface(dContext); in test_bug_6653() 66 auto s3 = make_surface(dContext); in test_bug_6653() 71 auto s4 = make_surface(dContext); in test_bug_6653()
|
/third_party/flutter/skia/tests/ |
D | Skbug6653.cpp | 27 static sk_sp<SkSurface> make_surface(GrContext* context) { in make_surface() function 47 auto s0 = make_surface(ctx); in test_bug_6653() 53 auto s1 = make_surface(ctx); in test_bug_6653() 60 auto s2 = make_surface(ctx); in test_bug_6653() 65 auto s3 = make_surface(ctx); in test_bug_6653() 71 auto s4 = make_surface(ctx); in test_bug_6653()
|
/third_party/flutter/skia/experimental/c-api-example/ |
D | skia-c-example.c | 17 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function 73 sk_surface_t* surface = make_surface(640, 480); in main()
|
D | c.md | 37 static sk_surface_t* make_surface(int32_t w, int32_t h) { 96 sk_surface_t* surface = make_surface(640, 480);
|
/third_party/skia/experimental/c-api-example/ |
D | skia-c-example.c | 17 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function 78 sk_surface_t* surface = make_surface(640, 480); in main()
|
D | c.md | 37 static sk_surface_t* make_surface(int32_t w, int32_t h) { 99 sk_surface_t* surface = make_surface(640, 480);
|
/third_party/skia/gm/ |
D | surface.cpp | 47 static sk_sp<SkSurface> make_surface(GrRecordingContext* ctx, in make_surface() function 108 auto surface(make_surface(ctx, info, rec.fGeo)); in onDraw() 183 static sk_sp<SkSurface> make_surface(const SkImageInfo& ii, SkCanvas* canvas, SurfaceType type) { in make_surface() function 207 return make_surface(ii, canvas, SurfaceType::kManaged); \ 219 auto make = [canvas](const SkImageInfo& ii) { return make_surface(ii, canvas, type); }; \
|
D | ninepatchstretch.cpp | 22 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function 32 auto surface(make_surface(root, kSize)); in make_image()
|
D | lattice.cpp | 26 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() function 38 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image() 243 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
|
/third_party/flutter/skia/gm/ |
D | ninepatchstretch.cpp | 23 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function 33 auto surface(make_surface(root, kSize)); in make_image()
|
D | surface.cpp | 46 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface() function 105 auto surface(make_surface(ctx, info, rec.fGeo)); in onDraw()
|
D | lattice.cpp | 25 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() function 37 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image() 234 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
|
/third_party/skia/fuzz/ |
D | FuzzCreateDDL.cpp | 173 static sk_sp<SkSurface> make_surface(Fuzz* fuzz, GrDirectContext* dContext, const SkImageInfo& ii, in make_surface() function 197 auto surface = make_surface(fuzz, dContext, ii, origin); in create_surface_and_characterization()
|
/third_party/flutter/skia/samplecode/ |
D | SampleFilterQuality.cpp | 21 static sk_sp<SkSurface> make_surface(SkCanvas* canvas, const SkImageInfo& info) { in make_surface() function 216 surface = make_surface(canvas, info); in drawHere()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_mipmap_tree.c | 349 make_surface(struct brw_context *brw, GLenum target, mesa_format format, in make_surface() function 499 make_surface(brw, target, mt_fmt, first_level, last_level, in miptree_create() 509 mt->shadow_mt = make_surface(brw, target, decomp_format, first_level, in miptree_create() 523 make_surface(brw, target, MESA_FORMAT_S_UINT8, first_level, last_level, in miptree_create() 597 mt = make_surface(brw, target, mt_fmt, in brw_miptree_create_for_bo() 611 mt = make_surface(brw, target, MESA_FORMAT_S_UINT8, in brw_miptree_create_for_bo() 636 mt = make_surface(brw, target, format, in brw_miptree_create_for_bo() 2305 mt->shadow_mt = make_surface( in brw_update_r8stencil() 2614 map->linear_mt = make_surface(brw, GL_TEXTURE_2D, mt->format, in brw_miptree_map_blit()
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 1253 auto make_surface = [=](int w, int h) { in drawSlide() local 1273 offscreenSurface = make_surface(fWindow->width(), fWindow->height()); in drawSlide() 1285 sk_sp<SkSurface> tileSurface = make_surface(tileW, tileH); in drawSlide()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 1505 auto make_surface = [=](int w, int h) { in drawSlide() local 1527 offscreenSurface = make_surface(fWindow->width(), fWindow->height()); in drawSlide()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 1031 - anv: Rename param make_surface::dev to device 1034 - anv: Respect ISL_SURF_USAGE_DISABLE_AUX_BIT in make_surface()
|
D | 19.0.0.rst | 2344 - anv: refactor make_surface to use data from anv_image
|