Searched refs:make_surface (Results 1 - 13 of 13) sorted by relevance

/external/skia/tests/
H A Dskbug6653.cpp28 static sk_sp<SkSurface> make_surface(GrContext* context) { function
51 auto s0 = make_surface(ctx);
57 auto s1 = make_surface(ctx);
64 auto s2 = make_surface(ctx);
69 auto s3 = make_surface(ctx);
75 auto s4 = make_surface(ctx);
/external/skqp/tests/
H A Dskbug6653.cpp28 static sk_sp<SkSurface> make_surface(GrContext* context) { function
51 auto s0 = make_surface(ctx);
57 auto s1 = make_surface(ctx);
64 auto s2 = make_surface(ctx);
69 auto s3 = make_surface(ctx);
75 auto s4 = make_surface(ctx);
/external/skia/experimental/c-api-example/
H A Dskia-c-example.c16 static sk_surface_t* make_surface(int32_t w, int32_t h) { function
75 sk_surface_t* surface = make_surface(640, 480);
/external/skqp/experimental/c-api-example/
H A Dskia-c-example.c16 static sk_surface_t* make_surface(int32_t w, int32_t h) { function
75 sk_surface_t* surface = make_surface(640, 480);
/external/skia/gm/
H A Dninepatchstretch.cpp12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { function
22 auto surface(make_surface(root, kSize));
H A Dsurface.cpp25 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { function
85 auto surface(make_surface(ctx, info, rec.fGeo));
H A Dlattice.cpp12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, function
24 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom));
221 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom));
/external/skqp/gm/
H A Dninepatchstretch.cpp12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { function
22 auto surface(make_surface(root, kSize));
H A Dsurface.cpp25 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { function
85 auto surface(make_surface(ctx, info, rec.fGeo));
H A Dlattice.cpp12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, function
24 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom));
221 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom));
/external/skia/samplecode/
H A DSampleFilterQuality.cpp22 static sk_sp<SkSurface> make_surface(SkCanvas* canvas, const SkImageInfo& info) { function
222 surface = make_surface(canvas, info);
/external/skqp/samplecode/
H A DSampleFilterQuality.cpp22 static sk_sp<SkSurface> make_surface(SkCanvas* canvas, const SkImageInfo& info) { function
222 surface = make_surface(canvas, info);
/external/mesa3d/src/intel/vulkan/
H A Danv_image.c124 make_surface(const struct anv_device *dev, function
296 r = make_surface(device, image, create_info, (1 << b));

Completed in 296 milliseconds