/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_background_test.cpp | 170 RSSystemProperties::SetCacheEnabledForRotation(true); 180 RSSystemProperties::SetCacheEnabledForRotation(false); 199 RSSystemProperties::SetCacheEnabledForRotation(true); 208 RSSystemProperties::SetCacheEnabledForRotation(false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_system_properties.cpp | 180 void RSSystemProperties::SetCacheEnabledForRotation(bool flag) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
|
H A D | rs_render_service_client.cpp | 542 void RSRenderServiceClient::SetCacheEnabledForRotation(bool isEnabled) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_system_properties.cpp | 186 void RSSystemProperties::SetCacheEnabledForRotation(bool flag) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
|
H A D | rs_render_service_client.cpp | 542 void RSRenderServiceClient::SetCacheEnabledForRotation(bool isEnabled) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/ |
H A D | rs_system_properties.h | 173 static void SetCacheEnabledForRotation(bool flag);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_thread_params.h | 248 void SetCacheEnabledForRotation(bool flag) in SetCacheEnabledForRotation() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 631 renderServiceClient_->SetCacheEnabledForRotation(true); in EnableCacheForRotation() 661 renderServiceClient_->SetCacheEnabledForRotation(false); in DisableCacheForRotation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 859 HWTEST_F(RSRenderServiceConnectionProxyTest, SetCacheEnabledForRotation, TestSize.Level1) 869 proxy->SetCacheEnabledForRotation(true);
|
H A D | rs_system_properties_test.cpp | 444 RSSystemProperties::SetCacheEnabledForRotation(true);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 211 rsRenderServiceConnectionProxy.SetCacheEnabledForRotation(true); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 280 virtual void SetCacheEnabledForRotation(bool isEnabled) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 253 void SetCacheEnabledForRotation(bool isEnabled) override;
|
H A D | rs_render_service_client.cpp | 1430 void RSRenderServiceClient::SetCacheEnabledForRotation(bool isEnabled) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSRenderServiceClient 1434 renderService->SetCacheEnabledForRotation(isEnabled); in SetCacheEnabledForRotation()
|
H A D | rs_system_properties.cpp | 452 void RSSystemProperties::SetCacheEnabledForRotation(bool flag) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
|
H A D | rs_render_service_connection_proxy.cpp | 2653 void RSRenderServiceConnectionProxy::SetCacheEnabledForRotation(bool isEnabled) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSRenderServiceConnectionProxy
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 279 void SetCacheEnabledForRotation(bool isEnabled) override;
|
H A D | rs_render_service_connection.cpp | 1972 void RSRenderServiceConnection::SetCacheEnabledForRotation(bool isEnabled) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSRenderServiceConnection 1978 RSSystemProperties::SetCacheEnabledForRotation(isEnabled); in SetCacheEnabledForRotation()
|
H A D | rs_main_thread.cpp | 2138 … renderThreadParams_->SetCacheEnabledForRotation(RSSystemProperties::GetCacheEnabledForRotation()); in Render()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 344 void SetCacheEnabledForRotation(bool isEnabled);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1732 SetCacheEnabledForRotation(isEnabled); in OnRemoteRequest()
|