Home
last modified time | relevance | path

Searched refs:SetCacheEnabledForRotation (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp170 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 Drs_system_properties.cpp180 void RSSystemProperties::SetCacheEnabledForRotation(bool flag) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
H A Drs_render_service_client.cpp542 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 Drs_system_properties.cpp186 void RSSystemProperties::SetCacheEnabledForRotation(bool flag) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
H A Drs_render_service_client.cpp542 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 Drs_system_properties.h173 static void SetCacheEnabledForRotation(bool flag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_thread_params.h248 void SetCacheEnabledForRotation(bool flag) in SetCacheEnabledForRotation() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp631 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 Drs_render_service_connection_proxy_test.cpp859 HWTEST_F(RSRenderServiceConnectionProxyTest, SetCacheEnabledForRotation, TestSize.Level1)
869 proxy->SetCacheEnabledForRotation(true);
H A Drs_system_properties_test.cpp444 RSSystemProperties::SetCacheEnabledForRotation(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp211 rsRenderServiceConnectionProxy.SetCacheEnabledForRotation(true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h280 virtual void SetCacheEnabledForRotation(bool isEnabled) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h253 void SetCacheEnabledForRotation(bool isEnabled) override;
H A Drs_render_service_client.cpp1430 void RSRenderServiceClient::SetCacheEnabledForRotation(bool isEnabled) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSRenderServiceClient
1434 renderService->SetCacheEnabledForRotation(isEnabled); in SetCacheEnabledForRotation()
H A Drs_system_properties.cpp452 void RSSystemProperties::SetCacheEnabledForRotation(bool flag) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
H A Drs_render_service_connection_proxy.cpp2653 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 Drs_render_service_connection.h279 void SetCacheEnabledForRotation(bool isEnabled) override;
H A Drs_render_service_connection.cpp1972 void RSRenderServiceConnection::SetCacheEnabledForRotation(bool isEnabled) in SetCacheEnabledForRotation() function in OHOS::Rosen::RSRenderServiceConnection
1978 RSSystemProperties::SetCacheEnabledForRotation(isEnabled); in SetCacheEnabledForRotation()
H A Drs_main_thread.cpp2138 … renderThreadParams_->SetCacheEnabledForRotation(RSSystemProperties::GetCacheEnabledForRotation()); in Render()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h344 void SetCacheEnabledForRotation(bool isEnabled);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1732 SetCacheEnabledForRotation(isEnabled); in OnRemoteRequest()