Home
last modified time | relevance | path

Searched refs:PrepareCompleteParam (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.h74 void DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam &param);
83 sptr<Surface> &surface, const struct PrepareCompleteParam &param, void* data);
H A Drender_context_sample.h74 void DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam &param);
89 sptr<Surface> &surface, const struct PrepareCompleteParam &param, void* data);
H A Ddrawing_sample_canvaskit0310.cpp70 void DoPrepareCompleted(sptr<Surface>& surface, const struct PrepareCompleteParam &param);
537 void HelloDrawing::DoPrepareCompleted(sptr<Surface>& surface, const struct PrepareCompleteParam &pa… in DoPrepareCompleted()
603 sptr<Surface> &surface, const struct PrepareCompleteParam &param, void* data) in OnPrepareCompleted()
H A Ddrawing_engine_sample.cpp111 sptr<Surface> &surface, const struct PrepareCompleteParam &param, void* data) in OnPrepareCompleted()
389 …ngEngineSample::DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam &param) in DoPrepareCompleted()
H A Drender_context_sample.cpp72 sptr<Surface> &surface, const struct PrepareCompleteParam &param, void* data) in OnPrepareCompleted()
488 …rContextSample::DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam &param) in DoPrepareCompleted()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.h69 void DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam &param);
79 sptr<Surface> &surface, const struct PrepareCompleteParam &param, void* data);
H A Dhello_composer.cpp108 sptr<Surface> &surface, const struct PrepareCompleteParam &param, void* data) in OnPrepareCompleted()
448 void HelloComposer::DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam &pa… in DoPrepareCompleted()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.h75 void DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam& param);
82 sptr<Surface> &surface, const struct PrepareCompleteParam& param, void* data);
H A Ddrawing_sample.cpp82 sptr<Surface> &surface, const struct PrepareCompleteParam& param, void* data) in OnPrepareCompleted()
262 void DrawingSample::DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam& pa… in DoPrepareCompleted()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_backend.h35 struct PrepareCompleteParam { struct
44 … const struct PrepareCompleteParam &param, void* data)>; argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/
H A Dhdibackend_fuzzer.cpp94 …auto onPrepareCompleteFunc = [](sptr<Surface> &, const struct PrepareCompleteParam &, void*) -> vo… in DoSomethingInterestingWithMyAPI() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.h71 void OnPrepareComplete(sptr<Surface>& surface, const PrepareCompleteParam& param, void* data);
H A Drs_hardware_thread.h75 void OnPrepareComplete(sptr<Surface>& surface, const PrepareCompleteParam& param, void* data);
H A Drs_hardware_thread.cpp447 const PrepareCompleteParam& param, void* data) in OnPrepareComplete()
H A Drs_composer_adapter.cpp778 void RSComposerAdapter::OnPrepareComplete(sptr<Surface>& surface, const PrepareCompleteParam& param… in OnPrepareComplete()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdibackend_test.cpp111 … auto func = [](sptr<Surface> &, const struct PrepareCompleteParam &param, void* data) -> void {}; in __anon996991410302()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp108 … auto func = [](sptr<Surface> &, const struct PrepareCompleteParam &param, void* data) -> void {}; in __anon65db33060202()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp250 struct PrepareCompleteParam param = { in OnPrepareComplete()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_composer_adapter_test.cpp532 PrepareCompleteParam para;