Searched defs:RenderPassId (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/quads/
H A Drender_pass_id.h14 class CC_EXPORT RenderPassId { class in namespace:cc
19 RenderPassId(int layer_id, int index) : layer_id(layer_id), index(index) {} function in class:cc::RenderPassId
22 bool operator==(const RenderPassId& other) const {
25 bool operator!=(const RenderPassId& other) const { return !(*this == other); }
26 bool operator<(const RenderPassId& other) const {

Completed in 72 milliseconds