Searched refs:native_vsync (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | native_vsync_test.cpp | 28 static inline OH_NativeVSync* native_vsync = nullptr; member in OHOS::Rosen::NativeVsyncTest 72 native_vsync = OH_NativeVSync_Create(name, sizeof(name)); 73 ASSERT_NE(native_vsync, nullptr); 99 ASSERT_NE(OH_NativeVSync_RequestFrame(native_vsync, nullptr, nullptr), 0); 113 ASSERT_EQ(OH_NativeVSync_RequestFrame(native_vsync, callback, nullptr), 0); 252 ASSERT_EQ(OH_NativeVSync_DVSyncSwitch(native_vsync, true), 0); 253 ASSERT_EQ(OH_NativeVSync_DVSyncSwitch(native_vsync, false), 0); 268 ASSERT_NE(native_vsync, nullptr); 269 OH_NativeVSync_Destroy(native_vsync); 270 native_vsync = nullptr; [all …]
|
H A D | BUILD.gn | 144 "//foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync:libnative_vsync",
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | native-vsync-guidelines.md | 16 详细的接口说明请参考[native_vsync](../reference/apis-arkgraphics2d/_native_vsync.md)。 31 #include <native_vsync/native_vsync.h>
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | native-vsync-guidelines.md | 16 For details about the APIs, see [native_vsync](../reference/apis-arkgraphics2d/_native_vsync.md). 31 #include <native_vsync/native_vsync.h>
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _native_vsync.md | 22 | [native_vsync.h](native__vsync_8h.md) | 定义获取和使用NativeVsync的相关函数。<br/>**引用文件:** <native_vsync/n…
|
H A D | native__vsync_8h.md | 1 # native_vsync.h
|
H A D | Readme-CN.md | 68 - [native_vsync.h](native__vsync_8h.md)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | native__vsync_8h.md | 1 # native_vsync.h 6 The **native_vsync.h** file declares the functions for obtaining and using native virtual synchroni…
|
H A D | _native_vsync.md | 22 …native_vsync.h](native__vsync_8h.md) | Declares the functions for obtaining and using native VSync…
|
H A D | Readme-EN.md | 70 - [native_vsync.h](native__vsync_8h.md)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_vsync/ |
H A D | BUILD.gn | 41 deps = [ "//foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync:libnative_vsync" ]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync/ |
H A D | BUILD.gn | 40 sources = [ "native_vsync.cpp" ]
|
/ohos5.0/build/ohos/ndk/ |
H A D | ndk_targets.gni | 85 "//interface/sdk_c/graphic/graphic_2d/native_vsync:libnative_vsync_ndk", 86 "//interface/sdk_c/graphic/graphic_2d/native_vsync:native_vsync_header",
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 4071 - [native_vsync.h](reference/apis-arkgraphics2d/native__vsync_8h.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 3932 - [native_vsync.h](reference/apis-arkgraphics2d/native__vsync_8h.md)
|