Home
last modified time | relevance | path

Searched refs:TEXTURE (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-xcomponent.md78 …XComponentController](#xcomponentcontroller) | 是 | 给组件绑定一个控制器,通过控制器调用组件方法,仅类型为SURFACE或TEXTURE时有效。 |
115 > 仅type为SURFACE和TEXTURE时该功能有效。
141 从API version 12开始,type为SURFACE或TEXTURE时,支持[通用事件](ts-universal-events-click.md)。
149 仅type为SURFACE或TEXTURE时以下事件有效:
230 设置XComponent持有Surface的宽度和高度,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。
248 获取XComponent实例对象的context,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。
264 设置XComponent持有Surface的显示区域,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。
288 获取XComponent持有Surface的显示区域,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。
304 当XComponent持有的Surface创建后进行该回调,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。
324 当XComponent持有的Surface大小改变后(包括首次创建时的大小改变)进行该回调,仅XComponent类型为SURFACE("surface")或TEXTURE时有效。
[all …]
H A Dts-basic-components-component3d.md39 … | 3D场景显示合成方式。<br/>默认值:ModelType.SURFACE<br/>**说明:** <br/>设置为ModelType.TEXTURE时通过GPU合成显示。<br/>设置…
49 | TEXTURE | 0 | 使用GPU合成显示3D场景。 |
H A Dts-universal-attributes-renderfit.md27 > 对于TEXTURE和SURFACE类型的[XComponent](./ts-basic-components-xcomponent.md)组件,当不设置renderFit属性时,取默认值为Re…
H A Dts-appendix-enums.md1045 | TEXTURE | 用于EGL/OpenGLES和媒体数据写入,开发者定制的绘制内容会和XComponent组件的内容合成后展示到屏幕上。1、保…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-xcomponent.md78 …ethods of the component. This parameter is valid only when **type** is **SURFACE** or **TEXTURE**.|
89 …> For the **XComponent** component of the TEXTURE or SURFACE type, if the [renderFit](./ts-univers…
115 > This API has effect only when **type** is set to **SURFACE** or **TEXTURE**.
141 …ts](ts-universal-events-click.md) are supported when **type** is set to **SURFACE** or **TEXTURE**.
149 The following events are effective only when **type** is set to **SURFACE** or **TEXTURE**.
230 …API works only when **type** of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**.
248 …API works only when **type** of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**.
264 …his API works only when type of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**.
288 …his API works only when type of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**.
304 …API works only when **type** of the **XComponent** is set to **SURFACE("surface")** or **TEXTURE**.
[all …]
H A Dts-basic-components-component3d.md39 …cene.<br>Default value: **ModelType.SURFACE**<br>**NOTE**<br>**ModelType.TEXTURE**: The GPU is use…
49 | TEXTURE | 0 | The GPU is used for composition of the 3D scene. |
H A Dts-universal-attributes-renderfit.md27 > For the [XComponent](./ts-basic-components-xcomponent.md) component of the TEXTURE or SURFACE ty…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h44 TEXTURE enumerator
46 static RefPtr<RenderSurface> Create(const RenderSurfaceType& type = RenderSurfaceType::TEXTURE);
H A Drender_surface_creator.cpp34 case RenderSurfaceType::TEXTURE: in Create()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h32 TEXTURE, enumerator
52 return type == AttachmentType::TEXTURE; in IsTexture()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp70 case XComponentType::TEXTURE: in XComponentTypeToString()
175 …if ((type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE) && libraryname_.has_val… in InitNativeXComponent()
228 } else if (type_ == XComponentType::TEXTURE) { in InitSurface()
234 if (type_ == XComponentType::TEXTURE) { in InitSurface()
265 if (type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE) { in Initialize()
304 … auto contextType = type_ == XComponentType::TEXTURE ? RenderContext::ContextType::HARDWARE_TEXTURE in InitializeRenderContext()
322 case XComponentType::TEXTURE: in CovertToRenderSurfaceType()
323 return RenderSurface::RenderSurfaceType::TEXTURE; in CovertToRenderSurfaceType()
473 if (type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE) { in OnDetachFromFrameNode()
1801 (type_ != XComponentType::SURFACE && type_ != XComponentType::TEXTURE)) { in OnWindowHide()
[all …]
H A Dxcomponent_model.h40 return type == XComponentType::TEXTURE || type == XComponentType::NODE || in IsBackGroundColorAvailable()
H A Dxcomponent_pattern.h69 …return type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE || type_ == XComponent… in IsAtomicNode()
89 if (type_ == XComponentType::TEXTURE) { in CreateNodePaintMethod()
H A Dxcomponent_model_ng.cpp206 return GetTypeImpl(frameNode) == XComponentType::TEXTURE; in IsTexture()
287 return layoutProperty->GetXComponentTypeValue() == XComponentType::TEXTURE; in IsTexture()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_xcomponent_modifier.cpp194 if (type == XComponentType::TEXTURE) { in SetXComponentRenderFit()
206 if (type == XComponentType::TEXTURE) { in ResetXComponentRenderFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dindex.d.ts66 TEXTURE
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp101 …AttachmentTexture* attachmentObject = new AttachmentTexture(AttachmentType::TEXTURE, attachment, i… in AddAttachment()
H A Dwebgl_rendering_context_base_impl.cpp718 framebufferBinding->RemoveAttachment(GL_FRAMEBUFFER, texture, AttachmentType::TEXTURE); in DeleteTexture()
722 framebufferBinding->RemoveAttachment(GL_READ_FRAMEBUFFER, texture, AttachmentType::TEXTURE); in DeleteTexture()
817 …type != WebGLRenderingContextBase::RENDERBUFFER) && (type != WebGLRenderingContextBase::TEXTURE)) { in GetFrameBufferAttachmentParameter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h752 enum class XComponentType { UNKNOWN = -1, SURFACE = 0, COMPONENT, TEXTURE, NODE }; enumerator
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h212 static const GLenum TEXTURE = 0x1702; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp709 if (type == XComponentType::TEXTURE) { in JsRenderFit()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md5 …x-enums.md#xcomponenttype10).SURFACE和XComponentType.TEXTURE。对于SURFACE类型,开发者将定制的绘制内容单独展示到屏幕上。对于TEXT…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp68 constexpr XComponentType XCOMPONENT_TEXTURE_TYPE_VALUE = XComponentType::TEXTURE;
H A Dxcomponent_property_test_ng.cpp70 constexpr XComponentType XCOMPONENT_TEXTURE_TYPE_VALUE = XComponentType::TEXTURE;
/ohos5.0/docs/en/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md5 …E and XComponentType.TEXTURE. For the SURFACE type, you display the custom drawing content on the …

12