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

/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h192 // An EntryHeader is the header for a serialized cache entry. No need to
193 // make this portable, so we simply write the struct out. Each EntryHeader
196 // The beginning of each serialized EntryHeader is 4-byte aligned, so the
199 // ((sizeof(EntryHeader) + keySize + valueSize) + 3) & ~3
201 struct EntryHeader { struct in class:android::BlobCache

Completed in 15 milliseconds