/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/tests/unittests/libsurfaceflingerflags_test/android_arm64_armv8-2a_cortex-a55_static/gen/include/ |
D | com_android_graphics_surfaceflinger_flags.h | 23 virtual bool cache_when_source_crop_layer_only_moved() = 0; 79 virtual void cache_when_source_crop_layer_only_moved(bool val) = 0; 187 inline bool cache_when_source_crop_layer_only_moved() { in cache_when_source_crop_layer_only_moved() function 188 return provider_->cache_when_source_crop_layer_only_moved(); in cache_when_source_crop_layer_only_moved() 190 inline void cache_when_source_crop_layer_only_moved(bool val) { in cache_when_source_crop_layer_only_moved() function 191 provider_->cache_when_source_crop_layer_only_moved(val); in cache_when_source_crop_layer_only_moved()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
H A D | PredictorTest.cpp | 134 cache_when_source_crop_layer_only_moved, in TEST_F() 168 cache_when_source_crop_layer_only_moved, in TEST_F() 317 cache_when_source_crop_layer_only_moved, in TEST_F() 363 cache_when_source_crop_layer_only_moved, in TEST_F() 486 cache_when_source_crop_layer_only_moved, in TEST_F() 526 cache_when_source_crop_layer_only_moved, in TEST_F()
|
H A D | LayerStateTest.cpp | 470 cache_when_source_crop_layer_only_moved, in TEST_F()
|
H A D | FlattenerTest.cpp | 247 cache_when_source_crop_layer_only_moved, in TEST_F()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/libsurfaceflingerflags/android_arm64_armv8-2a_cortex-a55_static/gen/include/ |
D | com_android_graphics_surfaceflinger_flags.h | 179 virtual bool cache_when_source_crop_layer_only_moved() = 0; 258 inline bool cache_when_source_crop_layer_only_moved() { in cache_when_source_crop_layer_only_moved() function
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/common/ |
H A D | FlagManager.cpp | 134 DUMP_ACONFIG_FLAG(cache_when_source_crop_layer_only_moved); in dump() 235 FLAG_MANAGER_ACONFIG_FLAG(cache_when_source_crop_layer_only_moved,
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/tests/unittests/libsurfaceflingerflags_test/android_arm64_armv8-2a_cortex-a55_static/gen/ |
D | com_android_graphics_surfaceflinger_flags.cc | 149 virtual bool cache_when_source_crop_layer_only_moved() override { in cache_when_source_crop_layer_only_moved() function in com::android::graphics::surfaceflinger::flags::flag_provider 159 virtual void cache_when_source_crop_layer_only_moved(bool val) override { in cache_when_source_crop_layer_only_moved() function in com::android::graphics::surfaceflinger::flags::flag_provider 882 return com::android::graphics::surfaceflinger::flags::cache_when_source_crop_layer_only_moved(); in com_android_graphics_surfaceflinger_flags_cache_when_source_crop_layer_only_moved() 885 com::android::graphics::surfaceflinger::flags::cache_when_source_crop_layer_only_moved(val); in set_com_android_graphics_surfaceflinger_flags_cache_when_source_crop_layer_only_moved()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | surfaceflinger_flags.aconfig | 100 # See alternative one: cache_when_source_crop_layer_only_moved 112 name: "cache_when_source_crop_layer_only_moved"
|
/aosp_15_r20/build/release/aconfig/trunk_staging/com.android.graphics.surfaceflinger.flags/ |
H A D | cache_when_source_crop_layer_only_moved_flag_values.textproto | 3 name: "cache_when_source_crop_layer_only_moved"
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/common/include/common/ |
H A D | FlagManager.h | 71 bool cache_when_source_crop_layer_only_moved() const;
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/libsurfaceflingerflags/android_arm64_armv8-2a_cortex-a55_static/gen/ |
D | com_android_graphics_surfaceflinger_flags.cc | 41 virtual bool cache_when_source_crop_layer_only_moved() override { in cache_when_source_crop_layer_only_moved() function in com::android::graphics::surfaceflinger::flags::flag_provider
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
H A D | LayerState.cpp | 74 if (FlagManager::getInstance().cache_when_source_crop_layer_only_moved() && in getHash()
|
H A D | Flattener.cpp | 58 if (FlagManager::getInstance().cache_when_source_crop_layer_only_moved() && in isSameStack()
|