Home
last modified time | relevance | path

Searched defs:surface (Results 351 - 375 of 934) sorted by relevance

1...<<11121314151617181920>>...38

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp467 void RSSubThread::AddToReleaseQueue(std::shared_ptr<Drawing::Surface>&& surface) in AddToReleaseQueue() argument
H A Drs_sub_thread_manager.cpp328 void RSSubThreadManager::AddToReleaseQueue(std::shared_ptr<Drawing::Surface>&& surface, uint32_t threadIndex) in AddToReleaseQueue() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.cpp179 auto surface = CreateSurface(pixelMap_); in Run() local
48 DrawCapturedImg(Drawing::Image& image, Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, Drawing::TextureOrigin& textureOrigin, Drawing::BitmapFormat& bitmapFormat) DrawCapturedImg() argument
370 CreateSurfaceSyncCopyTask( std::shared_ptr<Drawing::Surface> surface, std::unique_ptr<Media::PixelMap> pixelMap, NodeId id, sptr<RSISurfaceCaptureCallback> callback, int32_t rotation, bool useDma) CreateSurfaceSyncCopyTask() argument
[all...]
H A Drs_uni_hwc_prevalidate_util.cpp316 LayerRotate( RequestLayerInfo& info, const sptr<IConsumerSurface>& surface, const ScreenInfo &screenInfo) LayerRotate() argument
H A Drs_surface_capture_task.cpp84 auto surface = CreateSurface(pixelmap); in Run() local
275 void RSSurfaceCaptureVisitor::SetSurface(Drawing::Surface* surface) in SetSurface() argument
[all...]
H A Drs_ui_capture_task_parallel.cpp159 auto surface = CreateSurface(pixelMap_); in Run() local
51 DrawCapturedImg(Drawing::Image& image, Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, Drawing::TextureOrigin& textureOrigin, Drawing::BitmapFormat& bitmapFormat) DrawCapturedImg() argument
289 CreateSurfaceSyncCopyTask( std::shared_ptr<Drawing::Surface> surface, std::unique_ptr<Media::PixelMap> pixelMap, NodeId id, sptr<RSISurfaceCaptureCallback> callback, int32_t rotation, bool useDma) CreateSurfaceSyncCopyTask() argument
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_c_sample.cpp151 sptr<Surface> surface = surfaceNode->GetSurface(); in DrawSurface() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp313 bool WGLState::GetInformation(HDC surface, int32_t configId, GlesImplementation::SurfaceInfo& res) const in GetInformation() argument
363 bool WGLState::GetSurfaceInformation(HDC surface, GlesImplementation::SurfaceInfo& res) const in GetSurfaceInformation() argument
[all...]
H A Dswapchain_gles.cpp154 EGLSurface surface = (EGLSurface)surfaceHandle; variable
166 HDC surface = (HDC)surfaceHandle; variable
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp101 ColorInfo GetColorInfo(const VkPhysicalDevice physicalDevice, const VkSurfaceKHR surface, const uint32_t flags) in GetColorInfo() argument
128 VkPresentModeKHR GetPresentMode(const VkPhysicalDevice physicalDevice, const VkSurfaceKHR surface, const uint32_t flags) in GetPresentMode() argument
[all...]
/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_server.cpp155 int32_t AudioCapturerServer::SetSurfaceProcess(Surface *surface) in SetSurfaceProcess() argument
295 Surface *surface = SurfaceImpl::GenericSurfaceByIpcIo(*req); in SetSurface() local
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp249 sptr<Surface> surface = codec_->OnCreateInputSurface(); in OnMsgReceived() local
257 sptr<Surface> surface; in OnMsgReceived() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_modifier_demo.cpp106 Drawing::Surface surface; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_surface_render_node.cpp97 sptr<Surface> surface = Surface::CreateSurfaceAsProducer(producer); in CreateSurface() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp265 auto& surface = mSurfaceMap[mSurfaceList.front()]; in FlushFrame() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp479 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() local
499 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() local
517 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() local
1196 std::shared_ptr<Drawing::Surface> surface = HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp281 auto& surface = surfaceMap_[surfaceList_.front()]; in NativeFlushFrame() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_divided_ui_capture.cpp103 auto surface = std::make_shared<Drawing::Surface>(); in CreateSurface() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp262 void DrawingSample::DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam& param) in DoPrepareCompleted() argument
81 OnPrepareCompleted( sptr<Surface> &surface, const struct PrepareCompleteParam& param, void* data) OnPrepareCompleted() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp46 Surface surface; in SurfaceFuzzTest001() local
90 Surface surface; in SurfaceFuzzTest002() local
138 Surface surface; SurfaceFuzzTest003() local
176 Surface surface; SurfaceFuzzTest004() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_test.cpp74 auto surface = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreatePixelMap() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h37 sptr<Surface> surface = nullptr; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_foreground_effect_filter.cpp138 std::shared_ptr<Drawing::Image> RSForegroundEffectFilter::MakeImage(std::shared_ptr<Drawing::Surface> surface, in MakeImage() argument
192 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRenderTarget(canvas.GetGPUContext().get(), in ApplyForegroundEffect() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screen_manager/
H A Drs_screen_manager_unit_test.cpp1016 auto surface = screenManager->GetProducerSurface(id); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp247 auto surface = canvas.GetSurface(); in GenerateFilteredSnapshot() local

Completed in 20 milliseconds

1...<<11121314151617181920>>...38