Searched refs:RenderBufferEntry (Results 1 – 2 of 2) sorted by relevance
79 struct RenderBufferEntry { struct80 RenderBufferEntry(): in RenderBufferEntry() argument84 RenderBufferEntry(GLenum format, const uint32_t width, const uint32_t height): in RenderBufferEntry() function88 RenderBufferEntry(RenderBuffer* buffer): in RenderBufferEntry() argument93 static int compare(const RenderBufferEntry& lhs, const RenderBufferEntry& rhs);95 bool operator==(const RenderBufferEntry& other) const {99 bool operator!=(const RenderBufferEntry& other) const {103 friend inline int strictly_order_type(const RenderBufferEntry& lhs, in strictly_order_type() argument104 const RenderBufferEntry& rhs) { in strictly_order_type()105 return RenderBufferEntry::compare(lhs, rhs) < 0; in strictly_order_type()[all …]
79 int RenderBufferCache::RenderBufferEntry::compare( in compare()80 const RenderBufferCache::RenderBufferEntry& lhs, in compare()81 const RenderBufferCache::RenderBufferEntry& rhs) { in compare()113 RenderBufferEntry entry(format, width, height); in get()151 RenderBufferEntry entry(buffer); in put()