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();
150 if (mCacheMode == egl_cache_t::EGLCacheMode::Monolithic) { in TEST_P()
192 if (mCacheMode == egl_cache_t::EGLCacheMode::Monolithic) { in TEST_P()
280 if (mCacheMode == egl_cache_t::EGLCacheMode::Monolithic) { in TEST_P()
331 EGLCacheTest, ::testing::Values(egl_cache_t::EGLCacheMode::Monolithic));
333 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.cpp189 void egl_cache_t::setCacheMode(EGLCacheMode cacheMode) { in setCacheMode()
190 mMultifileMode = (cacheMode == EGLCacheMode::Multifile); in setCacheMode()