Home
last modified time | relevance | path

Searched refs:binds (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp658 const auto& binds = pl.descriptorSetLayouts[localSetIdx].bindings; in CreateComputePsos() local
660 …ers_.downscale[idx] = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), binds); in CreateComputePsos()
671 const auto& binds = pl.descriptorSetLayouts[localSetIdx].bindings; in CreateComputePsos() local
673 …nders_.upscale[idx] = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), binds); in CreateComputePsos()
683 const auto& binds = pl.descriptorSetLayouts[localSetIdx].bindings; in CreateComputePsos() local
684 … binders_.combine = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), binds); in CreateComputePsos()
772 const auto& binds = pipelineLayout.descriptorSetLayouts[localSet].bindings; in CreateRenderPsos() local
774 …ers_.downscale[idx] = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), binds); in CreateRenderPsos()
781 const auto& binds = pipelineLayout.descriptorSetLayouts[localSet].bindings; in CreateRenderPsos() local
783 …nders_.upscale[idx] = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), binds); in CreateRenderPsos()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h116 const TypeId binds[] = { IBind::UID }; in META_BEGIN_NAMESPACE() local
117 auto vec = i->GetValues(binds, false); in META_BEGIN_NAMESPACE()
210 const TypeId binds[] = { IBind::UID }; in ResetBind() local
211 auto vec = i->GetValues(binds, false); in ResetBind()
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-gesture-events-binding.md48 The **priorityGesture** API binds gestures that are preferentially recognized to a component.
92 The **parallelGesture** API binds to a component the gesture that can be triggered together with th…
H A Darkts-event-overview.md22 - [Gesture binding method](arkts-gesture-events-binding.md): a method that binds a single or combin…
H A Darkts-gesture-events-single-gesture.md18 …The following example binds a double-tap gesture (a tap gesture whose **count** value is **2**) to…
H A Darkts-ui-extension-components.md65 …transition.md) | Partially supported | The **bindContentCover** attribute binds a full-screen moda…
66 …-sheet-transition.md) | Partially supported | The **bindSheet** attribute binds a sheet to a compo…
/ohos5.0/foundation/ability/dmsfwk/
H A DREADME.md9 - Remote ability binding: binds an ability on a remote device.
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h67 const BASE_NS::array_view<const OES_Bind>& binds, uint32_t views) const;
H A Dgpu_program_gles.cpp614 const array_view<const OES_Bind>& binds, uint32_t views) const in OesPatch() argument
619 return Specialize(specData, binds, views); in OesPatch()
/ohos5.0/docs/en/readme/
H A Ddsoftbus.md63 2. The server starts listening for the socket, and the client binds the socket.
/ohos5.0/docs/en/application-dev/device/driver/
H A Ddriverdevelopment-overview.md33 - Peripheral application: queries and binds the driver, and customizes the device-driver communicat…
/ohos5.0/docs/en/application-dev/media/drm/
H A Ddrm-overview.md18 …ple sessions, allows users to request and set media keys in sessions, and binds decryption session…
/ohos5.0/docs/en/application-dev/application-models/
H A Duiserviceextension.md20 > 3. The UIServiceExtensionAbility lifecycle is closely related to the window it binds. It is destr…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-multimedia-camera-overview.md63 …This process creates a **Camera** instance by **CameraManager**, binds the camera device to the se…
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-class.md21 | napi_define_class | Defines an ArkTS class corresponding to the C/C++ class. This API binds an Ar…
H A Djsvm-guidelines.md415 // Set the global property "FunctionNameInJSContext" to "JSFunc". This binds the function to the co…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-motion-des.md67 …)**, **Release()**, and **Dispatch()** functions. The **Bind()** function binds the service capabi…
H A Ddriver-platform-clock-develop.md19 - Core layer: binds services, initializes and releases the PlatformManager, and provides the capabi…
H A Ddriver-platform-i2c-develop.md18 - Core layer: binds services, initializes and releases the PlatformManager, and provides the capabi…
H A Ddriver-platform-adc-develop.md31 - Core layer: binds services, initializes and releases the PlatformManager, and provides the capabi…
H A Ddriver-platform-i3c-develop.md48 - Core layer: binds services, initializes and releases the PlatformManager, and provides the capabi…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-gesture-settings.md50 The component binds gesture objects of different **GestureType** instances through gesture events. …
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-camera-visual-firstpage.md116 …- **onchange="swiperChange"** binds the change event of the **<swiper\>** component to the *…
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dopengles.md701 …r optimization to optimize the performance of the rendering pipeline, and binds the **Uniform** va…
799 The **glBindBuffer** function binds the current VBO, **glBufferData** transfers vertex data to the …
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-bundles-container.md285 …_container**, **max_pid_container**, and **max_mnt_container** files, and binds the pseudo files a…

12