Home
last modified time | relevance | path

Searched refs:MakeFromNativeWindowBuffer (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Dnative_buffer_utils_test.cpp69 auto ret = MakeFromNativeWindowBuffer(skContext, nullptr, nativeSurfaceInfo, width, height);
73 …ret = MakeFromNativeWindowBuffer(skContext, &nativeWindowBuffer, nativeSurfaceInfo, width, height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/nativebufferutils_fuzzer/
H A Dnativebufferutils_fuzzer.cpp77 MakeFromNativeWindowBuffer(skContext, nullptr, nativeSurfaceInfo, width, height); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.h102 bool MakeFromNativeWindowBuffer(std::shared_ptr<Drawing::GPUContext> skContext, NativeWindowBuffer*…
H A Drs_surface_ohos_vulkan.cpp191 if (!NativeBufferUtils::MakeFromNativeWindowBuffer( in RequestFrame()
H A Dnative_buffer_utils.cpp182 bool MakeFromNativeWindowBuffer(std::shared_ptr<Drawing::GPUContext> skContext, NativeWindowBuffer*… in MakeFromNativeWindowBuffer() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp196 if (!NativeBufferUtils::MakeFromNativeWindowBuffer( in NativeRequestFrame()