Searched refs:egl_cache_t (Results 1 – 5 of 5) sorted by relevance
33 class EGLAPI egl_cache_t {38 static egl_cache_t* get();70 egl_cache_t();71 ~egl_cache_t();74 egl_cache_t(const egl_cache_t&); // not implemented75 void operator=(const egl_cache_t&); // not implemented123 static egl_cache_t sCache;
64 egl_cache_t::get()->setBlob(key, keySize, value, valueSize); in setBlob()69 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize); in getBlob()75 egl_cache_t::egl_cache_t() : in egl_cache_t() function in android::egl_cache_t80 egl_cache_t::~egl_cache_t() { in ~egl_cache_t()83 egl_cache_t egl_cache_t::sCache;85 egl_cache_t* egl_cache_t::get() { in get()89 void egl_cache_t::initialize(egl_display_t *display) { in initialize()127 void egl_cache_t::terminate() { in terminate()133 void egl_cache_t::setBlob(const void* key, EGLsizeiANDROID keySize, in setBlob()153 egl_cache_t* c = egl_cache_t::get(); in setBlob()[all …]
65 egl_cache_t::get()->terminate(); in ~egl_display_t()212 egl_cache_t::get()->initialize(this); in initialize()
32 mCache = egl_cache_t::get(); in SetUp()40 egl_cache_t* mCache;
446 egl_cache_t::get()->setCacheFilename(cacheArray); in android_view_ThreadedRenderer_setupShadersDiskCache()