Searched refs:newCacheSize (Results 1 – 3 of 3) sorted by relevance
221 EGLint newCacheSize = eglProgramCacheGetAttribANGLE(display, EGL_PROGRAM_CACHE_SIZE_ANGLE); in TEST_P() local222 EXPECT_EQ(0, newCacheSize); in TEST_P()
90 void setCacheSize(size_t newCacheSize);
306 void InputLayoutCache::setCacheSize(size_t newCacheSize) in setCacheSize() argument309 LayoutCache newCache(newCacheSize); in setCacheSize()