Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: content/common/gpu/gpu_messages.h

Issue 612093008: gpu: Rename Capabilities::map_image to Capabilities::image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: should only be a rename Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included message file, hence no include guard here, but see below 5 // Multiply-included message file, hence no include guard here, but see below
6 // for a much smaller-than-usual include guard section. 6 // for a much smaller-than-usual include guard section.
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 IPC_STRUCT_TRAITS_MEMBER(egl_image_external) 207 IPC_STRUCT_TRAITS_MEMBER(egl_image_external)
208 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888) 208 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888)
209 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1) 209 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1)
210 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot) 210 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot)
211 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle) 211 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle)
212 IPC_STRUCT_TRAITS_MEMBER(iosurface) 212 IPC_STRUCT_TRAITS_MEMBER(iosurface)
213 IPC_STRUCT_TRAITS_MEMBER(texture_usage) 213 IPC_STRUCT_TRAITS_MEMBER(texture_usage)
214 IPC_STRUCT_TRAITS_MEMBER(texture_storage) 214 IPC_STRUCT_TRAITS_MEMBER(texture_storage)
215 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer) 215 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer)
216 IPC_STRUCT_TRAITS_MEMBER(sync_query) 216 IPC_STRUCT_TRAITS_MEMBER(sync_query)
217 IPC_STRUCT_TRAITS_MEMBER(map_image) 217 IPC_STRUCT_TRAITS_MEMBER(image)
218 IPC_STRUCT_TRAITS_END() 218 IPC_STRUCT_TRAITS_END()
219 219
220 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats::ProcessStats) 220 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats::ProcessStats)
221 IPC_STRUCT_TRAITS_MEMBER(video_memory) 221 IPC_STRUCT_TRAITS_MEMBER(video_memory)
222 IPC_STRUCT_TRAITS_MEMBER(has_duplicates) 222 IPC_STRUCT_TRAITS_MEMBER(has_duplicates)
223 IPC_STRUCT_TRAITS_END() 223 IPC_STRUCT_TRAITS_END()
224 224
225 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats) 225 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats)
226 IPC_STRUCT_TRAITS_MEMBER(process_map) 226 IPC_STRUCT_TRAITS_MEMBER(process_map)
227 IPC_STRUCT_TRAITS_MEMBER(bytes_allocated) 227 IPC_STRUCT_TRAITS_MEMBER(bytes_allocated)
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 int32 /* bitstream_buffer_id */, 768 int32 /* bitstream_buffer_id */,
769 uint32 /* payload_size */, 769 uint32 /* payload_size */,
770 bool /* key_frame */) 770 bool /* key_frame */)
771 771
772 // Report error condition. 772 // Report error condition.
773 IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyError, 773 IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyError,
774 media::VideoEncodeAccelerator::Error /* error */) 774 media::VideoEncodeAccelerator::Error /* error */)
775 775
776 // Send destroy request to the encoder. 776 // Send destroy request to the encoder.
777 IPC_MESSAGE_ROUTED0(AcceleratedVideoEncoderMsg_Destroy) 777 IPC_MESSAGE_ROUTED0(AcceleratedVideoEncoderMsg_Destroy)
OLDNEW
« no previous file with comments | « content/common/gpu/client/command_buffer_proxy_impl.cc ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698