Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Side by Side Diff: mojo/services/gfx/composition/cpp/formatting.h

Issue 1776643004: Mozart: Specify texture origin explicitly. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-3
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MOJO_SERVICES_GFX_COMPOSITION_CPP_FORMATTING_H_ 5 #ifndef MOJO_SERVICES_GFX_COMPOSITION_CPP_FORMATTING_H_
6 #define MOJO_SERVICES_GFX_COMPOSITION_CPP_FORMATTING_H_ 6 #define MOJO_SERVICES_GFX_COMPOSITION_CPP_FORMATTING_H_
7 7
8 #include "mojo/public/cpp/bindings/formatting.h" 8 #include "mojo/public/cpp/bindings/formatting.h"
9 #include "mojo/services/geometry/cpp/formatting.h" 9 #include "mojo/services/geometry/cpp/formatting.h"
10 #include "mojo/services/gfx/composition/interfaces/compositor.mojom.h" 10 #include "mojo/services/gfx/composition/interfaces/compositor.mojom.h"
(...skipping 10 matching lines...) Expand all
21 std::ostream& operator<<(std::ostream& os, 21 std::ostream& operator<<(std::ostream& os,
22 const mojo::gfx::composition::SceneMetadata& value); 22 const mojo::gfx::composition::SceneMetadata& value);
23 23
24 std::ostream& operator<<(std::ostream& os, 24 std::ostream& operator<<(std::ostream& os,
25 const mojo::gfx::composition::Resource& value); 25 const mojo::gfx::composition::Resource& value);
26 std::ostream& operator<<(std::ostream& os, 26 std::ostream& operator<<(std::ostream& os,
27 const mojo::gfx::composition::SceneResource& value); 27 const mojo::gfx::composition::SceneResource& value);
28 std::ostream& operator<<( 28 std::ostream& operator<<(
29 std::ostream& os, 29 std::ostream& os,
30 const mojo::gfx::composition::MailboxTextureResource& value); 30 const mojo::gfx::composition::MailboxTextureResource& value);
31 std::ostream& operator<<(
32 std::ostream& os,
33 const mojo::gfx::composition::MailboxTextureResource::Origin* value);
31 34
32 std::ostream& operator<<(std::ostream& os, 35 std::ostream& operator<<(std::ostream& os,
33 const mojo::gfx::composition::Node& value); 36 const mojo::gfx::composition::Node& value);
34 std::ostream& operator<<(std::ostream& os, 37 std::ostream& operator<<(std::ostream& os,
35 const mojo::gfx::composition::NodeOp& value); 38 const mojo::gfx::composition::NodeOp& value);
36 std::ostream& operator<<(std::ostream& os, 39 std::ostream& operator<<(std::ostream& os,
37 const mojo::gfx::composition::RectNodeOp& value); 40 const mojo::gfx::composition::RectNodeOp& value);
38 std::ostream& operator<<(std::ostream& os, 41 std::ostream& operator<<(std::ostream& os,
39 const mojo::gfx::composition::ImageNodeOp& value); 42 const mojo::gfx::composition::ImageNodeOp& value);
40 std::ostream& operator<<(std::ostream& os, 43 std::ostream& operator<<(std::ostream& os,
(...skipping 28 matching lines...) Expand all
69 std::ostream& operator<<(std::ostream& os, 72 std::ostream& operator<<(std::ostream& os,
70 const mojo::gfx::composition::SceneHit& value); 73 const mojo::gfx::composition::SceneHit& value);
71 std::ostream& operator<<(std::ostream& os, 74 std::ostream& operator<<(std::ostream& os,
72 const mojo::gfx::composition::NodeHit& value); 75 const mojo::gfx::composition::NodeHit& value);
73 76
74 } // namespace composition 77 } // namespace composition
75 } // namespace gfx 78 } // namespace gfx
76 } // namespace mojo 79 } // namespace mojo
77 80
78 #endif // MOJO_SERVICES_GFX_COMPOSITION_CPP_FORMATTING_H_ 81 #endif // MOJO_SERVICES_GFX_COMPOSITION_CPP_FORMATTING_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698