Home
last modified time | relevance | path

Searched refs:OH_NativeImage_AttachContext (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/inner_api/surface/
H A Dnative_image.h113 int32_t OH_NativeImage_AttachContext(OH_NativeImage* image, uint32_t textureId);
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp245 ret = OH_NativeImage_AttachContext(image, textureId2); in main()
247 std::cout << "OH_NativeImage_AttachContext textureId2 failed" << std::endl; in main()
262 ret = OH_NativeImage_AttachContext(image, textureId2); in main()
264 std::cout << "OH_NativeImage_AttachContext after OH_NativeImage_DetachContext failed" << std::endl; in main()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp247 * Function: OH_NativeImage_AttachContext
251 * CaseDescription: 1. call OH_NativeImage_AttachContext by abnormal input
257 int32_t ret = OH_NativeImage_AttachContext(nullptr, textureId); in HWTEST_F()
308 * Function: OH_NativeImage_AttachContext
312 * CaseDescription: 1. call OH_NativeImage_AttachContext
318 int32_t ret = OH_NativeImage_AttachContext(image, textureId); in HWTEST_F()
715 * Function: OH_NativeImage_AttachContext
719 * CaseDescription: 1. call OH_NativeImage_AttachContext with another texture
725 int32_t ret = OH_NativeImage_AttachContext(image, textureId2); in HWTEST_F()
778 * Function: OH_NativeImage_AttachContext
[all...]
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp73 int32_t OH_NativeImage_AttachContext(OH_NativeImage* image, uint32_t textureId) in OH_NativeImage_AttachContext() function
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_opengl_system_test.cpp291 int32_t ret = OH_NativeImage_AttachContext(newImage, textureId); in HWTEST_F()

Completed in 4 milliseconds