| /foundation/CastEngine/castengine_wifi_display/tests/unittest/wfd_sink/ |
| H A D | wfd_sink_unit_test.cpp | 57 sptr<Surface> surface = WindowManager::GetInstance().GetSurface(windowId); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
| H A D | xcomponent_paint_method.cpp | 35 auto surface = painter->renderSuface_; in GetContentDrawFunction() local
|
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | transact_surface_delegator_stub.cpp | 23 void TransactSurfaceDelegatorStub::SetSurface(sptr<Surface> surface) in SetSurface() argument 27 bool TransactSurfaceDelegatorStub::SetClient(sptr<IRemoteObject> surface) in SetClient() argument
|
| /foundation/graphic/graphic_surface/surface/include/ |
| H A D | native_window.h | 36 OHOS::sptr<OHOS::Surface> surface;
member
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | swapchain_gles.h | 41 uintptr_t surface; // currently EGLSurface (on GLES) or HDC (on GL/Windows) member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| H A D | render_service_client_overlay_demo.cpp | 51 sptr<OHOS::Surface> surface = Test::GetWindowSurface(700, 500); in main() local
|
| H A D | render_service_client_tunnel_handle_demo.cpp | 56 sptr<OHOS::Surface> surface = Test::GetWindowSurface(500, 300); in main() local
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
| H A D | surface_frame_ohos_vulkan.cpp | 21 SurfaceFrameOhosVulkan::SurfaceFrameOhosVulkan(std::shared_ptr<Drawing::Surface> surface, int32_t width, int32_t height) in SurfaceFrameOhosVulkan() argument
|
| H A D | surface_frame_ohos_gl.cpp | 40 void SurfaceFrameOhosGl::SetSurface(EGLSurface surface) in SetSurface() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| H A D | rs_shared_context.h | 40 RSSharedContext(EGLDisplay display, EGLContext context, EGLSurface surface) in RSSharedContext() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/skresourcemanager_fuzzer/ |
| H A D | skresourcemanager_fuzzer.cpp | 66 auto surface = std::make_shared<Drawing::Surface>();
in DoHoldResource() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_surface.cpp | 53 std::shared_ptr<Surface> surface = Surface::MakeRenderTarget(CastToGpuContext(cGpuContext), in OH_Drawing_SurfaceCreateFromGpuContext() local 65 Surface* surface = CastToSurface(cSurface); in OH_Drawing_SurfaceGetCanvas() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
| H A D | rs_surface_ohos_converter_test.cpp | 48 std::shared_ptr<RSSurfaceOhosRaster> surface; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | sk_resource_manager.cpp | 46 void SKResourceManager::HoldResource(std::shared_ptr<Drawing::Surface> surface) in HoldResource() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
| H A D | render_context_test.cpp | 111 auto surface = renderContext.AcquireSurface(0, 0); in HWTEST_F() local
|
| /foundation/multimedia/av_codec/test/unittest/decoder_filter_test/ |
| H A D | video_resize_filter_unit_test.cpp | 130 sptr<Surface> surface = videoResize->GetInputSurface();
in HWTEST_F() local 141 sptr<Surface> surface = nullptr;
in HWTEST_F() local
|
| /foundation/multimedia/av_codec/test/unittest/filter_test/ |
| H A D | surface_decoder_unit_test.cpp | 118 sptr<Surface> surface = nullptr;
in HWTEST_F() local
|
| /foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/ |
| H A D | property_carrier_test.cpp | 63 sptr<Surface> surface = nullptr; in HWTEST_F() local
|
| /foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/ |
| H A D | decode_surface_listener.cpp | 39 void DecodeSurfaceListener::SetSurface(const sptr<IConsumerSurface>& surface) in SetSurface() argument
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/listener/ |
| H A D | dcamera_photo_surface_listener.cpp | 28 DCameraPhotoSurfaceListener::DCameraPhotoSurfaceListener(const sptr<IConsumerSurface>& surface, in DCameraPhotoSurfaceListener() argument
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/ |
| H A D | screen_sink_trans_test.cpp | 184 sptr<IConsumerSurface> surface = IConsumerSurface::Create("test"); in HWTEST_F() local
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/ |
| H A D | image_sink_processor_test.cpp | 163 sptr<IConsumerSurface> surface = IConsumerSurface::Create("test"); in HWTEST_F() local 178 sptr<IConsumerSurface> surface = IConsumerSurface::Create("test"); in HWTEST_F() local
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/ |
| H A D | image_sink_processor.cpp | 107 int32_t ImageSinkProcessor::SetImageSurface(sptr<Surface> &surface) in SetImageSurface() argument
|
| /foundation/distributedhardware/distributed_screen/services/screenclient/src/ |
| H A D | screen_client.cpp | 32 sptr<Surface> surface = ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty, windowId); in AddWindow() local 104 sptr<Surface> surface = nullptr; in GetSurface() local
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
| H A D | debug_layer_test1.cpp | 46 static bool EglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in EglSwapBuffers() argument
|