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 D | native_buffer_utils_test.cpp | 69 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 D | nativebufferutils_fuzzer.cpp | 77 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 D | native_buffer_utils.h | 102 bool MakeFromNativeWindowBuffer(std::shared_ptr<Drawing::GPUContext> skContext, NativeWindowBuffer*…
|
H A D | rs_surface_ohos_vulkan.cpp | 191 if (!NativeBufferUtils::MakeFromNativeWindowBuffer( in RequestFrame()
|
H A D | native_buffer_utils.cpp | 182 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 D | surface_ohos_vulkan.cpp | 196 if (!NativeBufferUtils::MakeFromNativeWindowBuffer( in NativeRequestFrame()
|