Home
last modified time | relevance | path

Searched defs:uiTimestamp (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_ohos_gl_test.cpp51 uint64_t uiTimestamp = 1; variable
106 uint64_t uiTimestamp = 1; variable
126 uint64_t uiTimestamp = 1; variable
180 uint64_t uiTimestamp = 1; variable
201 uint64_t uiTimestamp = 1; variable
228 uint64_t uiTimestamp = 1; variable
H A Drs_surface_ohos_vulkan_test.cpp69 uint64_t uiTimestamp = 1; variable
106 uint64_t uiTimestamp = 1; variable
172 uint64_t uiTimestamp = 1; variable
243 uint64_t uiTimestamp = 1; variable
H A Drs_surface_ohos_raster_test.cpp69 uint64_t uiTimestamp = 1; variable
90 uint64_t uiTimestamp = 1; variable
109 uint64_t uiTimestamp = 1; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_gl.cpp51 uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
102 …RSSurfaceOhosGl::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in SetUiTimeStamp()
111 bool RSSurfaceOhosGl::FlushFrame(std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in FlushFrame()
H A Drs_surface_ohos_raster.cpp40 uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
71 …rfaceOhosRaster::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in SetUiTimeStamp()
89 bool RSSurfaceOhosRaster::FlushFrame(std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in FlushFrame()
H A Drs_surface_ohos_vulkan.cpp166 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
243 …rfaceOhosVulkan::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in SetUiTimeStamp()
247 bool RSSurfaceOhosVulkan::FlushFrame(std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in FlushFrame()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dnative_window.h37 int64_t uiTimestamp = 0; member
49 int64_t uiTimestamp = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.cpp45 …RSSurfaceDarwin::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in SetUiTimeStamp()
50 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
83 bool RSSurfaceDarwin::FlushFrame(std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_windows.cpp45 …SSurfaceWindows::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in SetUiTimeStamp()
50 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
85 bool RSSurfaceWindows::FlushFrame(std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp94 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC) in RequestFrame()
125 bool RSRenderSurfaceOhos::FlushFrame(uint64_t uiTimestamp) in FlushFrame()
141 void RSRenderSurfaceOhos::SetUiTimeStamp(uint64_t uiTimestamp) in SetUiTimeStamp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/
H A Drssurfaceohosvulkan_fuzzer.cpp115 uint64_t uiTimestamp = GetData<uint64_t>(); in DoRequestFrame() local
134 uint64_t uiTimestamp = GetData<uint64_t>(); in DoFlushFrame() local
211 uint64_t uiTimestamp = GetData<uint64_t>(); in DoSetUiTimeStamp() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drs_render_surface_frame.h96 uint64_t uiTimestamp; member
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp88 uint64_t uiTimestamp = GetData<uint64_t>(); in HandleOpt1() local
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp435 uint64_t uiTimestamp = 2; variable
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp365 uint64_t uiTimestamp = va_arg(args, uint64_t); in HandleNativeWindowSetUiTimestamp() local
H A Dbuffer_queue.cpp780 uint64_t uiTimestamp) in SetDesiredPresentTimestampAndUiTimestamp()