Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp47 egl_cache_t::get()->setCacheFilename(filename); in egl_set_cache_filename()
55 egl_cache_t::get()->setBlob(key, keySize, value, valueSize); in setBlob()
60 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize); in getBlob()
66 egl_cache_t::egl_cache_t() : in egl_cache_t() function in android::egl_cache_t
70 egl_cache_t::~egl_cache_t() { in ~egl_cache_t()
73 egl_cache_t egl_cache_t::sCache;
75 egl_cache_t* egl_cache_t::get() { in get()
79 void egl_cache_t::initialize(egl_display_t *display) { in initialize()
117 void egl_cache_t::terminate() { in terminate()
125 void egl_cache_t::setBlob(const void* key, EGLsizeiANDROID keySize, in setBlob()
[all …]
Degl_cache.h35 class EGLAPI egl_cache_t {
40 static egl_cache_t* get();
72 egl_cache_t();
73 ~egl_cache_t();
76 egl_cache_t(const egl_cache_t&); // not implemented
77 void operator=(const egl_cache_t&); // not implemented
117 static egl_cache_t sCache;
Degl_display.cpp92 egl_cache_t::get()->terminate(); in ~egl_display_t()
408 egl_cache_t::get()->initialize(this); in initialize()
/frameworks/native/opengl/tests/EGLTest/
Degl_cache_test.cpp36 mCache = egl_cache_t::get(); in SetUp()
44 egl_cache_t* mCache;