Home
last modified time | relevance | path

Searched refs:SetNativeWindowInfo (Results 1 – 5 of 5) 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_vulkan_test.cpp125 rsSurface.SetNativeWindowInfo(width, height, false, false); // true
129 rsSurface.SetNativeWindowInfo(width, height, true, true); // true
133 rsSurface.SetNativeWindowInfo(width, height, true, false); // true
137 rsSurface.SetNativeWindowInfo(width, height, true, true); // false
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.h54 void SetNativeWindowInfo(int32_t width, int32_t height);
H A Dsurface_ohos_vulkan.cpp60 void SurfaceOhosVulkan::SetNativeWindowInfo(int32_t width, int32_t height) in SetNativeWindowInfo() function in OHOS::Rosen::SurfaceOhosVulkan
154 SetNativeWindowInfo(width, height); in RequestNativeWindowBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp80 void RSSurfaceOhosVulkan::SetNativeWindowInfo(int32_t width, int32_t height, bool useAFBC, bool isP… in SetNativeWindowInfo() function in OHOS::Rosen::RSSurfaceOhosVulkan
150 SetNativeWindowInfo(width, height, useAFBC, isProtected); in RequestNativeWindowBuffer()
H A Drs_surface_ohos_vulkan.h96 void SetNativeWindowInfo(int32_t width, int32_t height, bool useAFBC, bool isProtected = false);