/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_proxy_node_command.h | 34 static void ResetContextVariableCache(RSContext& context, NodeId id); 39 …ROXY_NODE_RESET_CONTEXT_VARIABLE_CACHE, ProxyNodeCommandHelper::ResetContextVariableCache, NodeId))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_proxy_node_command.cpp | 34 void ProxyNodeCommandHelper::ResetContextVariableCache(RSContext& context, NodeId id) in ResetContextVariableCache() function in OHOS::Rosen::ProxyNodeCommandHelper 37 node->ResetContextVariableCache(); in ResetContextVariableCache()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_proxy_node_command_test.cpp | 45 ProxyNodeCommandHelper::ResetContextVariableCache(context, id); 49 ProxyNodeCommandHelper::ResetContextVariableCache(context, id);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_proxy_render_node.cpp | 108 void RSProxyRenderNode::ResetContextVariableCache() in ResetContextVariableCache() function in OHOS::Rosen::RSProxyRenderNode 123 ResetContextVariableCache(); in OnTreeStateChanged()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_proxy_render_node.h | 59 void ResetContextVariableCache();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_proxy_node.h | 38 void ResetContextVariableCache() const;
|
H A D | rs_proxy_node.cpp | 88 void RSProxyNode::ResetContextVariableCache() const in ResetContextVariableCache() function in OHOS::Rosen::RSProxyNode
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/ |
H A D | rsproxyrendernode_fuzzer.cpp | 88 rsProxyRenderNode->ResetContextVariableCache(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/ |
H A D | rsproxynode_fuzzer.cpp | 81 proxyNode.ResetContextVariableCache(); in DoRSProxyNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_proxy_node_test.cpp | 59 node->ResetContextVariableCache();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_proxy_render_node_test.cpp | 60 node->ResetContextVariableCache();
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/ |
H A D | rs_window_animation_utils.cpp | 54 proxyNode->ResetContextVariableCache(); in CreateJsWindowAnimationTarget()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/ |
H A D | rscommand_fuzzer.cpp | 207 ProxyNodeCommandHelper::ResetContextVariableCache(context, static_cast<NodeId>(id)); in RSProxyNodeCommandFuzzTest()
|