Searched refs:RequestNativeWindowBuffer (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_vulkan.h | 47 int32_t RequestNativeWindowBuffer(NativeWindowBuffer** nativeWindowBuffer,
|
H A D | surface_ohos_vulkan.cpp | 151 int32_t SurfaceOhosVulkan::RequestNativeWindowBuffer( in RequestNativeWindowBuffer() function in OHOS::Rosen::SurfaceOhosVulkan 186 … if (RequestNativeWindowBuffer(&nativeWindowBuffer, width, height, fenceFd) != OHOS::GSERROR_OK) { in NativeRequestFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_vulkan.cpp | 147 int32_t RSSurfaceOhosVulkan::RequestNativeWindowBuffer(NativeWindowBuffer** nativeWindowBuffer, in RequestNativeWindowBuffer() function in OHOS::Rosen::RSSurfaceOhosVulkan 180 if (RequestNativeWindowBuffer(&nativeWindowBuffer, width, height, in RequestFrame()
|
H A D | rs_surface_ohos_vulkan.h | 103 int32_t RequestNativeWindowBuffer(NativeWindowBuffer** nativeWindowBuffer,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
H A D | rs_surface_ohos_vulkan_test.cpp | 157 …auto res = rsSurface.RequestNativeWindowBuffer(&nativeWindowBuffer, width, height, fenceFd, useAFB…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/ |
H A D | rssurfaceohosvulkan_fuzzer.cpp | 278 …rsSurfaceOhosVulkan->RequestNativeWindowBuffer(&nativeWindowBuffer, width, height, fenceFd, useAFB… in DoRequestNativeWindowBuffer()
|