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

Side by Side Diff: content/common/cc_messages.h

Issue 558083002: [cc] Add nearest neighbor filtering for TextureLayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase Created 6 years 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
« no previous file with comments | « cc/trees/layer_tree_host_unittest_delegated.cc ('k') | content/common/cc_messages_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // IPC Messages sent between compositor instances. 5 // IPC Messages sent between compositor instances.
6 6
7 #include "cc/output/begin_frame_args.h" 7 #include "cc/output/begin_frame_args.h"
8 #include "cc/output/compositor_frame.h" 8 #include "cc/output/compositor_frame.h"
9 #include "cc/output/compositor_frame_ack.h" 9 #include "cc/output/compositor_frame_ack.h"
10 #include "cc/output/filter_operation.h" 10 #include "cc/output/filter_operation.h"
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 IPC_STRUCT_TRAITS_MEMBER(resource_id) 206 IPC_STRUCT_TRAITS_MEMBER(resource_id)
207 IPC_STRUCT_TRAITS_MEMBER(premultiplied_alpha) 207 IPC_STRUCT_TRAITS_MEMBER(premultiplied_alpha)
208 IPC_STRUCT_TRAITS_MEMBER(uv_top_left) 208 IPC_STRUCT_TRAITS_MEMBER(uv_top_left)
209 IPC_STRUCT_TRAITS_MEMBER(uv_bottom_right) 209 IPC_STRUCT_TRAITS_MEMBER(uv_bottom_right)
210 IPC_STRUCT_TRAITS_MEMBER(background_color) 210 IPC_STRUCT_TRAITS_MEMBER(background_color)
211 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[0]) 211 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[0])
212 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[1]) 212 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[1])
213 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[2]) 213 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[2])
214 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[3]) 214 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[3])
215 IPC_STRUCT_TRAITS_MEMBER(flipped) 215 IPC_STRUCT_TRAITS_MEMBER(flipped)
216 IPC_STRUCT_TRAITS_MEMBER(nearest_neighbor)
216 IPC_STRUCT_TRAITS_END() 217 IPC_STRUCT_TRAITS_END()
217 218
218 IPC_STRUCT_TRAITS_BEGIN(cc::TileDrawQuad) 219 IPC_STRUCT_TRAITS_BEGIN(cc::TileDrawQuad)
219 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 220 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
220 IPC_STRUCT_TRAITS_MEMBER(resource_id) 221 IPC_STRUCT_TRAITS_MEMBER(resource_id)
221 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect) 222 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
222 IPC_STRUCT_TRAITS_MEMBER(texture_size) 223 IPC_STRUCT_TRAITS_MEMBER(texture_size)
223 IPC_STRUCT_TRAITS_MEMBER(swizzle_contents) 224 IPC_STRUCT_TRAITS_MEMBER(swizzle_contents)
224 IPC_STRUCT_TRAITS_END() 225 IPC_STRUCT_TRAITS_END()
225 226
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 IPC_STRUCT_TRAITS_MEMBER(latency_info) 291 IPC_STRUCT_TRAITS_MEMBER(latency_info)
291 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences) 292 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences)
292 IPC_STRUCT_TRAITS_END() 293 IPC_STRUCT_TRAITS_END()
293 294
294 IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData) 295 IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData)
295 IPC_STRUCT_TRAITS_MEMBER(mailbox) 296 IPC_STRUCT_TRAITS_MEMBER(mailbox)
296 IPC_STRUCT_TRAITS_MEMBER(sync_point) 297 IPC_STRUCT_TRAITS_MEMBER(sync_point)
297 IPC_STRUCT_TRAITS_MEMBER(size) 298 IPC_STRUCT_TRAITS_MEMBER(size)
298 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect) 299 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect)
299 IPC_STRUCT_TRAITS_END() 300 IPC_STRUCT_TRAITS_END()
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_unittest_delegated.cc ('k') | content/common/cc_messages_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698