skia2/tools/VisualBench
mtklein 18300a3aa7 detach -> release
The C++ standard library uses the name "release" for the operation we call "detach".

Rewriting each "detach(" to "release(" brings us a step closer to using standard library types directly (e.g. std::unique_ptr instead of SkAutoTDelete).

This was a fairly blind transformation.  There may have been unintentional conversions in here, but it's probably for the best to have everything uniformly say "release".

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1809733002

Review URL: https://codereview.chromium.org/1809733002
2016-03-16 13:53:35 -07:00
..
TimingStateMachine.cpp Make visualbench timing continuous for no-reset mode 2015-11-13 08:42:06 -08:00
TimingStateMachine.h Make visualbench timing continuous for no-reset mode 2015-11-13 08:42:06 -08:00
VisualBench.cpp detach -> release 2016-03-16 13:53:35 -07:00
VisualBench.h Force VisualBench to reset GLContext on GrContext reset 2015-10-21 08:04:24 -07:00
VisualBenchmarkStream.cpp detach -> release 2016-03-16 13:53:35 -07:00
VisualBenchmarkStream.h Create a skeleton VisualDebugModule 2015-12-04 09:02:34 -08:00
VisualDebugModule.cpp Create a skeleton VisualDebugModule 2015-12-04 09:02:34 -08:00
VisualDebugModule.h Create a skeleton VisualDebugModule 2015-12-04 09:02:34 -08:00
VisualFlags.cpp Add offscreen mode to visualbench 2015-11-24 09:20:24 -08:00
VisualFlags.h Add offscreen mode to visualbench 2015-11-24 09:20:24 -08:00
VisualInteractiveModule.cpp Remove unused tools and unused includes of SkImageDecoder 2016-03-03 08:38:26 -08:00
VisualInteractiveModule.h Create VisualStreamTimingModule 2015-10-14 07:49:28 -07:00
VisualLightweightBenchModule.cpp Remove unused tools and unused includes of SkImageDecoder 2016-03-03 08:38:26 -08:00
VisualLightweightBenchModule.h Create VisualStreamTimingModule 2015-10-14 07:49:28 -07:00
VisualModule.h Add viewer mode to VisualBench. 2015-09-15 07:40:56 -07:00
VisualSKPBench.cpp Optimize visualbench offscreen blits 2015-11-24 08:54:30 -08:00
VisualSKPBench.h Optimize visualbench offscreen blits 2015-11-24 08:54:30 -08:00
VisualStreamTimingModule.cpp Fix visualbench flicker on triple buffered platforms 2015-11-13 08:56:31 -08:00
VisualStreamTimingModule.h Add visualbench option to not reset between samples 2015-11-13 08:28:49 -08:00
WrappedBenchmark.h Move Budgeted enum out of SkSurface, use in GrTextureProvider 2016-02-25 08:33:02 -08:00