cc: Added inline to Tile::IsReadyToDraw
[chromium-blink-merge.git] / gpu / command_buffer / client / client_context_state_autogen.h
blob1714b2b5ce9e19732f1bd85a6d4eee50a445e303
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
3 // found in the LICENSE file.
5 // This file is auto-generated from
6 // gpu/command_buffer/build_gles2_cmd_buffer.py
7 // DO NOT EDIT!
9 // It is included by client_context_state.h
10 #ifndef GPU_COMMAND_BUFFER_CLIENT_CLIENT_CONTEXT_STATE_AUTOGEN_H_
11 #define GPU_COMMAND_BUFFER_CLIENT_CLIENT_CONTEXT_STATE_AUTOGEN_H_
13 struct EnableFlags {
14 EnableFlags();
15 bool blend;
16 bool cull_face;
17 bool depth_test;
18 bool dither;
19 bool polygon_offset_fill;
20 bool sample_alpha_to_coverage;
21 bool sample_coverage;
22 bool scissor_test;
23 bool stencil_test;
26 #endif // GPU_COMMAND_BUFFER_CLIENT_CLIENT_CONTEXT_STATE_AUTOGEN_H_