Home
last modified time | relevance | path

Searched refs:EGLCacheMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/EGLTest/
Degl_cache_test.cpp37 class EGLCacheTest : public ::testing::TestWithParam<egl_cache_t::EGLCacheMode> {
59 egl_cache_t::EGLCacheMode mCacheMode = GetParam();
151 if (mCacheMode == egl_cache_t::EGLCacheMode::Monolithic) { in TEST_P()
193 if (mCacheMode == egl_cache_t::EGLCacheMode::Monolithic) { in TEST_P()
281 if (mCacheMode == egl_cache_t::EGLCacheMode::Monolithic) { in TEST_P()
332 EGLCacheTest, ::testing::Values(egl_cache_t::EGLCacheMode::Monolithic));
334 EGLCacheTest, ::testing::Values(egl_cache_t::EGLCacheMode::Multifile));
/frameworks/native/opengl/libs/EGL/
Degl_cache.h36 enum class EGLCacheMode { enum
74 void setCacheMode(EGLCacheMode cacheMode);
Degl_cache.cpp190 void egl_cache_t::setCacheMode(EGLCacheMode cacheMode) { in setCacheMode()
191 mMultifileMode = (cacheMode == EGLCacheMode::Multifile); in setCacheMode()