Searched refs:OH_NativeImage_AttachContext (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_image.md | 53 | int32_t [OH_NativeImage_AttachContext](#oh_nativeimage_attachcontext) ([OH_NativeImage](#oh_nativ… 393 ### OH_NativeImage_AttachContext() 396 int32_t OH_NativeImage_AttachContext (OH_NativeImage * image, uint32_t textureId )
|
H A D | native__image_8h.md | 49 | int32_t [OH_NativeImage_AttachContext](_o_h___native_image.md#oh_nativeimage_attachcontext) ([OH_…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/ |
H A D | hello_native_image.cpp | 245 ret = OH_NativeImage_AttachContext(image, textureId2); in main() 262 ret = OH_NativeImage_AttachContext(image, textureId2); in main()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/surface/ |
H A D | native_image.h | 113 int32_t OH_NativeImage_AttachContext(OH_NativeImage* image, uint32_t textureId);
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | native_image_adapter_impl.cpp | 47 return OH_NativeImage_AttachContext(ohNativeImage_, textureId); in AttachContext()
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | native-image-guidelines.md | 16 | OH_NativeImage_AttachContext (OH_NativeImage \*image, uint32_t textureId) | 将OH_NativeImage实例附加到当… 286 ret = OH_NativeImage_AttachContext(image, textureId2);
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
H A D | native_image_test.cpp | 257 int32_t ret = OH_NativeImage_AttachContext(nullptr, textureId); 318 int32_t ret = OH_NativeImage_AttachContext(image, textureId); 725 int32_t ret = OH_NativeImage_AttachContext(image, textureId2); 788 int32_t ret = OH_NativeImage_AttachContext(image, textureId2); 806 int32_t ret = OH_NativeImage_AttachContext(imageNew, 0);
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | native_image.cpp | 73 int32_t OH_NativeImage_AttachContext(OH_NativeImage* image, uint32_t textureId) in OH_NativeImage_AttachContext() function
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | native-image-guidelines.md | 19 | OH_NativeImage_AttachContext (OH_NativeImage \*image, uint32_t textureId) | Attaches an **OH_Nati… 289 ret = OH_NativeImage_AttachContext(image, textureId2);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_image.md | 53 | int32_t [OH_NativeImage_AttachContext](#oh_nativeimage_attachcontext) ([OH_NativeImage](#oh_nativ… 392 ### OH_NativeImage_AttachContext() 395 int32_t OH_NativeImage_AttachContext (OH_NativeImage * image, uint32_t textureId )
|
H A D | native__image_8h.md | 49 | int32_t [OH_NativeImage_AttachContext](_o_h___native_image.md#oh_nativeimage_attachcontext) ([OH_…
|