Home
last modified time | relevance | path

Searched defs:context (Results 2351 - 2375 of 6612) sorted by relevance

1...<<919293949596979899100>>...265

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/
H A Drsdisplaynodecommand_fuzzer.cpp53 bool DoDisplayNode(const uint8_t* data, size_t size, RSContext& context) in DoDisplayNode() argument
89 DoSetDisplayMode(const uint8_t* data, size_t size, RSContext& context) DoSetDisplayMode() argument
117 DoSetBootAnimation(const uint8_t* data, size_t size, RSContext& context) DoSetBootAnimation() argument
137 DoSetScbNodePid(const uint8_t* data, size_t size, RSContext& context) DoSetScbNodePid() argument
168 std::shared_ptr<OHOS::Rosen::RSContext> context = std::make_shared<OHOS::Rosen::RSContext>(); LLVMFuzzerTestOneInput() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp47 RSContext context; in HWTEST_F() local
63 RSContext context; in HWTEST_F() local
80 RSContext context; in HWTEST_F() local
97 RSContext context; in HWTEST_F() local
114 RSContext context; in HWTEST_F() local
132 RSContext context; HWTEST_F() local
148 RSContext context; HWTEST_F() local
164 RSContext context; HWTEST_F() local
181 RSContext context; HWTEST_F() local
198 RSContext context; HWTEST_F() local
215 RSContext context; HWTEST_F() local
234 RSContext context; HWTEST_F() local
251 RSContext context; HWTEST_F() local
269 RSContext context; HWTEST_F() local
287 RSContext context; HWTEST_F() local
304 RSContext context; HWTEST_F() local
320 RSContext context; HWTEST_F() local
337 RSContext context; HWTEST_F() local
353 RSContext context; HWTEST_F() local
369 RSContext context; HWTEST_F() local
396 RSContext context; HWTEST_F() local
423 RSContext context; HWTEST_F() local
436 RSContext context; HWTEST_F() local
452 RSContext context; HWTEST_F() local
467 RSContext context; HWTEST_F() local
483 RSContext context; HWTEST_F() local
500 RSContext context; HWTEST_F() local
515 RSContext context; HWTEST_F() local
531 RSContext context; HWTEST_F() local
546 RSContext context; HWTEST_F() local
561 RSContext context; HWTEST_F() local
576 RSContext context; HWTEST_F() local
591 RSContext context; HWTEST_F() local
[all...]
H A Drs_node_showing_command_test.cpp117 RSContext context; in HWTEST_F() local
201 RSContext context; in HWTEST_F() local
242 RSContext context; HWTEST_F() local
296 RSContext context; HWTEST_F() local
[all...]
H A Drs_animation_command_test.cpp52 RSContext context; in HWTEST_F() local
69 RSContext context; in HWTEST_F() local
95 RSContext context; in HWTEST_F() local
117 RSContext context; in HWTEST_F() local
152 RSContext context; HWTEST_F() local
175 RSContext context; HWTEST_F() local
194 RSContext context; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_display_node_command.cpp25 void DisplayNodeCommandHelper::Create(RSContext& context, NodeId id, const RSDisplayNodeConfig& config) in Create() argument
54 void DisplayNodeCommandHelper::AddDisplayNodeToTree(RSContext& context, NodeId id) in AddDisplayNodeToTree() argument
63 void DisplayNodeCommandHelper::RemoveDisplayNodeFromTree(RSContext& context, NodeI argument
46 CreateWithConfigInRS( RSContext& context, NodeId id, const RSDisplayNodeConfig& config) CreateWithConfigInRS() argument
72 SetScreenId(RSContext& context, NodeId id, uint64_t screenId) SetScreenId() argument
79 SetRogSize(RSContext& context, NodeId id, uint32_t rogWidth, uint32_t rogHeight) SetRogSize() argument
86 SetDisplayOffset(RSContext& context, NodeId id, int32_t offsetX, int32_t offsetY) SetDisplayOffset() argument
93 SetScreenRotation(RSContext& context, NodeId id, const ScreenRotation& screenRotation) SetScreenRotation() argument
100 SetSecurityDisplay(RSContext& context, NodeId id, bool isSecurityDisplay) SetSecurityDisplay() argument
107 SetDisplayMode(RSContext& context, NodeId id, const RSDisplayNodeConfig& config) SetDisplayMode() argument
128 SetBootAnimation(RSContext& context, NodeId nodeId, bool isBootAnimation) SetBootAnimation() argument
135 SetScbNodePid(RSContext& context, NodeId nodeId, const std::vector<int32_t>& oldScbPids, int32_t currentScbPid) SetScbNodePid() argument
[all...]
H A Drs_animation_command.cpp36 AnimationCallback( RSContext& context, NodeId targetId, AnimationId animId, AnimationCallbackEvent event) AnimationCallback() argument
49 CreateAnimation( RSContext& context, NodeId targetId, const std::shared_ptr<RSRenderAnimation>& animation) CreateAnimation() argument
76 CreateParticleAnimation( RSContext& context, NodeId targetId, const std::shared_ptr<RSRenderParticleAnimation>& animation) CreateParticleAnimation() argument
102 CancelAnimation(RSContext& context, NodeId targetId, PropertyId propertyId) CancelAnimation() argument
113 CreateInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations, bool startImmediately) CreateInteractiveAnimator() argument
128 DestoryInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId) DestoryInteractiveAnimator() argument
137 InteractiveAnimatorAddAnimations(RSContext& context, InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations) InteractiveAnimatorAddAnimations() argument
147 PauseInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId) PauseInteractiveAnimator() argument
156 ContinueInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId) ContinueInteractiveAnimator() argument
165 FinishInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId, RSInteractiveAnimationPosition finishPos) FinishInteractiveAnimator() argument
175 ReverseInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId) ReverseInteractiveAnimator() argument
184 SetFractionInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId, float fraction) SetFractionInteractiveAnimator() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_image_test.cpp108 GPUContext context; in HWTEST_F() local
116 GPUContext context; in HWTEST_F() local
136 GPUContext context; in HWTEST_F() local
150 GPUContext context; in HWTEST_F() local
169 GPUContext context; in HWTEST_F() local
257 GPUContext context; HWTEST_F() local
292 GPUContext context; HWTEST_F() local
[all...]
H A Dskia_surface_test.cpp61 GPUContext context; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_drawable_test.cpp37 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSDrawableTest
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_handler_test.cpp30 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSSurfaceHandlerTest
H A Drs_display_render_node_test.cpp36 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSDisplayRenderNodeTest
[all...]
H A Drs_canvas_render_node_test.cpp34 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSCanvasRenderNodeTest
93 std::weak_ptr<RSContext> context; in HWTEST_F() local
112 std::weak_ptr<RSContext> context; in HWTEST_F() local
206 std::weak_ptr<RSContext> context; HWTEST_F() local
221 std::weak_ptr<RSContext> context; HWTEST_F() local
240 std::weak_ptr<RSContext> context; HWTEST_F() local
265 std::weak_ptr<RSContext> context; HWTEST_F() local
300 std::weak_ptr<RSContext> context; HWTEST_F() local
330 std::weak_ptr<RSContext> context; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_windows.cpp135 void RSSurfaceWindows::SetRenderContext(RenderContext* context) in SetRenderContext() argument
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test_basic.cpp1570 std::shared_ptr<OHOS::AbilityRuntime::Context> context = nullptr; in HWTEST_F() local
1594 std::shared_ptr<OHOS::AbilityRuntime::Context> context = nullptr; in HWTEST_F() local
1668 std::shared_ptr<OHOS::AbilityRuntime::Context> context = nullptr; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_collector.cpp189 void FrameCollector::SwitchFunction(const char *key, const char *value, void *context) in SwitchFunction() argument
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_draw_test.cpp37 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSDrawableTest
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.cpp133 void RSSurfaceDarwin::SetRenderContext(RenderContext* context) in SetRenderContext() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder.cpp76 uint32_t HeifDecoder::Decode(uint32_t index, DecodeContext &context) in Decode() argument
116 uint32_t HeifDecoder::PromoteIncrementalDecode(uint32_t index, ProgDecodeContext &context) in PromoteIncrementalDecode() argument
128 bool HeifDecoder::AllocHeapBuffer(DecodeContext &context) in AllocHeapBuffer() argument
161 AllocShareMem(DecodeContext &context, uint64_t byteCount) AllocShareMem() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/
H A Draw_decoder.cpp199 uint32_t RawDecoder::Decode(uint32_t index, DecodeContext &context) in Decode() argument
351 uint32_t RawDecoder::DoDecode(uint32_t index, DecodeContext &context) in DoDecode() argument
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddeferred_photo_proxy_napi.cpp174 auto context = static_cast<DeferredPhotoProxAsyncContext*>(data); in DeferredPhotoAsyncTaskComplete() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.cpp65 ErrorCode BrightnessEFilter::Render(EffectBuffer *buffer, std::shared_ptr<EffectContext> &context) in Render() argument
81 ErrorCode BrightnessEFilter::Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) in Render() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp103 DecodeContext context; in DecodeToYUV() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Draw_decoder_test.cpp260 DecodeContext context; in HWTEST_F() local
276 DecodeContext context; in HWTEST_F() local
463 DecodeContext context; in HWTEST_F() local
479 DecodeContext context; in HWTEST_F() local
592 DecodeContext context; in HWTEST_F() local
610 DecodeContext context; HWTEST_F() local
751 DecodeContext context; HWTEST_F() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.cpp64 ErrorCode ContrastEFilter::Render(EffectBuffer *buffer, std::shared_ptr<EffectContext> &context) in Render() argument
80 ErrorCode ContrastEFilter::Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) in Render() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/
H A Dimage_png_plugin_fuzz.cpp45 DecodeContext context; in DoPrivateFun() local
92 DecodeContext context; in PngDecoderFuncTest001() local

Completed in 16 milliseconds

1...<<919293949596979899100>>...265