/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 192 auto tpFeatureConfigType = static_cast<TpFeatureConfigType>(GetData<uint8_t>()); in DoSetTpFeatureConfigFuzzTest() local 196 rsInterfaces.SetTpFeatureConfig(tpFeature, tpConfig.c_str(), tpFeatureConfigType); in DoSetTpFeatureConfigFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 243 auto tpFeatureConfigType = static_cast<TpFeatureConfigType>(GetData<uint8_t>()); in DoSetTpFeatureConfigFuzzTest() local 249 …SRenderServiceConnectionProxy.SetTpFeatureConfig(tpFeature, tpConfig.c_str(), tpFeatureConfigType); in DoSetTpFeatureConfigFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 699 …s::SetTpFeatureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig() argument 701 renderServiceClient_->SetTpFeatureConfig(feature, config, tpFeatureConfigType); in SetTpFeatureConfig()
|
H A D | rs_interfaces.h | 288 TpFeatureConfigType tpFeatureConfigType = TpFeatureConfigType::DEFAULT_TP_FEATURE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 308 …tTpFeatureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFeatureConfigType) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 576 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 576 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 273 TpFeatureConfigType tpFeatureConfigType = TpFeatureConfigType::DEFAULT_TP_FEATURE) override;
|
H A D | rs_render_service_client.cpp | 1493 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig() argument 1499 renderService->SetTpFeatureConfig(feature, config, tpFeatureConfigType); in SetTpFeatureConfig()
|
H A D | rs_render_service_connection_proxy.cpp | 2807 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig() argument 2825 if (!data.WriteUint8(static_cast<uint8_t>(tpFeatureConfigType))) { in SetTpFeatureConfig()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 294 …atureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFeatureConfigType) override;
|
H A D | rs_render_service_connection.cpp | 2016 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig() argument 2018 switch (tpFeatureConfigType) { in SetTpFeatureConfig() 2043 static_cast<uint8_t>(tpFeatureConfigType)); in SetTpFeatureConfig()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 365 TpFeatureConfigType tpFeatureConfigType = TpFeatureConfigType::DEFAULT_TP_FEATURE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1800 auto tpFeatureConfigType = static_cast<TpFeatureConfigType>(data.ReadUint8()); in OnRemoteRequest() local 1801 SetTpFeatureConfig(feature, config, tpFeatureConfigType); in OnRemoteRequest()
|