Searched defs:skp (Results 1 - 11 of 11) sorted by relevance

/external/skia/tools/viewer/
H A DBisectSlide.cpp38 sk_sp<SkPicture> skp = SkPicture::MakeFromStream(&stream); local
39 if (!skp) {
40 SkDebugf("BISECT: couldn't load skp at \"%s\"\n", filepath);
43 skp->playback(bisect.get());
/external/skia/tools/fiddle/
H A Dfiddle_main.h45 , skp(k)
62 bool skp; member in struct:DrawOptions
/external/skqp/tools/fiddle/
H A Dfiddle_main.h45 , skp(k)
62 bool skp; member in struct:DrawOptions
/external/skia/samplecode/
H A DSampleBigGradient.cpp296 GraphicsPort skp(canvas);
297 doDraw(&skp); variable
/external/skia/tools/
H A Dremote_demo.cpp227 std::string fileName{prefix + skpName + ".skp"};
229 auto skp = SkData::MakeFromFileName(fileName.c_str()); local
230 std::cout << "skp stream is " << skp->size() << " bytes long " << std::endl;
236 auto pic = SkPicture::MakeFromData(skp.get());
240 stream = skp;
352 printf("skp: %s\n", skpName.c_str());
/external/skqp/samplecode/
H A DSampleBigGradient.cpp296 GraphicsPort skp(canvas);
297 doDraw(&skp); variable
/external/skia/tests/
H A DPictureTest.cpp833 auto skp = pic->serialize(); local
834 auto back = SkPicture::MakeFromData(skp->data(), skp->size());
/external/skia/tools/skpbench/
H A Dskpbench.cpp35 * This is a minimalist program whose sole purpose is to open an skp file, benchmark it on a single
37 * Limiting the entire process to a single config/skp pair helps to keep the results repeatable.
39 * No tiling, looping, or other fanciness is used; it just draws the skp whole into a size-matched
49 DEFINE_string(skp, "", "path to a single .skp file, or 'warmup' for a builtin warmup run");
103 const SkPicture* skp, std::vector<Sample>* samples) {
108 draw_skp_and_flush(canvas, skp);
111 draw_skp_and_flush(canvas, skp);
123 draw_skp_and_flush(canvas, skp);
135 const SkPicture* skp, st
102 run_benchmark(const sk_gpu_test::FenceSync* fenceSync, SkCanvas* canvas, const SkPicture* skp, std::vector<Sample>* samples) argument
133 run_gpu_time_benchmark(sk_gpu_test::GpuTimer* gpuTimer, const sk_gpu_test::FenceSync* fenceSync, SkCanvas* canvas, const SkPicture* skp, std::vector<Sample>* samples) argument
251 sk_sp<SkPicture> skp; local
367 draw_skp_and_flush(SkCanvas* canvas, const SkPicture* skp) argument
[all...]
/external/skqp/tests/
H A DPictureTest.cpp833 auto skp = pic->serialize(); local
834 auto back = SkPicture::MakeFromData(skp->data(), skp->size());
/external/skqp/tools/
H A Dremote_demo.cpp313 std::string fileName{prefix + skpName + ".skp"};
315 auto skp = SkData::MakeFromFileName(fileName.c_str()); local
316 auto pic = SkPicture::MakeFromData(skp.get());
422 printf("skp: %s\n", skpName.c_str());
/external/skqp/tools/skpbench/
H A Dskpbench.cpp35 * This is a minimalist program whose sole purpose is to open an skp file, benchmark it on a single
37 * Limiting the entire process to a single config/skp pair helps to keep the results repeatable.
39 * No tiling, looping, or other fanciness is used; it just draws the skp whole into a size-matched
49 DEFINE_string(skp, "", "path to a single .skp file, or 'warmup' for a builtin warmup run");
103 const SkPicture* skp, std::vector<Sample>* samples) {
108 draw_skp_and_flush(canvas, skp);
111 draw_skp_and_flush(canvas, skp);
123 draw_skp_and_flush(canvas, skp);
135 const SkPicture* skp, st
102 run_benchmark(const sk_gpu_test::FenceSync* fenceSync, SkCanvas* canvas, const SkPicture* skp, std::vector<Sample>* samples) argument
133 run_gpu_time_benchmark(sk_gpu_test::GpuTimer* gpuTimer, const sk_gpu_test::FenceSync* fenceSync, SkCanvas* canvas, const SkPicture* skp, std::vector<Sample>* samples) argument
251 sk_sp<SkPicture> skp; local
362 draw_skp_and_flush(SkCanvas* canvas, const SkPicture* skp) argument
[all...]

Completed in 263 milliseconds