Searched refs:client_infos_ (Results 1 – 1 of 1) sorted by relevance
140 std::list<ClientInfo> client_infos_; member in gpu::gles2::__anon02be35d10111::NativeImageBufferEGL189 DCHECK(client_infos_.empty()); in ~NativeImageBufferEGL()196 client_infos_.push_back(ClientInfo(client)); in AddClient()203 for (std::list<ClientInfo>::iterator it = client_infos_.begin(); in RemoveClient()204 it != client_infos_.end(); in RemoveClient()207 client_infos_.erase(it); in RemoveClient()216 for (std::list<ClientInfo>::iterator it = client_infos_.begin(); in IsClient()217 it != client_infos_.end(); in IsClient()