HomeSort by relevance Sort by last modified time
    Searched refs:LayerTreeHostImpl (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/cc/base/
swap_promise_monitor.h 13 class LayerTreeHostImpl;
19 // or LayerTreeHostImpl. You must provide a pointer to the appropriate
23 // will unregister itself from LayerTreeHost or LayerTreeHostImpl.
31 LayerTreeHostImpl* layer_tree_host_impl);
40 LayerTreeHostImpl* layer_tree_host_impl_;
latency_info_swap_promise_monitor.h 18 // LayerTreeHost or LayerTreeHostImpl if there is compositor state change
24 LayerTreeHostImpl* layer_tree_host_impl);
swap_promise_monitor.cc 13 LayerTreeHostImpl* layer_tree_host_impl)
  /external/chromium_org/cc/debug/
micro_benchmark_controller_impl.h 16 class LayerTreeHostImpl;
19 explicit MicroBenchmarkControllerImpl(LayerTreeHostImpl* host);
29 LayerTreeHostImpl* host_;
unittest_only_benchmark_impl.h 18 class LayerTreeHostImpl;
26 virtual void DidCompleteCommit(LayerTreeHostImpl* host) OVERRIDE;
micro_benchmark_controller.h 23 class LayerTreeHostImpl;
38 void ScheduleImplBenchmarks(LayerTreeHostImpl* host_impl);
micro_benchmark_impl.h 19 class LayerTreeHostImpl;
32 virtual void DidCompleteCommit(LayerTreeHostImpl* host);
rasterize_and_record_benchmark_impl.h 18 class LayerTreeHostImpl;
30 virtual void DidCompleteCommit(LayerTreeHostImpl* host) OVERRIDE;
unittest_only_benchmark_impl.cc 20 void UnittestOnlyBenchmarkImpl::DidCompleteCommit(LayerTreeHostImpl* host) {
micro_benchmark_controller_impl.cc 30 LayerTreeHostImpl* host)
micro_benchmark_impl.cc 35 void MicroBenchmarkImpl::DidCompleteCommit(LayerTreeHostImpl* host) {}
  /external/chromium_org/cc/test/
fake_layer_tree_host_impl.h 15 class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
24 LayerTreeHostImpl::FrameData frame_data;
37 using LayerTreeHostImpl::ActivateSyncTree;
38 using LayerTreeHostImpl::manage_tiles_needed;
layer_tree_test.h 25 class LayerTreeHostImpl;
37 virtual void WillBeginImplFrameOnThread(LayerTreeHostImpl* host_impl,
39 virtual void BeginMainFrameAbortedOnThread(LayerTreeHostImpl* host_impl,
41 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) {}
42 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) {}
43 virtual void WillActivateTreeOnThread(LayerTreeHostImpl* host_impl) {}
44 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) {}
45 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
48 LayerTreeHostImpl* host_impl,
49 LayerTreeHostImpl::FrameData* frame_data
    [all...]
fake_layer_tree_host_impl.cc 14 : LayerTreeHostImpl(LayerTreeSettings(),
32 : LayerTreeHostImpl(settings,
49 LayerTreeHostImpl::CreatePendingTree();
57 return LayerTreeHostImpl::CurrentBeginFrameArgs();
fake_ui_resource_layer_tree_host_impl.h 31 typedef base::hash_map<UIResourceId, LayerTreeHostImpl::UIResourceData>
layer_tree_test.cc 40 LayerTreeHostImpl* host_impl,
41 LayerTreeHostImpl::FrameData* frame_data,
109 // Adapts LayerTreeHostImpl for test. Runs real code, then invokes test hooks.
110 class LayerTreeHostImplForTesting : public LayerTreeHostImpl {
136 : LayerTreeHostImpl(settings,
147 LayerTreeHostImpl::WillBeginImplFrame(args);
152 LayerTreeHostImpl::BeginMainFrameAborted(did_handle);
157 LayerTreeHostImpl::BeginCommit();
162 LayerTreeHostImpl::CommitComplete();
167 DrawResult draw_result = LayerTreeHostImpl::PrepareToDraw(frame)
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 81 void DidVisibilityChange(LayerTreeHostImpl* id, bool visible) {
84 "LayerTreeHostImpl::SetVisible",
86 "LayerTreeHostImpl",
91 TRACE_EVENT_ASYNC_END0("webkit", "LayerTreeHostImpl::SetVisible", id);
137 LayerTreeHostImpl* layer_tree_host_impl,
192 LayerTreeHostImpl* layer_tree_host_impl,
199 LayerTreeHostImpl* layer_tree_host_impl_;
205 LayerTreeHostImpl::FrameData::FrameData()
208 LayerTreeHostImpl::FrameData::~FrameData() {}
210 scoped_ptr<LayerTreeHostImpl> LayerTreeHostImpl::Create
    [all...]
layer_tree_host_unittest_damage.cc 52 LayerTreeHostImpl* impl,
53 LayerTreeHostImpl::FrameData* frame_data,
114 LayerTreeHostImpl* impl,
115 LayerTreeHostImpl::FrameData* frame_data,
173 LayerTreeHostImpl* host_impl,
174 LayerTreeHostImpl::FrameData* frame_data,
200 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
262 LayerTreeHostImpl* host_impl,
263 LayerTreeHostImpl::FrameData* frame_data,
404 LayerTreeHostImpl* host_impl
    [all...]
layer_tree_host_unittest_video.cc 47 virtual DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
48 LayerTreeHostImpl::FrameData* frame,
73 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
layer_tree_host_unittest_animation.cc 112 // LayerTreeHostImpl::updateAnimationState does get called and continues to
125 LayerTreeHostImpl* host_impl,
128 // The animation had zero duration so LayerTreeHostImpl should no
191 LayerTreeHostImpl* host_impl,
196 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
202 LayerTreeHostImpl* host_impl,
203 LayerTreeHostImpl::FrameData* frame,
229 LayerTreeHostImpl* host_impl,
273 LayerTreeHostImpl* host_impl,
317 virtual void AnimateLayers(LayerTreeHostImpl* host_impl
    [all...]
layer_tree_host_unittest_picture.cc 55 virtual void WillActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE {
91 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE {
layer_tree_host_unittest.cc 83 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE {
89 virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE {
113 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE {
117 virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE {
166 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE {
244 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE {
255 virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE {
291 LayerTreeHostImpl* host_impl,
292 LayerTreeHostImpl::FrameData* frame_data,
311 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE
    [all...]
layer_tree_host_perftest.cc 63 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
68 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
74 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE {
88 virtual void CleanUpAndEndTest(LayerTreeHostImpl* host_impl) { EndTest(); }
297 virtual void CleanUpAndEndTest(LayerTreeHostImpl* host_impl) OVERRIDE {
layer_tree_host_unittest_context.cc 107 LayerTreeHostImpl* host_impl,
108 LayerTreeHostImpl::FrameData* frame,
123 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
412 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
470 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
570 virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE {
581 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE {
606 LayerTreeHostImpl* impl_host_;
719 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
763 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE
    [all...]
  /external/chromium_org/cc/output/
delegating_renderer_unittest.cc 43 LayerTreeHostImpl* host_impl,
44 LayerTreeHostImpl::FrameData* frame,
56 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
60 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
92 virtual DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
93 LayerTreeHostImpl::FrameData* frame,
114 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
118 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,

Completed in 1050 milliseconds

1 2 3