Searched refs:cacheMode (Results 1 – 3 of 3) sorted by relevance
64 public PaintMeasureTextTest(String key, int cacheMode, String text) { in PaintMeasureTextTest() argument66 mCacheMode = cacheMode; in PaintMeasureTextTest()
74 void setCacheMode(EGLCacheMode cacheMode);
190 void egl_cache_t::setCacheMode(EGLCacheMode cacheMode) { in setCacheMode() argument191 mMultifileMode = (cacheMode == EGLCacheMode::Multifile); in setCacheMode()