OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunOnLayer
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/cc/debug/
micro_benchmark_impl.h
34
virtual void
RunOnLayer
(LayerImpl* layer);
35
virtual void
RunOnLayer
(PictureLayerImpl* layer);
micro_benchmark.cc
34
void MicroBenchmark::
RunOnLayer
(Layer* layer) {}
36
void MicroBenchmark::
RunOnLayer
(PictureLayer* layer) {}
micro_benchmark.h
33
virtual void
RunOnLayer
(Layer* layer);
34
virtual void
RunOnLayer
(PictureLayer* layer);
micro_benchmark_impl.cc
44
void MicroBenchmarkImpl::
RunOnLayer
(LayerImpl* layer) {}
46
void MicroBenchmarkImpl::
RunOnLayer
(PictureLayerImpl* layer) {}
picture_record_benchmark.h
27
virtual void
RunOnLayer
(PictureLayer* layer) OVERRIDE;
rasterize_and_record_benchmark_impl.h
30
virtual void
RunOnLayer
(PictureLayerImpl* layer) OVERRIDE;
rasterize_and_record_benchmark.h
33
virtual void
RunOnLayer
(PictureLayer* layer) OVERRIDE;
rasterize_and_record_benchmark_impl.cc
68
void RasterizeAndRecordBenchmarkImpl::
RunOnLayer
(PictureLayerImpl* layer) {
picture_record_benchmark.cc
90
void PictureRecordBenchmark::
RunOnLayer
(PictureLayer* layer) {
rasterize_and_record_benchmark.cc
104
void RasterizeAndRecordBenchmark::
RunOnLayer
(PictureLayer* layer) {
/external/chromium_org/cc/layers/
picture_layer.cc
160
benchmark->
RunOnLayer
(this);
layer.cc
[
all
...]
picture_layer_impl.cc
[
all
...]
layer_impl.cc
[
all
...]
Completed in 39 milliseconds