Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPaintMeasureTextTest.java64 public PaintMeasureTextTest(String key, int cacheMode, String text) { in PaintMeasureTextTest() argument
66 mCacheMode = cacheMode; in PaintMeasureTextTest()
/frameworks/native/opengl/libs/EGL/
Degl_cache.h74 void setCacheMode(EGLCacheMode cacheMode);
Degl_cache.cpp190 void egl_cache_t::setCacheMode(EGLCacheMode cacheMode) { in setCacheMode() argument
191 mMultifileMode = (cacheMode == EGLCacheMode::Multifile); in setCacheMode()