OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBlobCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_cache.cpp
77
mBlobCache
(NULL) {
130
mBlobCache
= NULL;
194
if (
mBlobCache
== NULL) {
195
mBlobCache
= new BlobCache(maxKeySize, maxValueSize, maxTotalSize);
198
return
mBlobCache
;
218
if (mFilename.length() > 0 &&
mBlobCache
!= NULL) {
219
size_t cacheSize =
mBlobCache
->getFlattenedSize();
256
status_t err =
mBlobCache
->flatten(buf + headerSize, cacheSize);
337
status_t err =
mBlobCache
->unflatten(buf + headerSize, cacheSize);
egl_cache.h
83
// saveBlobCache attempts to save the current contents of
mBlobCache
to
88
//
mBlobCache
.
99
//
mBlobCache
is the cache in which the key/value blob pairs are stored. It
102
sp<BlobCache>
mBlobCache
;
Completed in 260 milliseconds