Home
last modified time | relevance | path

Searched refs:egl_cache_t (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp42 egl_cache_t::get()->setCacheFilename(filename); in egl_set_cache_filename()
50 egl_cache_t::get()->setBlob(key, keySize, value, valueSize); in setBlob()
55 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize); in getBlob()
61 egl_cache_t::egl_cache_t() : mInitialized(false) {} in egl_cache_t() function in android::egl_cache_t
63 egl_cache_t::~egl_cache_t() {} in ~egl_cache_t()
65 egl_cache_t egl_cache_t::sCache;
67 egl_cache_t* egl_cache_t::get() { in get()
71 void egl_cache_t::initialize(egl_display_t* display) { in initialize()
107 void egl_cache_t::terminate() { in terminate()
159 void egl_cache_t::setCacheFilename(const char* filename) { in setCacheFilename()
[all …]
H A Degl_cache.h33 class EGLAPI egl_cache_t {
37 static egl_cache_t* get();
69 egl_cache_t();
70 ~egl_cache_t();
73 egl_cache_t(const egl_cache_t&); // not implemented
74 void operator=(const egl_cache_t&); // not implemented
114 static egl_cache_t sCache;
H A Degl_display.cpp89 egl_cache_t::get()->terminate(); in ~egl_display_t()
373 egl_cache_t::get()->initialize(this); in initialize()
/aosp12/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp36 mCache = egl_cache_t::get(); in SetUp()
44 egl_cache_t* mCache;