HomeSort by relevance Sort by last modified time
    Searched refs:CacheMode (Results 1 - 4 of 4) sorted by null

  /frameworks/base/include/androidfw/
AssetManager.h 64 * files it has seen. This can be controlled with the "cacheMode"
79 typedef enum CacheMode {
84 } CacheMode;
86 AssetManager(CacheMode cacheMode = CACHE_OFF);
388 CacheMode mCacheMode; // is the cache enabled?
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 211 enum CacheMode
681 CacheMode cache;
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 61 void emitCachingMode(CacheMode c);
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 152 AssetManager::AssetManager(CacheMode cacheMode)
155 mCacheMode(cacheMode), mCacheValid(false)
    [all...]

Completed in 64 milliseconds