Home
last modified time | relevance | path

Searched refs:newNativeWindow (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp1092 OHNativeWindow* newNativeWindow = OH_NativeImage_AcquireNativeWindow(newImage); in HWTEST_F() local
1093 ASSERT_NE(newNativeWindow, nullptr); in HWTEST_F()
1098 int32_t ret = NativeWindowHandleOpt(newNativeWindow, code, width, height); in HWTEST_F()
1111 ret = OH_NativeWindow_NativeWindowRequestBuffer(newNativeWindow, &nativeWindowBuffer, &fenceFd); in HWTEST_F()
1114 ret = OH_NativeWindow_NativeWindowFlushBuffer(newNativeWindow, nativeWindowBuffer, fenceFd, *region); in HWTEST_F()
1146 OHNativeWindow* newNativeWindow = OH_NativeImage_AcquireNativeWindow(newImage); in HWTEST_F() local
1147 ASSERT_NE(newNativeWindow, nullptr); in HWTEST_F()
1152 int32_t ret = NativeWindowHandleOpt(newNativeWindow, code, width, height); in HWTEST_F()
1168 ret = OH_NativeWindow_NativeWindowRequestBuffer(newNativeWindow, &nativeWindowBuffer, &fenceFd); in HWTEST_F()
1171 ret = OH_NativeWindow_NativeWindowFlushBuffer(newNativeWindow, nativeWindowBuffe in HWTEST_F()
1219 OHNativeWindow* newNativeWindow = OH_NativeImage_AcquireNativeWindow(newImage); HWTEST_F() local
1287 OHNativeWindow* newNativeWindow = OH_NativeImage_AcquireNativeWindow(consumerSurface); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_system_test.cpp298 OHNativeWindow* newNativeWindow = OH_NativeImage_AcquireNativeWindow(consumerSurface); in HWTEST_F() local
299 ASSERT_NE(newNativeWindow, nullptr); in HWTEST_F()

Completed in 5 milliseconds