Searched refs:egl_cache_t (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.h33 class EGLAPI egl_cache_t { class in namespace:android
36 // get returns a pointer to the singleton egl_cache_t object. This
38 static egl_cache_t* get();
40 // initialize puts the egl_cache_t into an initialized state, such that it
47 // terminate puts the egl_cache_t back into the uninitialized state. When
70 egl_cache_t();
71 ~egl_cache_t();
74 egl_cache_t(const egl_cache_t&); // not implemented
75 void operator=(const egl_cache_t
[all...]
H A Degl_cache.cpp65 egl_cache_t::get()->setBlob(key, keySize, value, valueSize);
70 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize);
74 // egl_cache_t definition
76 egl_cache_t::egl_cache_t() : function in class:android::egl_cache_t
81 egl_cache_t::~egl_cache_t() {
84 egl_cache_t egl_cache_t::sCache;
86 egl_cache_t* egl_cache_
[all...]
H A Degl_display.cpp64 egl_cache_t::get()->terminate();
198 egl_cache_t::get()->initialize(this);
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp32 mCache = egl_cache_t::get();
40 egl_cache_t* mCache;
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp714 egl_cache_t::get()->setCacheFilename(cacheArray);

Completed in 234 milliseconds