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

Side by Side Diff: gpu/command_buffer/service/context_state_autogen.h

Issue 169603002: Add initial support for NV_path_rendering extension to gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // This file is auto-generated from 5 // This file is auto-generated from
6 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.py
7 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 GLboolean color_mask_alpha; 47 GLboolean color_mask_alpha;
48 GLenum cull_mode; 48 GLenum cull_mode;
49 GLenum depth_func; 49 GLenum depth_func;
50 GLboolean depth_mask; 50 GLboolean depth_mask;
51 GLclampf z_near; 51 GLclampf z_near;
52 GLclampf z_far; 52 GLclampf z_far;
53 GLenum front_face; 53 GLenum front_face;
54 GLenum hint_generate_mipmap; 54 GLenum hint_generate_mipmap;
55 GLenum hint_fragment_shader_derivative; 55 GLenum hint_fragment_shader_derivative;
56 GLfloat line_width; 56 GLfloat line_width;
57 GLenum matrix_mode;
57 GLint pack_alignment; 58 GLint pack_alignment;
58 GLint unpack_alignment; 59 GLint unpack_alignment;
59 GLfloat polygon_offset_factor; 60 GLfloat polygon_offset_factor;
60 GLfloat polygon_offset_units; 61 GLfloat polygon_offset_units;
61 GLclampf sample_coverage_value; 62 GLclampf sample_coverage_value;
62 GLboolean sample_coverage_invert; 63 GLboolean sample_coverage_invert;
63 GLint scissor_x; 64 GLint scissor_x;
64 GLint scissor_y; 65 GLint scissor_y;
65 GLsizei scissor_width; 66 GLsizei scissor_width;
66 GLsizei scissor_height; 67 GLsizei scissor_height;
(...skipping 10 matching lines...) Expand all
77 GLenum stencil_front_z_pass_op; 78 GLenum stencil_front_z_pass_op;
78 GLenum stencil_back_fail_op; 79 GLenum stencil_back_fail_op;
79 GLenum stencil_back_z_fail_op; 80 GLenum stencil_back_z_fail_op;
80 GLenum stencil_back_z_pass_op; 81 GLenum stencil_back_z_pass_op;
81 GLint viewport_x; 82 GLint viewport_x;
82 GLint viewport_y; 83 GLint viewport_y;
83 GLsizei viewport_width; 84 GLsizei viewport_width;
84 GLsizei viewport_height; 85 GLsizei viewport_height;
85 86
86 #endif // GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_AUTOGEN_H_ 87 #endif // GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698