Searched refs:nativeWindowBuffer2 (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow1.cpp | 1437 OHNativeWindowBuffer *nativeWindowBuffer1, *nativeWindowBuffer2, *nativeWindowBuffer3;
in testNativeWindowNativeWindowAtDetachDifferentBufferNormal() local 1439 OHNativeWindowBuffer **nativeWindowBuffers[] = {&nativeWindowBuffer1, &nativeWindowBuffer2, &nativeWindowBuffer3};
in testNativeWindowNativeWindowAtDetachDifferentBufferNormal() 1466 OH_NativeWindow_DestroyNativeWindowBuffer(nativeWindowBuffer2);
in testNativeWindowNativeWindowAtDetachDifferentBufferNormal() 1477 OHNativeWindowBuffer *nativeWindowBuffer2 = nullptr;
member 1491 flag = OH_NativeWindow_NativeWindowAttachBuffer(paramater.nativeWindow2, paramater.nativeWindowBuffer2);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal1() 1509 flag = OH_NativeWindow_NativeWindowAttachBuffer(paramater.nativeWindow1, paramater.nativeWindowBuffer2);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2() 1520 flag = OH_NativeWindow_NativeWindowDetachBuffer(paramater.nativeWindow2, paramater.nativeWindowBuffer2);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2() 1531 flag = OH_NativeWindow_NativeWindowAttachBuffer(paramater.nativeWindow1, paramater.nativeWindowBuffer2);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2() 1562 paramater.nativeWindowBuffer2 = OH_NativeWindow_CreateNativeWindowBufferFromNativeBuffer(paramater.nativeBuffer2);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal() 1563 if (paramater.nativeWindowBuffer2 in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal() [all...] |
/test/xts/acts/graphic/graphicnapitest/ |
H A D | NativeWindowTest.cpp | 613 NativeWindowBuffer *nativeWindowBuffer2 = nullptr; in NativeWindowAttachBuffer003Test() local 615 ret = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindowTmp, &nativeWindowBuffer2, &fenceFd); in NativeWindowAttachBuffer003Test() 629 ASSERT_EQ(OH_NativeWindow_NativeWindowDetachBuffer(nativeWindowTmp, nativeWindowBuffer2), NATIVE_ERROR_OK); in NativeWindowAttachBuffer003Test()
|
Completed in 5 milliseconds