/external/skqp/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()
|
/external/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()
|
/external/skqp/experimental/c-api-example/ |
D | skia-c-example.c | 16 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function 75 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);
|
/external/skia/experimental/c-api-example/ |
D | skia-c-example.c | 16 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function 75 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);
|
/external/skqp/gm/ |
D | ninepatchstretch.cpp | 12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function 22 auto surface(make_surface(root, kSize)); in make_image()
|
D | lattice.cpp | 12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() function 24 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image() 221 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
|
D | surface.cpp | 26 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface() function 85 auto surface(make_surface(ctx, info, rec.fGeo)); in onDraw()
|
/external/skia/gm/ |
D | ninepatchstretch.cpp | 12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function 22 auto surface(make_surface(root, kSize)); in make_image()
|
D | lattice.cpp | 12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() function 24 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image() 221 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
|
D | surface.cpp | 26 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface() function 85 auto surface(make_surface(ctx, info, rec.fGeo)); in onDraw()
|
/external/skia/samplecode/ |
D | SampleFilterQuality.cpp | 21 static sk_sp<SkSurface> make_surface(SkCanvas* canvas, const SkImageInfo& info) { in make_surface() function 221 surface = make_surface(canvas, info); in drawHere()
|
/external/skqp/samplecode/ |
D | SampleFilterQuality.cpp | 21 static sk_sp<SkSurface> make_surface(SkCanvas* canvas, const SkImageInfo& info) { in make_surface() function 221 surface = make_surface(canvas, info); in drawHere()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 551 make_surface(struct brw_context *brw, GLenum target, mesa_format format, in make_surface() function 657 mt->stencil_mt = make_surface(brw, mt->target, MESA_FORMAT_S_UINT8, in make_separate_stencil_surface() 692 return make_surface(brw, target, format, first_level, last_level, in miptree_create() 710 struct intel_mipmap_tree *mt = make_surface( in miptree_create() 747 struct intel_mipmap_tree *mt = make_surface( in miptree_create() 819 mt = make_surface(brw, target, in intel_miptree_create_for_bo() 834 mt = make_surface(brw, target, MESA_FORMAT_S_UINT8, in intel_miptree_create_for_bo() 865 mt = make_surface(brw, target, format, in intel_miptree_create_for_bo() 2972 mt->r8stencil_mt = make_surface( in intel_update_r8stencil()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 282 make_surface(const struct anv_device *dev, in make_surface() function 566 r = make_surface(device, image, create_info, isl_tiling_flags, in anv_image_create()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 1203 auto make_surface = [=](int w, int h) { in drawSlide() local 1223 offscreenSurface = make_surface(fWindow->width(), fWindow->height()); in drawSlide() 1235 sk_sp<SkSurface> tileSurface = make_surface(tileW, tileH); in drawSlide()
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 1146 auto make_surface = [=](int w, int h) { in drawSlide() local 1163 offscreenSurface = make_surface(fWindow->width(), fWindow->height()); in drawSlide() 1174 sk_sp<SkSurface> tileSurface = make_surface(tileW, tileH); in drawSlide()
|