Home
last modified time | relevance | path

Searched refs:OH_NativeImage_Create (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp212 image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
424 OH_NativeImage* imageNew = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
560 image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
638 image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
860 image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
912 image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
1053 OH_NativeImage* newImage1 = OH_NativeImage_Create(0, 0);
1090 OH_NativeImage* newImage = OH_NativeImage_Create(0, 0);
1144 OH_NativeImage* newImage = OH_NativeImage_Create(0, 0);
1177 OH_NativeImage* newImage1 = OH_NativeImage_Create(0, 0);
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_image.md51 | [OH_NativeImage](#oh_nativeimage) \* [OH_NativeImage_Create](#oh_nativeimage_create) (uint32_t te…
61 …mage_destroy) ([OH_NativeImage](#oh_nativeimage) \*\*image) | 销毁通过OH_NativeImage_Create创建的**OH_Nat…
422 ### OH_NativeImage_Create()
425 OH_NativeImage* OH_NativeImage_Create (uint32_t textureId, uint32_t textureTarget )
458 销毁通过OH_NativeImage_Create创建的**OH_NativeImage**实例, 销毁后该
H A Dnative__image_8h.md47 | [OH_NativeImage](_o_h___native_image.md#oh_nativeimage) \* [OH_NativeImage_Create](_o_h___native_…
57 …iveImage](_o_h___native_image.md#oh_nativeimage) \*\*image) | 销毁通过OH_NativeImage_Create创建的**OH_Nat…
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Dnative-image-guidelines.md14 | OH_NativeImage_Create (uint32_t textureId, uint32_t textureTarget) | 创建一个OH_NativeImage实例,该实例与Ope…
21 | OH_NativeImage_Destroy (OH_NativeImage \*\*image) | 销毁通过OH_NativeImage_Create创建的OH_Nat…
182 OH_NativeImage* image = OH_NativeImage_Create(textureId, GL_TEXTURE_EXTERNAL_OES);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/surface/
H A Dnative_image.h89 OH_NativeImage* OH_NativeImage_Create(uint32_t textureId, uint32_t textureTarget);
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dnative_image_adapter_impl.cpp31 ohNativeImage_ = OH_NativeImage_Create(textureId, textureTarget); in CreateNativeImage()
/ohos5.0/docs/en/application-dev/graphics/
H A Dnative-image-guidelines.md17 | OH_NativeImage_Create (uint32_t textureId, uint32_t textureTarget) | Creates an **OH_NativeImage*…
24 … | Destroys an **OH_NativeImage** instance created by calling **OH_NativeImage_Create**. After t…
185 OH_NativeImage* image = OH_NativeImage_Create(textureId, GL_TEXTURE_EXTERNAL_OES);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_image.md51 | [OH_NativeImage](#oh_nativeimage) \* [OH_NativeImage_Create](#oh_nativeimage_create) (uint32_t te…
61 …e) | Destroys an **OH_NativeImage** instance created by calling **OH_NativeImage_Create**. After t…
422 ### OH_NativeImage_Create()
425 OH_NativeImage* OH_NativeImage_Create (uint32_t textureId, uint32_t textureTarget )
460 Destroys an **OH_NativeImage** instance created by calling **OH_NativeImage_Create**. After the ins…
H A Dnative__image_8h.md47 | [OH_NativeImage](_o_h___native_image.md#oh_nativeimage) \* [OH_NativeImage_Create](_o_h___native_…
57 …e) | Destroys an **OH_NativeImage** instance created by calling **OH_NativeImage_Create**. After t…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp31 OH_NativeImage* OH_NativeImage_Create(uint32_t textureId, uint32_t textureTarget) in OH_NativeImage_Create() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp230 OH_NativeImage* image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in main()