Home
last modified time | relevance | path

Searched refs:ResetContextVariableCache (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_proxy_node_command.h34 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 Drs_proxy_node_command.cpp34 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 Drs_proxy_node_command_test.cpp45 ProxyNodeCommandHelper::ResetContextVariableCache(context, id);
49 ProxyNodeCommandHelper::ResetContextVariableCache(context, id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp108 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 Drs_proxy_render_node.h59 void ResetContextVariableCache();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_proxy_node.h38 void ResetContextVariableCache() const;
H A Drs_proxy_node.cpp88 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 Drsproxyrendernode_fuzzer.cpp88 rsProxyRenderNode->ResetContextVariableCache(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/
H A Drsproxynode_fuzzer.cpp81 proxyNode.ResetContextVariableCache(); in DoRSProxyNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_proxy_node_test.cpp59 node->ResetContextVariableCache();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_proxy_render_node_test.cpp60 node->ResetContextVariableCache();
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_utils.cpp54 proxyNode->ResetContextVariableCache(); in CreateJsWindowAnimationTarget()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp207 ProxyNodeCommandHelper::ResetContextVariableCache(context, static_cast<NodeId>(id)); in RSProxyNodeCommandFuzzTest()