Searched defs:egl_cache_t (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.h35 class EGLAPI egl_cache_t { class in namespace:android
38 // get returns a pointer to the singleton egl_cache_t object. This
40 static egl_cache_t* get();
42 // initialize puts the egl_cache_t into an initialized state, such that it
49 // terminate puts the egl_cache_t back into the uninitialized state. When
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
[all...]
H A Degl_cache.cpp54 egl_cache_t::get()->setCacheFilename(filename);
62 egl_cache_t::get()->setBlob(key, keySize, value, valueSize);
67 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize);
71 // egl_cache_t definition
73 egl_cache_t::egl_cache_t() : function in class:android::egl_cache_t
77 egl_cache_t::~egl_cache_t() {
80 egl_cache_t egl_cache_t
[all...]

Completed in 36 milliseconds