Home
last modified time | relevance | path

Searched refs:make_surface (Results 1 – 18 of 18) sorted by relevance

/external/skqp/tests/
Dskbug6653.cpp27 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/
Dskbug6653.cpp27 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/
Dskia-c-example.c16 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()
Dc.md37 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/
Dskia-c-example.c16 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()
Dc.md37 static sk_surface_t* make_surface(int32_t w, int32_t h) {
96 sk_surface_t* surface = make_surface(640, 480);
/external/skqp/gm/
Dninepatchstretch.cpp12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function
22 auto surface(make_surface(root, kSize)); in make_image()
Dlattice.cpp12 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()
Dsurface.cpp26 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/
Dninepatchstretch.cpp12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function
22 auto surface(make_surface(root, kSize)); in make_image()
Dlattice.cpp12 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()
Dsurface.cpp26 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/
DSampleFilterQuality.cpp21 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/
DSampleFilterQuality.cpp21 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/
Dintel_mipmap_tree.c551 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/
Danv_image.c282 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/
DViewer.cpp1203 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/
DViewer.cpp1146 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()