HomeSort by relevance Sort by last modified time
    Searched refs:RenderBufferEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
RenderBufferCache.h 76 struct RenderBufferEntry {
77 RenderBufferEntry():
81 RenderBufferEntry(GLenum format, const uint32_t width, const uint32_t height):
85 RenderBufferEntry(RenderBuffer* buffer):
90 static int compare(const RenderBufferEntry& lhs, const RenderBufferEntry& rhs);
92 bool operator==(const RenderBufferEntry& other) const {
96 bool operator!=(const RenderBufferEntry& other) const {
100 bool operator<(const RenderBufferEntry& other) const {
101 return RenderBufferEntry::compare(*this, other) < 0
    [all...]
RenderBufferCache.cpp 67 int RenderBufferCache::RenderBufferEntry::compare(
68 const RenderBufferCache::RenderBufferEntry& lhs,
69 const RenderBufferCache::RenderBufferEntry& rhs) {
100 RenderBufferEntry entry(format, width, height);
136 RenderBufferEntry entry(buffer);

Completed in 167 milliseconds