Home | History | Annotate | Download | only in quads

Lines Matching defs:id

46   struct Id {
50 Id(int layer_id, int index) : layer_id(layer_id), index(index) {}
53 bool operator==(const Id& other) const {
56 bool operator!=(const Id& other) const {
59 bool operator<(const Id& other) const {
72 scoped_ptr<RenderPass> Copy(Id new_id) const;
78 void SetNew(Id id,
83 void SetAll(Id id,
95 Id id;
129 inline size_t hash_value(const cc::RenderPass::Id& key) {
134 struct hash<cc::RenderPass::Id> {
135 size_t operator()(cc::RenderPass::Id key) const {
146 typedef base::hash_map<RenderPass::Id, RenderPass*> RenderPassIdHashMap;