Searched refs:buffer_map (Results 1 – 6 of 6) sorted by relevance
309 std::unordered_map<uint64_t, std::shared_ptr<LayerBufferObject>> buffer_map; member384 std::shared_ptr<LayerBufferMap> buffer_map = nullptr; //!< Map of handle_id and fb_id. member
330 std::unordered_map<uint64_t, std::shared_ptr<LayerBufferObject>> buffer_map; member405 std::shared_ptr<LayerBufferMap> buffer_map = nullptr; //!< Map of handle_id and fb_id. member
307 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()310 if (layer->buffer_map->buffer_map.find(handle_id) != layer->buffer_map->buffer_map.end()) { in MapBufferToFbId()315 if (layer->buffer_map->buffer_map.size() >= fbid_cache_limit_) { in MapBufferToFbId()317 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()324 layer->buffer_map->buffer_map[handle_id] = std::make_shared<FrameBufferObject>(fb_id); in MapBufferToFbId()360 auto it = layer->buffer_map->buffer_map.find(handle_id); in GetFbId()361 if (it != layer->buffer_map->buffer_map.end()) { in GetFbId()
352 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()354 if (layer->buffer_map->buffer_map.find(handle_id) != layer->buffer_map->buffer_map.end()) { in MapBufferToFbId()359 if (layer->buffer_map->buffer_map.size() >= fbid_cache_limit_) { in MapBufferToFbId()361 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()368 layer->buffer_map->buffer_map[handle_id] = std::make_shared<FrameBufferObject>(fb_id); in MapBufferToFbId()403 auto it = layer->buffer_map->buffer_map.find(handle_id); in GetFbId()404 if (it != layer->buffer_map->buffer_map.end()) { in GetFbId()
153 if (layer->buffer_map == nullptr) { in BuildLayerStackStats()154 layer->buffer_map = std::make_shared<LayerBufferMap>(); in BuildLayerStackStats()
212 if (layer->buffer_map == nullptr) { in BuildLayerStackStats()213 layer->buffer_map = std::make_shared<LayerBufferMap>(); in BuildLayerStackStats()