Searched refs:layerName (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_surface/utils/frame_report/export/ |
H A D | frame_report.h | 40 void SetDequeueBufferTime(const std::string& layerName, int64_t dequeueBufferTime); 41 void SetQueueBufferTime(uint64_t uniqueId, const std::string& layerName, int64_t queueBufferTime); 42 void SetPendingBufferNum(const std::string& layerName, int32_t pendingBufferNum); 43 void Report(const std::string& layerName); 54 void NotifyFrameInfo(int32_t pid, const std::string& layerName, int64_t timeStamp, const std::string& bufferMsg);
|
/foundation/graphic/graphic_surface/utils/frame_report/src/ |
H A D | frame_report.cpp | 116 void FrameReport::SetDequeueBufferTime(const std::string& layerName, int64_t dequeueBufferTime) in SetDequeueBufferTime() argument 121 void FrameReport::SetQueueBufferTime(uint64_t uniqueId, const std::string& layerName, int64_t queueBufferTime) in SetQueueBufferTime() argument 127 void FrameReport::SetPendingBufferNum(const std::string& layerName, int32_t pendingBufferNum) in SetPendingBufferNum() argument 191 void FrameReport::Report(const std::string& layerName) in Report() argument 209 NotifyFrameInfo(activelyPid_.load(), layerName, timeStamp, bufferMsg); in Report() 212 void FrameReport::NotifyFrameInfo(int32_t pid, const std::string& layerName, int64_t timeStamp, in NotifyFrameInfo() argument 219 bool result = notifyFrameInfoFunc_(pid, layerName, timeStamp, bufferMsg); in NotifyFrameInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_round_corner_display_manager.h | 48 std::pair<NodeId, RCDLayerType> GetLayerPair(const std::string& layerName); 51 bool CheckLayerIsRCD(const std::string& layerName);
|
H A D | rs_round_corner_display_manager.cpp | 53 const std::string& layerName) in GetLayerPair() 56 auto it = rcdlayerMap_.find(layerName); in GetLayerPair() 60 return rcdlayerMap_.at(layerName); in GetLayerPair() 63 bool RoundCornerDisplayManager::CheckLayerIsRCD(const std::string& layerName) in CheckLayerIsRCD() argument 66 auto it = rcdlayerMap_.find(layerName); in CheckLayerIsRCD() 52 GetLayerPair( const std::string& layerName) GetLayerPair() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | create_functions_vk.cpp | 284 PLUGIN_LOG_D("%s", ref.layerName); in CreateInstance() 297 return (std::strcmp(supportedLayer.layerName, requiredLayer) == 0); in CreateInstance()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_round_corner_display_test.cpp | 1180 for (auto& layerName : renderLayersName) { in HWTEST_F() 1181 auto nodeInfo = rcdInstance.GetLayerPair(layerName); in HWTEST_F()
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 1735 if ((pLayerName != nullptr) && (strcmp(pLayerName, swapchainLayer.layerName) == 0)) { in EnumerateInstanceExtensionProperties() 1756 if ((pLayerName != nullptr) && (strcmp(pLayerName, swapchainLayer.layerName) == 0)) { in EnumerateDeviceExtensionProperties()
|
Completed in 14 milliseconds