Searched refs:buffer_map (Results 1 – 10 of 10) sorted by relevance
353 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()360 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()362 auto it = layer->buffer_map->buffer_map.find(handle_id); in MapBufferToFbId()363 if (it != layer->buffer_map->buffer_map.end()) { in MapBufferToFbId()370 layer->buffer_map->buffer_map.erase(it); in MapBufferToFbId()374 if (layer->buffer_map->buffer_map.size() >= fbid_cache_limit_) { in MapBufferToFbId()376 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()383 layer->buffer_map->buffer_map[handle_id] = std::make_shared<FrameBufferObject>(fb_id, in MapBufferToFbId()426 auto it = layer->buffer_map->buffer_map.find(handle_id); in GetFbId()427 if (it != layer->buffer_map->buffer_map.end()) { in GetFbId()
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()
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
332 std::unordered_map<uint64_t, std::shared_ptr<LayerBufferObject>> buffer_map; member407 std::shared_ptr<LayerBufferMap> buffer_map = nullptr; //!< Map of handle_id and fb_id. member
334 std::unordered_map<uint64_t, std::shared_ptr<LayerBufferObject>> buffer_map; member406 std::shared_ptr<LayerBufferMap> buffer_map = nullptr; //!< Map of handle_id and fb_id. member
364 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()366 auto it = layer->buffer_map->buffer_map.find(handle_id); in MapBufferToFbId()367 if (it != layer->buffer_map->buffer_map.end()) { in MapBufferToFbId()374 layer->buffer_map->buffer_map.erase(it); in MapBufferToFbId()378 if (layer->buffer_map->buffer_map.size() >= fbid_cache_limit_) { in MapBufferToFbId()380 layer->buffer_map->buffer_map.clear(); in MapBufferToFbId()387 layer->buffer_map->buffer_map[handle_id] = std::make_shared<FrameBufferObject>(fb_id, in MapBufferToFbId()430 auto it = layer->buffer_map->buffer_map.find(handle_id); in GetFbId()431 if (it != layer->buffer_map->buffer_map.end()) { in GetFbId()
246 if (map != nullptr && map == data.buffer_map && address >= data.buffer_start && in ReadTargetMemory()275 data.buffer_map = map; in ReadTargetMemory()297 const MapEntry* buffer_map = nullptr; member
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()