/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | bind.cpp | 25 Bind::~Bind() in ~Bind() 34 AnyReturnValue Bind::SetValue(const IAny& value) in SetValue() 38 const IAny& Bind::GetValue() const in GetValue() 50 bool Bind::IsCompatible(const TypeId& id) const in IsCompatible() 54 bool Bind::SetTarget(const IProperty::ConstPtr& prop, bool getDeps, const IProperty* owner) in SetTarget() 65 bool Bind::SetTarget(const IFunction::ConstPtr& func, bool getDeps, const IProperty* owner) in SetTarget() 73 IFunction::ConstPtr Bind::GetTarget() const in GetTarget() 77 bool Bind::AddDependency(const INotifyOnChange::ConstPtr& dep) in AddDependency() 88 bool Bind in AddDependency() [all...] |
H A D | bind.h | 26 class Bind : public Internal::BaseObjectFwd<Bind, META_NS::ClassId::Bind, IValue, IBind, INotifyOnChange, ISerializable, class 28 using Super = Internal::BaseObjectFwd<Bind, META_NS::ClassId::Bind, IValue, IBind, INotifyOnChange, ISerializable, 32 META_NO_COPY_MOVE(Bind) 34 Bind() = default; 35 ~Bind() override;
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | surface_test.cpp | 65 ASSERT_FALSE(surface->Bind(bitmap)); in HWTEST_F() 81 ASSERT_TRUE(surface->Bind(bitmap)); in HWTEST_F() 96 ASSERT_FALSE(surface->Bind(image)); in HWTEST_F() 110 ASSERT_FALSE(surface->Bind(info)); in HWTEST_F() 113 ASSERT_FALSE(surface->Bind(info)); in HWTEST_F() 116 ASSERT_FALSE(surface->Bind(info)); in HWTEST_F() 147 ASSERT_TRUE(surface->Bind(bitmap)); in HWTEST_F() 179 ASSERT_TRUE(surface->Bind(bitmap)); in HWTEST_F() 212 ASSERT_TRUE(surface->Bind(bitmap)); in HWTEST_F() 231 ASSERT_TRUE(surface->Bind(bitma in HWTEST_F() [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | shader_module_gles.h | 36 struct Bind { struct 41 BASE_NS::vector<Bind> ubSets; // uniform blocks 42 BASE_NS::vector<Bind> sbSets; // shader storage blocks 43 BASE_NS::vector<Bind> siSets; // subpass inputs 44 BASE_NS::vector<Bind> ciSets; // image textures 45 BASE_NS::vector<Bind> cbSets; // combined textures (sampler2D etc)
|
H A D | render_backend_gles.h | 57 struct Bind; 235 BASE_NS::vector<Gles::Bind> resources; 239 static Gles::Bind& SetupBind(const DescriptorSetLayoutBinding& res, BASE_NS::vector<Gles::Bind>& resources); 240 void BindSampler(const BindableSampler& res, Gles::Bind& obj, uint32_t index); 241 void BindImage(const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index); 242 void BindImageSampler(const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index); 243 void BindBuffer(const BindableBuffer& res, Gles::Bind& obj, uint32_t dynamicOffset, uint32_t index);
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | render_opengl_renderer.cpp | 35 frameBuffer->Bind();
in Draw() 37 shader->Bind();
in Draw() 38 mesh->Bind(shader);
in Draw() 55 shader->Bind();
in Draw() 56 mesh->Bind(shader);
in Draw() 120 shader->Bind();
in DrawOnScreenWithTransform() 124 mesh->Bind(shader);
in DrawOnScreenWithTransform() 134 shader->Bind();
in DrawOnScreen() 139 mesh->Bind(shader);
in DrawOnScreen()
|
H A D | algorithm_program.cpp | 59 void AlgorithmProgram::Bind()
in Bind() function in OHOS::Media::Effect::AlgorithmProgram 61 shader_->Bind();
in Bind()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | surface.cpp | 28 bool Surface::Bind(const Bitmap& bitmap) in Bind() function in OHOS::Rosen::Drawing::Surface 30 return impl_->Bind(bitmap); in Bind() 34 bool Surface::Bind(const Image& image) in Bind() function in OHOS::Rosen::Drawing::Surface 36 return impl_->Bind(image); in Bind() 39 bool Surface::Bind(const FrameBuffer& frameBuffer) in Bind() function in OHOS::Rosen::Drawing::Surface 41 return impl_->Bind(frameBuffer); in Bind()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | default_value_bind.h | 40 Bind(other.source_.lock()); in DefaultValueBind() 44 Bind(other.source_.lock()); in DefaultValueBind() 52 Bind(other.source_.lock()); in operator =() 59 Bind(other.source_.lock()); in operator =() 65 bool Bind(const IProperty::ConstPtr& source) in Bind() function in final
|
/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/ |
H A D | frame_painter_test.cpp | 67 canvas.Bind(bitmap); in HWTEST_F() 85 canvas.Bind(bitmap); in HWTEST_F() 103 canvas.Bind(bitmap); in HWTEST_F() 121 canvas.Bind(bitmap); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | surface_impl.h | 51 virtual bool Bind(const Bitmap& bitmap) = 0; 53 virtual bool Bind(const Image& image) = 0; 54 virtual bool Bind(const FrameBuffer& frameBuffer) = 0;
|
/foundation/filemanagement/dfs_service/test/mock/ |
H A D | socket_mock.cpp | 29 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind() function 31 return DfsSocket::dfsSocket->Bind(socket, qos, qosCount, listener); in Bind()
|
H A D | socket_mock.h | 30 virtual int32_t Bind(int32_t, const QosTV qos[], uint32_t, const ISocketListener *) = 0; 40 MOCK_METHOD4(Bind, int32_t(int32_t, const QosTV qos[], uint32_t, const ISocketListener *));
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | postprocess_impl.cpp | 135 valueObject->Bind(ecsObject_, sh_, false); 173 tonemap->Bind(ecsObject_, sh, preferEcsValues); 176 bloom->Bind(ecsObject_, sh, preferEcsValues); 179 vignette->Bind(ecsObject_, sh, preferEcsValues); 182 colorFringe->Bind(ecsObject_, sh, preferEcsValues); 185 dither->Bind(ecsObject_, sh, preferEcsValues); 188 fxaa->Bind(ecsObject_, sh, preferEcsValues); 191 taa->Bind(ecsObject_, sh, preferEcsValues); 194 dof->Bind(ecsObject_, sh, preferEcsValues); 197 mb->Bind(ecsObject [all...] |
H A D | postprocess_effect_impl.cpp | 119 void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override 137 // Bind image handle with other means 198 void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override 231 void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override 260 void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override 295 void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override 330 void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override 360 void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override 395 void Bind(SCENE_NS::IEcsObject::Ptr ecsObject, SceneHolder::Ptr sh, bool preferEcsValues) override 428 void Bind(SCENE_N [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_should_built_in_recognizer_parallel_with_function.cpp | 69 JSClass<JSEventTargetInfo>::Bind(globalObj, &JSEventTargetInfo::Constructor, &JSEventTargetInfo::Destructor); in JSBind() 79 JSClass<JSScrollableTargetInfo>::Bind( in JSBind() 94 JSClass<JSGestureRecognizer>::Bind( in JSBind() 111 JSClass<JSPanRecognizer>::Bind(globalObj, &JSPanRecognizer::Constructor, &JSPanRecognizer::Destructor); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_mock.cpp | 32 JSClass<JSMockBaseNode>::Bind(globalObj, JSMockBaseNode::ConstructorCallback, JSMockBaseNode::DestructorCallback); in JSBind() 45 JSClass<JSMockViewPU>::Bind(globalObj); in JSBind() 54 JSClass<JSMockScopeUtil>::Bind(globalObj); in JSBind() 64 JSClass<JSMockBaseNode>::Bind(globalObj); in JSBind()
|
H A D | js_previewer_mock.cpp | 118 JSClass<JSWebDialog>::Bind(globalObj); in JSBind() 130 JSClass<JSWebHttpAuth>::Bind(globalObj); in JSBind() 141 JSClass<JSWebSslError>::Bind(globalObj); in JSBind() 153 JSClass<JSWebSslSelectCert>::Bind(globalObj); in JSBind() 166 JSClass<JSWebConsoleLog>::Bind(globalObj); in JSBind() 176 JSClass<JSWebGeolocation>::Bind(globalObj); in JSBind() 187 JSClass<JSWebResourceError>::Bind(globalObj); in JSBind() 202 JSClass<JSWebResourceResponse>::Bind(globalObj); in JSBind() 216 JSClass<JSWebResourceRequest>::Bind(globalObj); in JSBind() 229 JSClass<JSFileSelectorParam>::Bind(globalOb in JSBind() [all...] |
H A D | js_content_slot.cpp | 31 JSClass<JSContentSlot>::Bind<>(globalObj); in JSBind() 78 JSClass<NG::NodeContent>::Bind(globalObj, JSNodeContent::Constructor, JSNodeContent::Destructor); in JSBind()
|
H A D | js_dump_log.cpp | 28 JSClass<JSDumpLog>::Bind(globalObj); in JSBind() 45 JSClass<JSDumpRegister>::Bind(globalObj); in JSBind()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_surface.h | 40 bool Bind(const Bitmap& bitmap) override; 42 bool Bind(const Image& image) override; 43 bool Bind(const FrameBuffer& frameBuffer) override;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | surface.h | 64 * @brief Bind raster Surface. 66 * @return true if Bind success. 68 bool Bind(const Bitmap& bitmap); 72 * @brief Bind GPU texture Surface. 74 * @return true if Bind success. 76 bool Bind(const Image& image); 79 * @brief Bind 81 * @return true if Bind success. 83 bool Bind(const FrameBuffer& frameBuffer);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | bindings_implementation.h | 123 * There is a general constructor for every bound class. When calling \p Bind however, the constructor argument types 184 * JSClass<TwoDPoint>::Bind<float, float>(globalObject); // Note the template arguments. Here we are specifying 192 * JSClass<ThreeDPoint>::Bind<float, float, float>(globalObject); 329 * Bind the class to Javascript with a custom constructor that has engine-specific callback signature 335 static void Bind(BindingTarget bindTarget, FunctionCallback ctor); 338 * Bind the class to Javascript with custom constructor, destructor and GC mark callbacks. 347 static void Bind(BindingTarget bindTarget, JSFunctionCallback ctor, JSDestructorCallback<C> dtor = nullptr, 351 * Bind the class to Javascript with optional destructor and GC mark callbacks. 361 static void Bind(
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/bind_fuzzer/ |
H A D | bind_fuzzer.cpp | 113 (void)Bind(socketId, qosInfo, sizeof(qosInfo)/sizeof(qosInfo[0]), &listener); in BindTestWithSocketId() 146 (void)Bind(socketId, qosInfo.get(), count, &listener); in BindTestWithQosInfo()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/listen_fuzzer/ |
H A D | listen_fuzzer.cpp | 113 (void)Bind(socketId, qosInfo, sizeof(qosInfo)/sizeof(qosInfo[0]), &listener); in ListenTestWithSocketId() 146 (void)Bind(socketId, qosInfo.get(), count, &listener); in ListenTestWithQosInfo()
|