Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp655 NativeWindowBuffer *nativeWindowBuffer1 = nullptr; in NativeWindowAttachBuffer003Test() local
657 int32_t ret = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindowTmp, &nativeWindowBuffer1, &fenceFd); in NativeWindowAttachBuffer003Test()
675 ASSERT_EQ(OH_NativeWindow_NativeWindowDetachBuffer(nativeWindowTmp, nativeWindowBuffer1), OHOS::GSERROR_OK); in NativeWindowAttachBuffer003Test()
699 ASSERT_EQ(OH_NativeWindow_NativeWindowAttachBuffer(nativeWindowTmp1, nativeWindowBuffer1), in NativeWindowAttachBuffer003Test()
840 NativeWindowBuffer *nativeWindowBuffer1 = nullptr; in HWTEST_F() local
842 int32_t ret = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindowTmp, &nativeWindowBuffer1, &fenceFd); in HWTEST_F()
852 ASSERT_EQ(OH_NativeWindow_NativeWindowDetachBuffer(nativeWindowTmp, nativeWindowBuffer1), OHOS::GSERROR_OK); in HWTEST_F()
853 ASSERT_EQ(OH_NativeWindow_NativeWindowAttachBuffer(nativeWindowTmp, nativeWindowBuffer1), OHOS::GSERROR_OK); in HWTEST_F()
1517 NativeWindowBuffer *nativeWindowBuffer1 = nullptr; in HWTEST_F() local
1519 int32_t ret = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindowTmp, &nativeWindowBuffer1, in HWTEST_F()
2079 NativeWindowBuffer *nativeWindowBuffer1; HWTEST_F() local
2124 NativeWindowBuffer *nativeWindowBuffer1 = nullptr; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp1187 NativeWindowBuffer* nativeWindowBuffer1 = nullptr; in HWTEST_F() local
1188 ret = OH_NativeWindow_NativeWindowRequestBuffer(newNativeWindow1, &nativeWindowBuffer1, &fenceFd); in HWTEST_F()
1190 ret = OH_NativeWindow_NativeWindowFlushBuffer(newNativeWindow1, nativeWindowBuffer1, fenceFd, *region); in HWTEST_F()
1193 ret = OH_NativeImage_AcquireNativeWindowBuffer(newImage1, &nativeWindowBuffer1, &fenceFd); in HWTEST_F()
1195 ret = OH_NativeImage_ReleaseNativeWindowBuffer(newImage, nativeWindowBuffer1, fenceFd); in HWTEST_F()

Completed in 7 milliseconds