/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/surface/capi/ |
H A D | surface_capi_mock.cpp | 21 std::shared_ptr<SurfaceMock> SurfaceMockFactory::CreateSurface() in CreateSurface() function in OHOS::MediaAVCodec::SurfaceMockFactory 26 std::shared_ptr<SurfaceMock> SurfaceMockFactory::CreateSurface(sptr<Surface> &surface) in CreateSurface() function in OHOS::MediaAVCodec::SurfaceMockFactory
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/surface/inner/ |
H A D | surface_inner_mock.cpp | 26 std::shared_ptr<SurfaceMock> SurfaceMockFactory::CreateSurface() in CreateSurface() function in OHOS::MediaAVCodec::SurfaceMockFactory 31 std::shared_ptr<SurfaceMock> SurfaceMockFactory::CreateSurface(sptr<Surface> &surface) in CreateSurface() function in OHOS::MediaAVCodec::SurfaceMockFactory
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | surface.cpp | 20 Surface* Surface::CreateSurface() in CreateSurface() function in OHOS::Surface
|
/ohos5.0/foundation/window/window_manager/test/common/utils/src/ |
H A D | screen_manager_utils.cpp | 24 bool ScreenManagerUtils::CreateSurface() in CreateSurface() function in OHOS::Rosen::ScreenManagerUtils
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos.cpp | 35 std::shared_ptr<SurfaceBase> SurfaceOhos::CreateSurface(sptr<Surface> surface) in CreateSurface() function in OHOS::Rosen::SurfaceOhos
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | drawing_proxy.cpp | 50 void* DrawingProxy::CreateSurface(void* window) in CreateSurface() function in OHOS::Rosen::DrawingProxy
|
H A D | vulkan_render_backend.h | 41 void* CreateSurface(void* window) override {return nullptr;} in CreateSurface() function
|
H A D | canvas_context.cpp | 66 void* CanvasContext::CreateSurface(void* window) in CreateSurface() function in OHOS::Rosen::CanvasContext
|
H A D | software_render_backend.h | 32 void* CreateSurface(void* window) override in CreateSurface() function
|
H A D | egl_manager.cpp | 152 EGLSurface EGLManager::CreateSurface(EGLNativeWindowType eglNativeWindow) in CreateSurface() function in OHOS::Rosen::EGLManager
|
H A D | gles_render_backend.cpp | 121 void* GLESRenderBackend::CreateSurface(void* window) in CreateSurface() function in OHOS::Rosen::GLESRenderBackend
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_surface_frame_darwin.cpp | 62 void RSSurfaceFrameDarwin::CreateSurface() in CreateSurface() function in OHOS::Rosen::RSSurfaceFrameDarwin
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_surface_frame_windows.cpp | 58 void RSSurfaceFrameWindows::CreateSurface() in CreateSurface() function in OHOS::Rosen::RSSurfaceFrameWindows
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_frame_ohos_gl.cpp | 76 void RSSurfaceFrameOhosGl::CreateSurface() in CreateSurface() function in OHOS::Rosen::RSSurfaceFrameOhosGl
|
H A D | rs_surface_frame_ohos_raster.cpp | 78 void RSSurfaceFrameOhosRaster::CreateSurface() in CreateSurface() function in OHOS::Rosen::RSSurfaceFrameOhosRaster
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/ |
H A D | render_context_ohos_vk.cpp | 41 bool RenderContextOhosVk::CreateSurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame) in CreateSurface() function in OHOS::Rosen::RenderContextOhosVk
|
H A D | render_context_ohos_raster.cpp | 37 bool RenderContextOhosRaster::CreateSurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame) in CreateSurface() function in OHOS::Rosen::RenderContextOhosRaster
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_delegate.cpp | 29 SurfaceDelegateError SurfaceDelegate::CreateSurface(bool isWindowSurface) in CreateSurface() function in OHOS::SurfaceDelegate
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
H A D | render_context_base.h | 36 virtual bool CreateSurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame) { return false; } in CreateSurface() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/ |
H A D | rs_interfaces_test_utils.cpp | 46 bool RSInterfacesTestUtils::CreateSurface() in CreateSurface() function in OHOS::Rosen::RSInterfacesTestUtils
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | egl_manager.cpp | 69 EGLSurface EglManager::CreateSurface(NativeWindow* window) in CreateSurface() function in OHOS::Rosen::EglManager
|
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_test_utils.cpp | 66 bool DisplayTestUtils::CreateSurface() in CreateSurface() function in OHOS::Rosen::DisplayTestUtils
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_framebuffer_surface.cpp | 53 SurfaceError HdiFramebufferSurface::CreateSurface(sptr<HdiFramebufferSurface> &fbSurface) in CreateSurface() function in OHOS::Rosen::HdiFramebufferSurface
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_dma_buffer_surface_render_node_drawable.cpp | 47 bool RSSurfaceRenderNodeDrawable::CreateSurface() in CreateSurface() function in OHOS::Rosen::DrawableV2::RSSurfaceRenderNodeDrawable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | main.cpp | 155 std::shared_ptr<RSSurfaceNode> CreateSurface() in CreateSurface() function
|