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 D | rs_surface_ohos_vulkan_test.cpp | 125 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 D | surface_ohos_vulkan.h | 54 void SetNativeWindowInfo(int32_t width, int32_t height);
|
H A D | surface_ohos_vulkan.cpp | 60 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 D | rs_surface_ohos_vulkan.cpp | 80 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 D | rs_surface_ohos_vulkan.h | 96 void SetNativeWindowInfo(int32_t width, int32_t height, bool useAFBC, bool isProtected = false);
|