Searched refs:OH_NativeImage_Create (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
H A D | native_image_test.cpp | 202 * Function: OH_NativeImage_Create 206 * CaseDescription: 1. call OH_NativeImage_Create 212 image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 424 OH_NativeImage* imageNew = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 474 OH_NativeImage* imageNew = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 560 image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 638 image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 696 OH_NativeImage* imageNew = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 803 OH_NativeImage* imageNew = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 860 image = OH_NativeImage_Create(textureI in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/ |
H A D | native_image_opengl_system_test.cpp | 235 OH_NativeImage* newImage = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 258 OH_NativeImage* newImage = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 289 OH_NativeImage* newImage = OH_NativeImage_Create(0, GL_TEXTURE_2D); in HWTEST_F() 314 OH_NativeImage* newImage = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 341 OH_NativeImage* newImage = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 444 OH_NativeImage* newImage = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F() 476 OH_NativeImage* newImage = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in HWTEST_F()
|
H A D | native_image_system_test.cpp | 117 OH_NativeImage* newImage = OH_NativeImage_Create(0, 0); in HWTEST_F() 146 OH_NativeImage* newImage = OH_NativeImage_Create(0, 0); in HWTEST_F() 184 OH_NativeImage* newImage = OH_NativeImage_Create(0, 0); in HWTEST_F()
|
/foundation/graphic/graphic_2d/interfaces/inner_api/surface/ |
H A D | native_image.h | 89 OH_NativeImage* OH_NativeImage_Create(uint32_t textureId, uint32_t textureTarget);
200 * @brief Destroy the <b>OH_NativeImage</b> created by OH_NativeImage_Create, and the pointer to \n
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | native_image.cpp | 31 OH_NativeImage* OH_NativeImage_Create(uint32_t textureId, uint32_t textureTarget) in OH_NativeImage_Create() function
|
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/ |
H A D | hello_native_image.cpp | 230 OH_NativeImage* image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in main()
|
Completed in 5 milliseconds