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

Side by Side Diff: gpu/command_buffer/common/capabilities.cc

Issue 1636123002: Expose ycbcr_420v_image extension via capabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "gpu/command_buffer/common/capabilities.h" 5 #include "gpu/command_buffer/common/capabilities.h"
6 6
7 namespace gpu { 7 namespace gpu {
8 8
9 Capabilities::PerStagePrecisions::PerStagePrecisions() { 9 Capabilities::PerStagePrecisions::PerStagePrecisions() {
10 } 10 }
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 texture_usage(false), 69 texture_usage(false),
70 texture_storage(false), 70 texture_storage(false),
71 discard_framebuffer(false), 71 discard_framebuffer(false),
72 sync_query(false), 72 sync_query(false),
73 image(false), 73 image(false),
74 future_sync_points(false), 74 future_sync_points(false),
75 blend_equation_advanced(false), 75 blend_equation_advanced(false),
76 blend_equation_advanced_coherent(false), 76 blend_equation_advanced_coherent(false),
77 texture_rg(false), 77 texture_rg(false),
78 image_ycbcr_422(false), 78 image_ycbcr_422(false),
79 image_ycbcr_420v(false),
79 render_buffer_format_bgra8888(false), 80 render_buffer_format_bgra8888(false),
80 occlusion_query_boolean(false), 81 occlusion_query_boolean(false),
81 timer_queries(false), 82 timer_queries(false),
82 surfaceless(false), 83 surfaceless(false),
83 flips_vertically(false), 84 flips_vertically(false),
84 major_version(2), 85 major_version(2),
85 minor_version(0) {} 86 minor_version(0) {}
86 87
87 } // namespace gpu 88 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/capabilities.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698