OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBlobCacheLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_cache.h
77
//
getBlobCacheLocked
returns the BlobCache object being used to store the
81
sp<BlobCache>
getBlobCacheLocked
();
100
// is initially NULL, and will be initialized by
getBlobCacheLocked
the
egl_cache.cpp
143
sp<BlobCache> bc =
getBlobCacheLocked
();
182
sp<BlobCache> bc =
getBlobCacheLocked
();
193
sp<BlobCache> egl_cache_t::
getBlobCacheLocked
() {
Completed in 228 milliseconds