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

Side by Side Diff: sdk/lib/web_gl/dartium/web_gl_dartium.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Created 3 years, 9 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 /** 1 /**
2 * 3D programming in the browser. 2 * 3D programming in the browser.
3 */ 3 */
4 library dart.dom.web_gl; 4 library dart.dom.web_gl;
5 5
6 import 'dart:async'; 6 import 'dart:async';
7 import 'dart:collection'; 7 import 'dart:collection';
8 import 'dart:_internal'; 8 import 'dart:_internal';
9 import 'dart:html'; 9 import 'dart:html';
10 import 'dart:html_common'; 10 import 'dart:html_common';
11 import 'dart:nativewrappers'; 11 import 'dart:nativewrappers';
12 import 'dart:typed_data'; 12 import 'dart:typed_data';
13 import 'dart:_blink' as _blink; 13 import 'dart:_blink' as _blink;
14 import 'dart:js' as js; 14 import 'dart:js' as js;
15 // DO NOT EDIT 15 // DO NOT EDIT
16 // Auto-generated dart:web_gl library. 16 // Auto-generated dart:web_gl library.
17 17
18
19
20
21
22 // FIXME: Can we make this private? 18 // FIXME: Can we make this private?
23 @Deprecated("Internal Use Only") 19 @Deprecated("Internal Use Only")
24 final web_glBlinkMap = { 20 final web_glBlinkMap = {
25 'ANGLEInstancedArrays': () => AngleInstancedArrays.instanceRuntimeType, 21 'ANGLEInstancedArrays': () => AngleInstancedArrays.instanceRuntimeType,
26 'CHROMIUMSubscribeUniform': () => ChromiumSubscribeUniform.instanceRuntimeType , 22 'CHROMIUMSubscribeUniform': () =>
23 ChromiumSubscribeUniform.instanceRuntimeType,
27 'EXTBlendMinMax': () => ExtBlendMinMax.instanceRuntimeType, 24 'EXTBlendMinMax': () => ExtBlendMinMax.instanceRuntimeType,
28 'EXTFragDepth': () => ExtFragDepth.instanceRuntimeType, 25 'EXTFragDepth': () => ExtFragDepth.instanceRuntimeType,
29 'EXTShaderTextureLOD': () => ExtShaderTextureLod.instanceRuntimeType, 26 'EXTShaderTextureLOD': () => ExtShaderTextureLod.instanceRuntimeType,
30 'EXTTextureFilterAnisotropic': () => ExtTextureFilterAnisotropic.instanceRunti meType, 27 'EXTTextureFilterAnisotropic': () =>
28 ExtTextureFilterAnisotropic.instanceRuntimeType,
31 'EXTsRGB': () => EXTsRgb.instanceRuntimeType, 29 'EXTsRGB': () => EXTsRgb.instanceRuntimeType,
32 'OESElementIndexUint': () => OesElementIndexUint.instanceRuntimeType, 30 'OESElementIndexUint': () => OesElementIndexUint.instanceRuntimeType,
33 'OESStandardDerivatives': () => OesStandardDerivatives.instanceRuntimeType, 31 'OESStandardDerivatives': () => OesStandardDerivatives.instanceRuntimeType,
34 'OESTextureFloat': () => OesTextureFloat.instanceRuntimeType, 32 'OESTextureFloat': () => OesTextureFloat.instanceRuntimeType,
35 'OESTextureFloatLinear': () => OesTextureFloatLinear.instanceRuntimeType, 33 'OESTextureFloatLinear': () => OesTextureFloatLinear.instanceRuntimeType,
36 'OESTextureHalfFloat': () => OesTextureHalfFloat.instanceRuntimeType, 34 'OESTextureHalfFloat': () => OesTextureHalfFloat.instanceRuntimeType,
37 'OESTextureHalfFloatLinear': () => OesTextureHalfFloatLinear.instanceRuntimeTy pe, 35 'OESTextureHalfFloatLinear': () =>
36 OesTextureHalfFloatLinear.instanceRuntimeType,
38 'OESVertexArrayObject': () => OesVertexArrayObject.instanceRuntimeType, 37 'OESVertexArrayObject': () => OesVertexArrayObject.instanceRuntimeType,
39 'WebGL2RenderingContext': () => RenderingContext2.instanceRuntimeType, 38 'WebGL2RenderingContext': () => RenderingContext2.instanceRuntimeType,
40 'WebGL2RenderingContextBase': () => _WebGL2RenderingContextBase.instanceRuntim eType, 39 'WebGL2RenderingContextBase': () =>
40 _WebGL2RenderingContextBase.instanceRuntimeType,
41 'WebGLActiveInfo': () => ActiveInfo.instanceRuntimeType, 41 'WebGLActiveInfo': () => ActiveInfo.instanceRuntimeType,
42 'WebGLBuffer': () => Buffer.instanceRuntimeType, 42 'WebGLBuffer': () => Buffer.instanceRuntimeType,
43 'WebGLCompressedTextureATC': () => CompressedTextureAtc.instanceRuntimeType, 43 'WebGLCompressedTextureATC': () => CompressedTextureAtc.instanceRuntimeType,
44 'WebGLCompressedTextureETC1': () => CompressedTextureETC1.instanceRuntimeType, 44 'WebGLCompressedTextureETC1': () => CompressedTextureETC1.instanceRuntimeType,
45 'WebGLCompressedTexturePVRTC': () => CompressedTexturePvrtc.instanceRuntimeTyp e, 45 'WebGLCompressedTexturePVRTC': () =>
46 CompressedTexturePvrtc.instanceRuntimeType,
46 'WebGLCompressedTextureS3TC': () => CompressedTextureS3TC.instanceRuntimeType, 47 'WebGLCompressedTextureS3TC': () => CompressedTextureS3TC.instanceRuntimeType,
47 'WebGLContextEvent': () => ContextEvent.instanceRuntimeType, 48 'WebGLContextEvent': () => ContextEvent.instanceRuntimeType,
48 'WebGLDebugRendererInfo': () => DebugRendererInfo.instanceRuntimeType, 49 'WebGLDebugRendererInfo': () => DebugRendererInfo.instanceRuntimeType,
49 'WebGLDebugShaders': () => DebugShaders.instanceRuntimeType, 50 'WebGLDebugShaders': () => DebugShaders.instanceRuntimeType,
50 'WebGLDepthTexture': () => DepthTexture.instanceRuntimeType, 51 'WebGLDepthTexture': () => DepthTexture.instanceRuntimeType,
51 'WebGLDrawBuffers': () => DrawBuffers.instanceRuntimeType, 52 'WebGLDrawBuffers': () => DrawBuffers.instanceRuntimeType,
52 'WebGLFramebuffer': () => Framebuffer.instanceRuntimeType, 53 'WebGLFramebuffer': () => Framebuffer.instanceRuntimeType,
53 'WebGLLoseContext': () => LoseContext.instanceRuntimeType, 54 'WebGLLoseContext': () => LoseContext.instanceRuntimeType,
54 'WebGLProgram': () => Program.instanceRuntimeType, 55 'WebGLProgram': () => Program.instanceRuntimeType,
55 'WebGLQuery': () => Query.instanceRuntimeType, 56 'WebGLQuery': () => Query.instanceRuntimeType,
56 'WebGLRenderbuffer': () => Renderbuffer.instanceRuntimeType, 57 'WebGLRenderbuffer': () => Renderbuffer.instanceRuntimeType,
57 'WebGLRenderingContext': () => RenderingContext.instanceRuntimeType, 58 'WebGLRenderingContext': () => RenderingContext.instanceRuntimeType,
58 'WebGLRenderingContextBase': () => _WebGLRenderingContextBase.instanceRuntimeT ype, 59 'WebGLRenderingContextBase': () =>
60 _WebGLRenderingContextBase.instanceRuntimeType,
59 'WebGLSampler': () => Sampler.instanceRuntimeType, 61 'WebGLSampler': () => Sampler.instanceRuntimeType,
60 'WebGLShader': () => Shader.instanceRuntimeType, 62 'WebGLShader': () => Shader.instanceRuntimeType,
61 'WebGLShaderPrecisionFormat': () => ShaderPrecisionFormat.instanceRuntimeType, 63 'WebGLShaderPrecisionFormat': () => ShaderPrecisionFormat.instanceRuntimeType,
62 'WebGLSync': () => Sync.instanceRuntimeType, 64 'WebGLSync': () => Sync.instanceRuntimeType,
63 'WebGLTexture': () => Texture.instanceRuntimeType, 65 'WebGLTexture': () => Texture.instanceRuntimeType,
64 'WebGLTransformFeedback': () => TransformFeedback.instanceRuntimeType, 66 'WebGLTransformFeedback': () => TransformFeedback.instanceRuntimeType,
65 'WebGLUniformLocation': () => UniformLocation.instanceRuntimeType, 67 'WebGLUniformLocation': () => UniformLocation.instanceRuntimeType,
66 'WebGLVertexArrayObject': () => VertexArrayObject.instanceRuntimeType, 68 'WebGLVertexArrayObject': () => VertexArrayObject.instanceRuntimeType,
67 'WebGLVertexArrayObjectOES': () => VertexArrayObjectOes.instanceRuntimeType, 69 'WebGLVertexArrayObjectOES': () => VertexArrayObjectOes.instanceRuntimeType,
68
69 }; 70 };
70 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 71 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
71 // for details. All rights reserved. Use of this source code is governed by a 72 // for details. All rights reserved. Use of this source code is governed by a
72 // BSD-style license that can be found in the LICENSE file. 73 // BSD-style license that can be found in the LICENSE file.
73 74
74
75 const int ACTIVE_ATTRIBUTES = RenderingContext.ACTIVE_ATTRIBUTES; 75 const int ACTIVE_ATTRIBUTES = RenderingContext.ACTIVE_ATTRIBUTES;
76 const int ACTIVE_TEXTURE = RenderingContext.ACTIVE_TEXTURE; 76 const int ACTIVE_TEXTURE = RenderingContext.ACTIVE_TEXTURE;
77 const int ACTIVE_UNIFORMS = RenderingContext.ACTIVE_UNIFORMS; 77 const int ACTIVE_UNIFORMS = RenderingContext.ACTIVE_UNIFORMS;
78 const int ALIASED_LINE_WIDTH_RANGE = RenderingContext.ALIASED_LINE_WIDTH_RANGE; 78 const int ALIASED_LINE_WIDTH_RANGE = RenderingContext.ALIASED_LINE_WIDTH_RANGE;
79 const int ALIASED_POINT_SIZE_RANGE = RenderingContext.ALIASED_POINT_SIZE_RANGE; 79 const int ALIASED_POINT_SIZE_RANGE = RenderingContext.ALIASED_POINT_SIZE_RANGE;
80 const int ALPHA = RenderingContext.ALPHA; 80 const int ALPHA = RenderingContext.ALPHA;
81 const int ALPHA_BITS = RenderingContext.ALPHA_BITS; 81 const int ALPHA_BITS = RenderingContext.ALPHA_BITS;
82 const int ALWAYS = RenderingContext.ALWAYS; 82 const int ALWAYS = RenderingContext.ALWAYS;
83 const int ARRAY_BUFFER = RenderingContext.ARRAY_BUFFER; 83 const int ARRAY_BUFFER = RenderingContext.ARRAY_BUFFER;
84 const int ARRAY_BUFFER_BINDING = RenderingContext.ARRAY_BUFFER_BINDING; 84 const int ARRAY_BUFFER_BINDING = RenderingContext.ARRAY_BUFFER_BINDING;
(...skipping 17 matching lines...) Expand all
102 const int BUFFER_SIZE = RenderingContext.BUFFER_SIZE; 102 const int BUFFER_SIZE = RenderingContext.BUFFER_SIZE;
103 const int BUFFER_USAGE = RenderingContext.BUFFER_USAGE; 103 const int BUFFER_USAGE = RenderingContext.BUFFER_USAGE;
104 const int BYTE = RenderingContext.BYTE; 104 const int BYTE = RenderingContext.BYTE;
105 const int CCW = RenderingContext.CCW; 105 const int CCW = RenderingContext.CCW;
106 const int CLAMP_TO_EDGE = RenderingContext.CLAMP_TO_EDGE; 106 const int CLAMP_TO_EDGE = RenderingContext.CLAMP_TO_EDGE;
107 const int COLOR_ATTACHMENT0 = RenderingContext.COLOR_ATTACHMENT0; 107 const int COLOR_ATTACHMENT0 = RenderingContext.COLOR_ATTACHMENT0;
108 const int COLOR_BUFFER_BIT = RenderingContext.COLOR_BUFFER_BIT; 108 const int COLOR_BUFFER_BIT = RenderingContext.COLOR_BUFFER_BIT;
109 const int COLOR_CLEAR_VALUE = RenderingContext.COLOR_CLEAR_VALUE; 109 const int COLOR_CLEAR_VALUE = RenderingContext.COLOR_CLEAR_VALUE;
110 const int COLOR_WRITEMASK = RenderingContext.COLOR_WRITEMASK; 110 const int COLOR_WRITEMASK = RenderingContext.COLOR_WRITEMASK;
111 const int COMPILE_STATUS = RenderingContext.COMPILE_STATUS; 111 const int COMPILE_STATUS = RenderingContext.COMPILE_STATUS;
112 const int COMPRESSED_TEXTURE_FORMATS = RenderingContext.COMPRESSED_TEXTURE_FORMA TS; 112 const int COMPRESSED_TEXTURE_FORMATS =
113 RenderingContext.COMPRESSED_TEXTURE_FORMATS;
113 const int CONSTANT_ALPHA = RenderingContext.CONSTANT_ALPHA; 114 const int CONSTANT_ALPHA = RenderingContext.CONSTANT_ALPHA;
114 const int CONSTANT_COLOR = RenderingContext.CONSTANT_COLOR; 115 const int CONSTANT_COLOR = RenderingContext.CONSTANT_COLOR;
115 const int CONTEXT_LOST_WEBGL = RenderingContext.CONTEXT_LOST_WEBGL; 116 const int CONTEXT_LOST_WEBGL = RenderingContext.CONTEXT_LOST_WEBGL;
116 const int CULL_FACE = RenderingContext.CULL_FACE; 117 const int CULL_FACE = RenderingContext.CULL_FACE;
117 const int CULL_FACE_MODE = RenderingContext.CULL_FACE_MODE; 118 const int CULL_FACE_MODE = RenderingContext.CULL_FACE_MODE;
118 const int CURRENT_PROGRAM = RenderingContext.CURRENT_PROGRAM; 119 const int CURRENT_PROGRAM = RenderingContext.CURRENT_PROGRAM;
119 const int CURRENT_VERTEX_ATTRIB = RenderingContext.CURRENT_VERTEX_ATTRIB; 120 const int CURRENT_VERTEX_ATTRIB = RenderingContext.CURRENT_VERTEX_ATTRIB;
120 const int CW = RenderingContext.CW; 121 const int CW = RenderingContext.CW;
121 const int DECR = RenderingContext.DECR; 122 const int DECR = RenderingContext.DECR;
122 const int DECR_WRAP = RenderingContext.DECR_WRAP; 123 const int DECR_WRAP = RenderingContext.DECR_WRAP;
123 const int DELETE_STATUS = RenderingContext.DELETE_STATUS; 124 const int DELETE_STATUS = RenderingContext.DELETE_STATUS;
124 const int DEPTH_ATTACHMENT = RenderingContext.DEPTH_ATTACHMENT; 125 const int DEPTH_ATTACHMENT = RenderingContext.DEPTH_ATTACHMENT;
125 const int DEPTH_BITS = RenderingContext.DEPTH_BITS; 126 const int DEPTH_BITS = RenderingContext.DEPTH_BITS;
126 const int DEPTH_BUFFER_BIT = RenderingContext.DEPTH_BUFFER_BIT; 127 const int DEPTH_BUFFER_BIT = RenderingContext.DEPTH_BUFFER_BIT;
127 const int DEPTH_CLEAR_VALUE = RenderingContext.DEPTH_CLEAR_VALUE; 128 const int DEPTH_CLEAR_VALUE = RenderingContext.DEPTH_CLEAR_VALUE;
128 const int DEPTH_COMPONENT = RenderingContext.DEPTH_COMPONENT; 129 const int DEPTH_COMPONENT = RenderingContext.DEPTH_COMPONENT;
129 const int DEPTH_COMPONENT16 = RenderingContext.DEPTH_COMPONENT16; 130 const int DEPTH_COMPONENT16 = RenderingContext.DEPTH_COMPONENT16;
130 const int DEPTH_FUNC = RenderingContext.DEPTH_FUNC; 131 const int DEPTH_FUNC = RenderingContext.DEPTH_FUNC;
131 const int DEPTH_RANGE = RenderingContext.DEPTH_RANGE; 132 const int DEPTH_RANGE = RenderingContext.DEPTH_RANGE;
132 const int DEPTH_STENCIL = RenderingContext.DEPTH_STENCIL; 133 const int DEPTH_STENCIL = RenderingContext.DEPTH_STENCIL;
133 const int DEPTH_STENCIL_ATTACHMENT = RenderingContext.DEPTH_STENCIL_ATTACHMENT; 134 const int DEPTH_STENCIL_ATTACHMENT = RenderingContext.DEPTH_STENCIL_ATTACHMENT;
134 const int DEPTH_TEST = RenderingContext.DEPTH_TEST; 135 const int DEPTH_TEST = RenderingContext.DEPTH_TEST;
135 const int DEPTH_WRITEMASK = RenderingContext.DEPTH_WRITEMASK; 136 const int DEPTH_WRITEMASK = RenderingContext.DEPTH_WRITEMASK;
136 const int DITHER = RenderingContext.DITHER; 137 const int DITHER = RenderingContext.DITHER;
137 const int DONT_CARE = RenderingContext.DONT_CARE; 138 const int DONT_CARE = RenderingContext.DONT_CARE;
138 const int DST_ALPHA = RenderingContext.DST_ALPHA; 139 const int DST_ALPHA = RenderingContext.DST_ALPHA;
139 const int DST_COLOR = RenderingContext.DST_COLOR; 140 const int DST_COLOR = RenderingContext.DST_COLOR;
140 const int DYNAMIC_DRAW = RenderingContext.DYNAMIC_DRAW; 141 const int DYNAMIC_DRAW = RenderingContext.DYNAMIC_DRAW;
141 const int ELEMENT_ARRAY_BUFFER = RenderingContext.ELEMENT_ARRAY_BUFFER; 142 const int ELEMENT_ARRAY_BUFFER = RenderingContext.ELEMENT_ARRAY_BUFFER;
142 const int ELEMENT_ARRAY_BUFFER_BINDING = RenderingContext.ELEMENT_ARRAY_BUFFER_B INDING; 143 const int ELEMENT_ARRAY_BUFFER_BINDING =
144 RenderingContext.ELEMENT_ARRAY_BUFFER_BINDING;
143 const int EQUAL = RenderingContext.EQUAL; 145 const int EQUAL = RenderingContext.EQUAL;
144 const int FASTEST = RenderingContext.FASTEST; 146 const int FASTEST = RenderingContext.FASTEST;
145 const int FLOAT = RenderingContext.FLOAT; 147 const int FLOAT = RenderingContext.FLOAT;
146 const int FLOAT_MAT2 = RenderingContext.FLOAT_MAT2; 148 const int FLOAT_MAT2 = RenderingContext.FLOAT_MAT2;
147 const int FLOAT_MAT3 = RenderingContext.FLOAT_MAT3; 149 const int FLOAT_MAT3 = RenderingContext.FLOAT_MAT3;
148 const int FLOAT_MAT4 = RenderingContext.FLOAT_MAT4; 150 const int FLOAT_MAT4 = RenderingContext.FLOAT_MAT4;
149 const int FLOAT_VEC2 = RenderingContext.FLOAT_VEC2; 151 const int FLOAT_VEC2 = RenderingContext.FLOAT_VEC2;
150 const int FLOAT_VEC3 = RenderingContext.FLOAT_VEC3; 152 const int FLOAT_VEC3 = RenderingContext.FLOAT_VEC3;
151 const int FLOAT_VEC4 = RenderingContext.FLOAT_VEC4; 153 const int FLOAT_VEC4 = RenderingContext.FLOAT_VEC4;
152 const int FRAGMENT_SHADER = RenderingContext.FRAGMENT_SHADER; 154 const int FRAGMENT_SHADER = RenderingContext.FRAGMENT_SHADER;
153 const int FRAMEBUFFER = RenderingContext.FRAMEBUFFER; 155 const int FRAMEBUFFER = RenderingContext.FRAMEBUFFER;
154 const int FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = RenderingContext.FRAMEBUFFER_ATTA CHMENT_OBJECT_NAME; 156 const int FRAMEBUFFER_ATTACHMENT_OBJECT_NAME =
155 const int FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = RenderingContext.FRAMEBUFFER_ATTA CHMENT_OBJECT_TYPE; 157 RenderingContext.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME;
156 const int FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = RenderingContext.FRAMEB UFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE; 158 const int FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE =
157 const int FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = RenderingContext.FRAMEBUFFER_AT TACHMENT_TEXTURE_LEVEL; 159 RenderingContext.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE;
160 const int FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE =
161 RenderingContext.FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE;
162 const int FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL =
163 RenderingContext.FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL;
158 const int FRAMEBUFFER_BINDING = RenderingContext.FRAMEBUFFER_BINDING; 164 const int FRAMEBUFFER_BINDING = RenderingContext.FRAMEBUFFER_BINDING;
159 const int FRAMEBUFFER_COMPLETE = RenderingContext.FRAMEBUFFER_COMPLETE; 165 const int FRAMEBUFFER_COMPLETE = RenderingContext.FRAMEBUFFER_COMPLETE;
160 const int FRAMEBUFFER_INCOMPLETE_ATTACHMENT = RenderingContext.FRAMEBUFFER_INCOM PLETE_ATTACHMENT; 166 const int FRAMEBUFFER_INCOMPLETE_ATTACHMENT =
161 const int FRAMEBUFFER_INCOMPLETE_DIMENSIONS = RenderingContext.FRAMEBUFFER_INCOM PLETE_DIMENSIONS; 167 RenderingContext.FRAMEBUFFER_INCOMPLETE_ATTACHMENT;
162 const int FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = RenderingContext.FRAMEBUFF ER_INCOMPLETE_MISSING_ATTACHMENT; 168 const int FRAMEBUFFER_INCOMPLETE_DIMENSIONS =
169 RenderingContext.FRAMEBUFFER_INCOMPLETE_DIMENSIONS;
170 const int FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT =
171 RenderingContext.FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT;
163 const int FRAMEBUFFER_UNSUPPORTED = RenderingContext.FRAMEBUFFER_UNSUPPORTED; 172 const int FRAMEBUFFER_UNSUPPORTED = RenderingContext.FRAMEBUFFER_UNSUPPORTED;
164 const int FRONT = RenderingContext.FRONT; 173 const int FRONT = RenderingContext.FRONT;
165 const int FRONT_AND_BACK = RenderingContext.FRONT_AND_BACK; 174 const int FRONT_AND_BACK = RenderingContext.FRONT_AND_BACK;
166 const int FRONT_FACE = RenderingContext.FRONT_FACE; 175 const int FRONT_FACE = RenderingContext.FRONT_FACE;
167 const int FUNC_ADD = RenderingContext.FUNC_ADD; 176 const int FUNC_ADD = RenderingContext.FUNC_ADD;
168 const int FUNC_REVERSE_SUBTRACT = RenderingContext.FUNC_REVERSE_SUBTRACT; 177 const int FUNC_REVERSE_SUBTRACT = RenderingContext.FUNC_REVERSE_SUBTRACT;
169 const int FUNC_SUBTRACT = RenderingContext.FUNC_SUBTRACT; 178 const int FUNC_SUBTRACT = RenderingContext.FUNC_SUBTRACT;
170 const int GENERATE_MIPMAP_HINT = RenderingContext.GENERATE_MIPMAP_HINT; 179 const int GENERATE_MIPMAP_HINT = RenderingContext.GENERATE_MIPMAP_HINT;
171 const int GEQUAL = RenderingContext.GEQUAL; 180 const int GEQUAL = RenderingContext.GEQUAL;
172 const int GREATER = RenderingContext.GREATER; 181 const int GREATER = RenderingContext.GREATER;
173 const int GREEN_BITS = RenderingContext.GREEN_BITS; 182 const int GREEN_BITS = RenderingContext.GREEN_BITS;
174 const int HALF_FLOAT_OES = OesTextureHalfFloat.HALF_FLOAT_OES; 183 const int HALF_FLOAT_OES = OesTextureHalfFloat.HALF_FLOAT_OES;
175 const int HIGH_FLOAT = RenderingContext.HIGH_FLOAT; 184 const int HIGH_FLOAT = RenderingContext.HIGH_FLOAT;
176 const int HIGH_INT = RenderingContext.HIGH_INT; 185 const int HIGH_INT = RenderingContext.HIGH_INT;
177 const int INCR = RenderingContext.INCR; 186 const int INCR = RenderingContext.INCR;
178 const int INCR_WRAP = RenderingContext.INCR_WRAP; 187 const int INCR_WRAP = RenderingContext.INCR_WRAP;
179 const int INT = RenderingContext.INT; 188 const int INT = RenderingContext.INT;
180 const int INT_VEC2 = RenderingContext.INT_VEC2; 189 const int INT_VEC2 = RenderingContext.INT_VEC2;
181 const int INT_VEC3 = RenderingContext.INT_VEC3; 190 const int INT_VEC3 = RenderingContext.INT_VEC3;
182 const int INT_VEC4 = RenderingContext.INT_VEC4; 191 const int INT_VEC4 = RenderingContext.INT_VEC4;
183 const int INVALID_ENUM = RenderingContext.INVALID_ENUM; 192 const int INVALID_ENUM = RenderingContext.INVALID_ENUM;
184 const int INVALID_FRAMEBUFFER_OPERATION = RenderingContext.INVALID_FRAMEBUFFER_O PERATION; 193 const int INVALID_FRAMEBUFFER_OPERATION =
194 RenderingContext.INVALID_FRAMEBUFFER_OPERATION;
185 const int INVALID_OPERATION = RenderingContext.INVALID_OPERATION; 195 const int INVALID_OPERATION = RenderingContext.INVALID_OPERATION;
186 const int INVALID_VALUE = RenderingContext.INVALID_VALUE; 196 const int INVALID_VALUE = RenderingContext.INVALID_VALUE;
187 const int INVERT = RenderingContext.INVERT; 197 const int INVERT = RenderingContext.INVERT;
188 const int KEEP = RenderingContext.KEEP; 198 const int KEEP = RenderingContext.KEEP;
189 const int LEQUAL = RenderingContext.LEQUAL; 199 const int LEQUAL = RenderingContext.LEQUAL;
190 const int LESS = RenderingContext.LESS; 200 const int LESS = RenderingContext.LESS;
191 const int LINEAR = RenderingContext.LINEAR; 201 const int LINEAR = RenderingContext.LINEAR;
192 const int LINEAR_MIPMAP_LINEAR = RenderingContext.LINEAR_MIPMAP_LINEAR; 202 const int LINEAR_MIPMAP_LINEAR = RenderingContext.LINEAR_MIPMAP_LINEAR;
193 const int LINEAR_MIPMAP_NEAREST = RenderingContext.LINEAR_MIPMAP_NEAREST; 203 const int LINEAR_MIPMAP_NEAREST = RenderingContext.LINEAR_MIPMAP_NEAREST;
194 const int LINES = RenderingContext.LINES; 204 const int LINES = RenderingContext.LINES;
195 const int LINE_LOOP = RenderingContext.LINE_LOOP; 205 const int LINE_LOOP = RenderingContext.LINE_LOOP;
196 const int LINE_STRIP = RenderingContext.LINE_STRIP; 206 const int LINE_STRIP = RenderingContext.LINE_STRIP;
197 const int LINE_WIDTH = RenderingContext.LINE_WIDTH; 207 const int LINE_WIDTH = RenderingContext.LINE_WIDTH;
198 const int LINK_STATUS = RenderingContext.LINK_STATUS; 208 const int LINK_STATUS = RenderingContext.LINK_STATUS;
199 const int LOW_FLOAT = RenderingContext.LOW_FLOAT; 209 const int LOW_FLOAT = RenderingContext.LOW_FLOAT;
200 const int LOW_INT = RenderingContext.LOW_INT; 210 const int LOW_INT = RenderingContext.LOW_INT;
201 const int LUMINANCE = RenderingContext.LUMINANCE; 211 const int LUMINANCE = RenderingContext.LUMINANCE;
202 const int LUMINANCE_ALPHA = RenderingContext.LUMINANCE_ALPHA; 212 const int LUMINANCE_ALPHA = RenderingContext.LUMINANCE_ALPHA;
203 const int MAX_COMBINED_TEXTURE_IMAGE_UNITS = RenderingContext.MAX_COMBINED_TEXTU RE_IMAGE_UNITS; 213 const int MAX_COMBINED_TEXTURE_IMAGE_UNITS =
204 const int MAX_CUBE_MAP_TEXTURE_SIZE = RenderingContext.MAX_CUBE_MAP_TEXTURE_SIZE ; 214 RenderingContext.MAX_COMBINED_TEXTURE_IMAGE_UNITS;
205 const int MAX_FRAGMENT_UNIFORM_VECTORS = RenderingContext.MAX_FRAGMENT_UNIFORM_V ECTORS; 215 const int MAX_CUBE_MAP_TEXTURE_SIZE =
216 RenderingContext.MAX_CUBE_MAP_TEXTURE_SIZE;
217 const int MAX_FRAGMENT_UNIFORM_VECTORS =
218 RenderingContext.MAX_FRAGMENT_UNIFORM_VECTORS;
206 const int MAX_RENDERBUFFER_SIZE = RenderingContext.MAX_RENDERBUFFER_SIZE; 219 const int MAX_RENDERBUFFER_SIZE = RenderingContext.MAX_RENDERBUFFER_SIZE;
207 const int MAX_TEXTURE_IMAGE_UNITS = RenderingContext.MAX_TEXTURE_IMAGE_UNITS; 220 const int MAX_TEXTURE_IMAGE_UNITS = RenderingContext.MAX_TEXTURE_IMAGE_UNITS;
208 const int MAX_TEXTURE_SIZE = RenderingContext.MAX_TEXTURE_SIZE; 221 const int MAX_TEXTURE_SIZE = RenderingContext.MAX_TEXTURE_SIZE;
209 const int MAX_VARYING_VECTORS = RenderingContext.MAX_VARYING_VECTORS; 222 const int MAX_VARYING_VECTORS = RenderingContext.MAX_VARYING_VECTORS;
210 const int MAX_VERTEX_ATTRIBS = RenderingContext.MAX_VERTEX_ATTRIBS; 223 const int MAX_VERTEX_ATTRIBS = RenderingContext.MAX_VERTEX_ATTRIBS;
211 const int MAX_VERTEX_TEXTURE_IMAGE_UNITS = RenderingContext.MAX_VERTEX_TEXTURE_I MAGE_UNITS; 224 const int MAX_VERTEX_TEXTURE_IMAGE_UNITS =
212 const int MAX_VERTEX_UNIFORM_VECTORS = RenderingContext.MAX_VERTEX_UNIFORM_VECTO RS; 225 RenderingContext.MAX_VERTEX_TEXTURE_IMAGE_UNITS;
226 const int MAX_VERTEX_UNIFORM_VECTORS =
227 RenderingContext.MAX_VERTEX_UNIFORM_VECTORS;
213 const int MAX_VIEWPORT_DIMS = RenderingContext.MAX_VIEWPORT_DIMS; 228 const int MAX_VIEWPORT_DIMS = RenderingContext.MAX_VIEWPORT_DIMS;
214 const int MEDIUM_FLOAT = RenderingContext.MEDIUM_FLOAT; 229 const int MEDIUM_FLOAT = RenderingContext.MEDIUM_FLOAT;
215 const int MEDIUM_INT = RenderingContext.MEDIUM_INT; 230 const int MEDIUM_INT = RenderingContext.MEDIUM_INT;
216 const int MIRRORED_REPEAT = RenderingContext.MIRRORED_REPEAT; 231 const int MIRRORED_REPEAT = RenderingContext.MIRRORED_REPEAT;
217 const int NEAREST = RenderingContext.NEAREST; 232 const int NEAREST = RenderingContext.NEAREST;
218 const int NEAREST_MIPMAP_LINEAR = RenderingContext.NEAREST_MIPMAP_LINEAR; 233 const int NEAREST_MIPMAP_LINEAR = RenderingContext.NEAREST_MIPMAP_LINEAR;
219 const int NEAREST_MIPMAP_NEAREST = RenderingContext.NEAREST_MIPMAP_NEAREST; 234 const int NEAREST_MIPMAP_NEAREST = RenderingContext.NEAREST_MIPMAP_NEAREST;
220 const int NEVER = RenderingContext.NEVER; 235 const int NEVER = RenderingContext.NEVER;
221 const int NICEST = RenderingContext.NICEST; 236 const int NICEST = RenderingContext.NICEST;
222 const int NONE = RenderingContext.NONE; 237 const int NONE = RenderingContext.NONE;
(...skipping 13 matching lines...) Expand all
236 const int POLYGON_OFFSET_FILL = RenderingContext.POLYGON_OFFSET_FILL; 251 const int POLYGON_OFFSET_FILL = RenderingContext.POLYGON_OFFSET_FILL;
237 const int POLYGON_OFFSET_UNITS = RenderingContext.POLYGON_OFFSET_UNITS; 252 const int POLYGON_OFFSET_UNITS = RenderingContext.POLYGON_OFFSET_UNITS;
238 const int RED_BITS = RenderingContext.RED_BITS; 253 const int RED_BITS = RenderingContext.RED_BITS;
239 const int RENDERBUFFER = RenderingContext.RENDERBUFFER; 254 const int RENDERBUFFER = RenderingContext.RENDERBUFFER;
240 const int RENDERBUFFER_ALPHA_SIZE = RenderingContext.RENDERBUFFER_ALPHA_SIZE; 255 const int RENDERBUFFER_ALPHA_SIZE = RenderingContext.RENDERBUFFER_ALPHA_SIZE;
241 const int RENDERBUFFER_BINDING = RenderingContext.RENDERBUFFER_BINDING; 256 const int RENDERBUFFER_BINDING = RenderingContext.RENDERBUFFER_BINDING;
242 const int RENDERBUFFER_BLUE_SIZE = RenderingContext.RENDERBUFFER_BLUE_SIZE; 257 const int RENDERBUFFER_BLUE_SIZE = RenderingContext.RENDERBUFFER_BLUE_SIZE;
243 const int RENDERBUFFER_DEPTH_SIZE = RenderingContext.RENDERBUFFER_DEPTH_SIZE; 258 const int RENDERBUFFER_DEPTH_SIZE = RenderingContext.RENDERBUFFER_DEPTH_SIZE;
244 const int RENDERBUFFER_GREEN_SIZE = RenderingContext.RENDERBUFFER_GREEN_SIZE; 259 const int RENDERBUFFER_GREEN_SIZE = RenderingContext.RENDERBUFFER_GREEN_SIZE;
245 const int RENDERBUFFER_HEIGHT = RenderingContext.RENDERBUFFER_HEIGHT; 260 const int RENDERBUFFER_HEIGHT = RenderingContext.RENDERBUFFER_HEIGHT;
246 const int RENDERBUFFER_INTERNAL_FORMAT = RenderingContext.RENDERBUFFER_INTERNAL_ FORMAT; 261 const int RENDERBUFFER_INTERNAL_FORMAT =
262 RenderingContext.RENDERBUFFER_INTERNAL_FORMAT;
247 const int RENDERBUFFER_RED_SIZE = RenderingContext.RENDERBUFFER_RED_SIZE; 263 const int RENDERBUFFER_RED_SIZE = RenderingContext.RENDERBUFFER_RED_SIZE;
248 const int RENDERBUFFER_STENCIL_SIZE = RenderingContext.RENDERBUFFER_STENCIL_SIZE ; 264 const int RENDERBUFFER_STENCIL_SIZE =
265 RenderingContext.RENDERBUFFER_STENCIL_SIZE;
249 const int RENDERBUFFER_WIDTH = RenderingContext.RENDERBUFFER_WIDTH; 266 const int RENDERBUFFER_WIDTH = RenderingContext.RENDERBUFFER_WIDTH;
250 const int RENDERER = RenderingContext.RENDERER; 267 const int RENDERER = RenderingContext.RENDERER;
251 const int REPEAT = RenderingContext.REPEAT; 268 const int REPEAT = RenderingContext.REPEAT;
252 const int REPLACE = RenderingContext.REPLACE; 269 const int REPLACE = RenderingContext.REPLACE;
253 const int RGB = RenderingContext.RGB; 270 const int RGB = RenderingContext.RGB;
254 const int RGB565 = RenderingContext.RGB565; 271 const int RGB565 = RenderingContext.RGB565;
255 const int RGB5_A1 = RenderingContext.RGB5_A1; 272 const int RGB5_A1 = RenderingContext.RGB5_A1;
256 const int RGBA = RenderingContext.RGBA; 273 const int RGBA = RenderingContext.RGBA;
257 const int RGBA4 = RenderingContext.RGBA4; 274 const int RGBA4 = RenderingContext.RGBA4;
258 const int SAMPLER_2D = RenderingContext.SAMPLER_2D; 275 const int SAMPLER_2D = RenderingContext.SAMPLER_2D;
259 const int SAMPLER_CUBE = RenderingContext.SAMPLER_CUBE; 276 const int SAMPLER_CUBE = RenderingContext.SAMPLER_CUBE;
260 const int SAMPLES = RenderingContext.SAMPLES; 277 const int SAMPLES = RenderingContext.SAMPLES;
261 const int SAMPLE_ALPHA_TO_COVERAGE = RenderingContext.SAMPLE_ALPHA_TO_COVERAGE; 278 const int SAMPLE_ALPHA_TO_COVERAGE = RenderingContext.SAMPLE_ALPHA_TO_COVERAGE;
262 const int SAMPLE_BUFFERS = RenderingContext.SAMPLE_BUFFERS; 279 const int SAMPLE_BUFFERS = RenderingContext.SAMPLE_BUFFERS;
263 const int SAMPLE_COVERAGE = RenderingContext.SAMPLE_COVERAGE; 280 const int SAMPLE_COVERAGE = RenderingContext.SAMPLE_COVERAGE;
264 const int SAMPLE_COVERAGE_INVERT = RenderingContext.SAMPLE_COVERAGE_INVERT; 281 const int SAMPLE_COVERAGE_INVERT = RenderingContext.SAMPLE_COVERAGE_INVERT;
265 const int SAMPLE_COVERAGE_VALUE = RenderingContext.SAMPLE_COVERAGE_VALUE; 282 const int SAMPLE_COVERAGE_VALUE = RenderingContext.SAMPLE_COVERAGE_VALUE;
266 const int SCISSOR_BOX = RenderingContext.SCISSOR_BOX; 283 const int SCISSOR_BOX = RenderingContext.SCISSOR_BOX;
267 const int SCISSOR_TEST = RenderingContext.SCISSOR_TEST; 284 const int SCISSOR_TEST = RenderingContext.SCISSOR_TEST;
268 const int SHADER_TYPE = RenderingContext.SHADER_TYPE; 285 const int SHADER_TYPE = RenderingContext.SHADER_TYPE;
269 const int SHADING_LANGUAGE_VERSION = RenderingContext.SHADING_LANGUAGE_VERSION; 286 const int SHADING_LANGUAGE_VERSION = RenderingContext.SHADING_LANGUAGE_VERSION;
270 const int SHORT = RenderingContext.SHORT; 287 const int SHORT = RenderingContext.SHORT;
271 const int SRC_ALPHA = RenderingContext.SRC_ALPHA; 288 const int SRC_ALPHA = RenderingContext.SRC_ALPHA;
272 const int SRC_ALPHA_SATURATE = RenderingContext.SRC_ALPHA_SATURATE; 289 const int SRC_ALPHA_SATURATE = RenderingContext.SRC_ALPHA_SATURATE;
273 const int SRC_COLOR = RenderingContext.SRC_COLOR; 290 const int SRC_COLOR = RenderingContext.SRC_COLOR;
274 const int STATIC_DRAW = RenderingContext.STATIC_DRAW; 291 const int STATIC_DRAW = RenderingContext.STATIC_DRAW;
275 const int STENCIL_ATTACHMENT = RenderingContext.STENCIL_ATTACHMENT; 292 const int STENCIL_ATTACHMENT = RenderingContext.STENCIL_ATTACHMENT;
276 const int STENCIL_BACK_FAIL = RenderingContext.STENCIL_BACK_FAIL; 293 const int STENCIL_BACK_FAIL = RenderingContext.STENCIL_BACK_FAIL;
277 const int STENCIL_BACK_FUNC = RenderingContext.STENCIL_BACK_FUNC; 294 const int STENCIL_BACK_FUNC = RenderingContext.STENCIL_BACK_FUNC;
278 const int STENCIL_BACK_PASS_DEPTH_FAIL = RenderingContext.STENCIL_BACK_PASS_DEPT H_FAIL; 295 const int STENCIL_BACK_PASS_DEPTH_FAIL =
279 const int STENCIL_BACK_PASS_DEPTH_PASS = RenderingContext.STENCIL_BACK_PASS_DEPT H_PASS; 296 RenderingContext.STENCIL_BACK_PASS_DEPTH_FAIL;
297 const int STENCIL_BACK_PASS_DEPTH_PASS =
298 RenderingContext.STENCIL_BACK_PASS_DEPTH_PASS;
280 const int STENCIL_BACK_REF = RenderingContext.STENCIL_BACK_REF; 299 const int STENCIL_BACK_REF = RenderingContext.STENCIL_BACK_REF;
281 const int STENCIL_BACK_VALUE_MASK = RenderingContext.STENCIL_BACK_VALUE_MASK; 300 const int STENCIL_BACK_VALUE_MASK = RenderingContext.STENCIL_BACK_VALUE_MASK;
282 const int STENCIL_BACK_WRITEMASK = RenderingContext.STENCIL_BACK_WRITEMASK; 301 const int STENCIL_BACK_WRITEMASK = RenderingContext.STENCIL_BACK_WRITEMASK;
283 const int STENCIL_BITS = RenderingContext.STENCIL_BITS; 302 const int STENCIL_BITS = RenderingContext.STENCIL_BITS;
284 const int STENCIL_BUFFER_BIT = RenderingContext.STENCIL_BUFFER_BIT; 303 const int STENCIL_BUFFER_BIT = RenderingContext.STENCIL_BUFFER_BIT;
285 const int STENCIL_CLEAR_VALUE = RenderingContext.STENCIL_CLEAR_VALUE; 304 const int STENCIL_CLEAR_VALUE = RenderingContext.STENCIL_CLEAR_VALUE;
286 const int STENCIL_FAIL = RenderingContext.STENCIL_FAIL; 305 const int STENCIL_FAIL = RenderingContext.STENCIL_FAIL;
287 const int STENCIL_FUNC = RenderingContext.STENCIL_FUNC; 306 const int STENCIL_FUNC = RenderingContext.STENCIL_FUNC;
288 const int STENCIL_INDEX = RenderingContext.STENCIL_INDEX; 307 const int STENCIL_INDEX = RenderingContext.STENCIL_INDEX;
289 const int STENCIL_INDEX8 = RenderingContext.STENCIL_INDEX8; 308 const int STENCIL_INDEX8 = RenderingContext.STENCIL_INDEX8;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 const int TEXTURE4 = RenderingContext.TEXTURE4; 344 const int TEXTURE4 = RenderingContext.TEXTURE4;
326 const int TEXTURE5 = RenderingContext.TEXTURE5; 345 const int TEXTURE5 = RenderingContext.TEXTURE5;
327 const int TEXTURE6 = RenderingContext.TEXTURE6; 346 const int TEXTURE6 = RenderingContext.TEXTURE6;
328 const int TEXTURE7 = RenderingContext.TEXTURE7; 347 const int TEXTURE7 = RenderingContext.TEXTURE7;
329 const int TEXTURE8 = RenderingContext.TEXTURE8; 348 const int TEXTURE8 = RenderingContext.TEXTURE8;
330 const int TEXTURE9 = RenderingContext.TEXTURE9; 349 const int TEXTURE9 = RenderingContext.TEXTURE9;
331 const int TEXTURE_2D = RenderingContext.TEXTURE_2D; 350 const int TEXTURE_2D = RenderingContext.TEXTURE_2D;
332 const int TEXTURE_BINDING_2D = RenderingContext.TEXTURE_BINDING_2D; 351 const int TEXTURE_BINDING_2D = RenderingContext.TEXTURE_BINDING_2D;
333 const int TEXTURE_BINDING_CUBE_MAP = RenderingContext.TEXTURE_BINDING_CUBE_MAP; 352 const int TEXTURE_BINDING_CUBE_MAP = RenderingContext.TEXTURE_BINDING_CUBE_MAP;
334 const int TEXTURE_CUBE_MAP = RenderingContext.TEXTURE_CUBE_MAP; 353 const int TEXTURE_CUBE_MAP = RenderingContext.TEXTURE_CUBE_MAP;
335 const int TEXTURE_CUBE_MAP_NEGATIVE_X = RenderingContext.TEXTURE_CUBE_MAP_NEGATI VE_X; 354 const int TEXTURE_CUBE_MAP_NEGATIVE_X =
336 const int TEXTURE_CUBE_MAP_NEGATIVE_Y = RenderingContext.TEXTURE_CUBE_MAP_NEGATI VE_Y; 355 RenderingContext.TEXTURE_CUBE_MAP_NEGATIVE_X;
337 const int TEXTURE_CUBE_MAP_NEGATIVE_Z = RenderingContext.TEXTURE_CUBE_MAP_NEGATI VE_Z; 356 const int TEXTURE_CUBE_MAP_NEGATIVE_Y =
338 const int TEXTURE_CUBE_MAP_POSITIVE_X = RenderingContext.TEXTURE_CUBE_MAP_POSITI VE_X; 357 RenderingContext.TEXTURE_CUBE_MAP_NEGATIVE_Y;
339 const int TEXTURE_CUBE_MAP_POSITIVE_Y = RenderingContext.TEXTURE_CUBE_MAP_POSITI VE_Y; 358 const int TEXTURE_CUBE_MAP_NEGATIVE_Z =
340 const int TEXTURE_CUBE_MAP_POSITIVE_Z = RenderingContext.TEXTURE_CUBE_MAP_POSITI VE_Z; 359 RenderingContext.TEXTURE_CUBE_MAP_NEGATIVE_Z;
360 const int TEXTURE_CUBE_MAP_POSITIVE_X =
361 RenderingContext.TEXTURE_CUBE_MAP_POSITIVE_X;
362 const int TEXTURE_CUBE_MAP_POSITIVE_Y =
363 RenderingContext.TEXTURE_CUBE_MAP_POSITIVE_Y;
364 const int TEXTURE_CUBE_MAP_POSITIVE_Z =
365 RenderingContext.TEXTURE_CUBE_MAP_POSITIVE_Z;
341 const int TEXTURE_MAG_FILTER = RenderingContext.TEXTURE_MAG_FILTER; 366 const int TEXTURE_MAG_FILTER = RenderingContext.TEXTURE_MAG_FILTER;
342 const int TEXTURE_MIN_FILTER = RenderingContext.TEXTURE_MIN_FILTER; 367 const int TEXTURE_MIN_FILTER = RenderingContext.TEXTURE_MIN_FILTER;
343 const int TEXTURE_WRAP_S = RenderingContext.TEXTURE_WRAP_S; 368 const int TEXTURE_WRAP_S = RenderingContext.TEXTURE_WRAP_S;
344 const int TEXTURE_WRAP_T = RenderingContext.TEXTURE_WRAP_T; 369 const int TEXTURE_WRAP_T = RenderingContext.TEXTURE_WRAP_T;
345 const int TRIANGLES = RenderingContext.TRIANGLES; 370 const int TRIANGLES = RenderingContext.TRIANGLES;
346 const int TRIANGLE_FAN = RenderingContext.TRIANGLE_FAN; 371 const int TRIANGLE_FAN = RenderingContext.TRIANGLE_FAN;
347 const int TRIANGLE_STRIP = RenderingContext.TRIANGLE_STRIP; 372 const int TRIANGLE_STRIP = RenderingContext.TRIANGLE_STRIP;
348 const int UNPACK_ALIGNMENT = RenderingContext.UNPACK_ALIGNMENT; 373 const int UNPACK_ALIGNMENT = RenderingContext.UNPACK_ALIGNMENT;
349 const int UNPACK_COLORSPACE_CONVERSION_WEBGL = RenderingContext.UNPACK_COLORSPAC E_CONVERSION_WEBGL; 374 const int UNPACK_COLORSPACE_CONVERSION_WEBGL =
375 RenderingContext.UNPACK_COLORSPACE_CONVERSION_WEBGL;
350 const int UNPACK_FLIP_Y_WEBGL = RenderingContext.UNPACK_FLIP_Y_WEBGL; 376 const int UNPACK_FLIP_Y_WEBGL = RenderingContext.UNPACK_FLIP_Y_WEBGL;
351 const int UNPACK_PREMULTIPLY_ALPHA_WEBGL = RenderingContext.UNPACK_PREMULTIPLY_A LPHA_WEBGL; 377 const int UNPACK_PREMULTIPLY_ALPHA_WEBGL =
378 RenderingContext.UNPACK_PREMULTIPLY_ALPHA_WEBGL;
352 const int UNSIGNED_BYTE = RenderingContext.UNSIGNED_BYTE; 379 const int UNSIGNED_BYTE = RenderingContext.UNSIGNED_BYTE;
353 const int UNSIGNED_INT = RenderingContext.UNSIGNED_INT; 380 const int UNSIGNED_INT = RenderingContext.UNSIGNED_INT;
354 const int UNSIGNED_SHORT = RenderingContext.UNSIGNED_SHORT; 381 const int UNSIGNED_SHORT = RenderingContext.UNSIGNED_SHORT;
355 const int UNSIGNED_SHORT_4_4_4_4 = RenderingContext.UNSIGNED_SHORT_4_4_4_4; 382 const int UNSIGNED_SHORT_4_4_4_4 = RenderingContext.UNSIGNED_SHORT_4_4_4_4;
356 const int UNSIGNED_SHORT_5_5_5_1 = RenderingContext.UNSIGNED_SHORT_5_5_5_1; 383 const int UNSIGNED_SHORT_5_5_5_1 = RenderingContext.UNSIGNED_SHORT_5_5_5_1;
357 const int UNSIGNED_SHORT_5_6_5 = RenderingContext.UNSIGNED_SHORT_5_6_5; 384 const int UNSIGNED_SHORT_5_6_5 = RenderingContext.UNSIGNED_SHORT_5_6_5;
358 const int VALIDATE_STATUS = RenderingContext.VALIDATE_STATUS; 385 const int VALIDATE_STATUS = RenderingContext.VALIDATE_STATUS;
359 const int VENDOR = RenderingContext.VENDOR; 386 const int VENDOR = RenderingContext.VENDOR;
360 const int VERSION = RenderingContext.VERSION; 387 const int VERSION = RenderingContext.VERSION;
361 const int VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = RenderingContext.VERTEX_ATTRIB_AR RAY_BUFFER_BINDING; 388 const int VERTEX_ATTRIB_ARRAY_BUFFER_BINDING =
362 const int VERTEX_ATTRIB_ARRAY_ENABLED = RenderingContext.VERTEX_ATTRIB_ARRAY_ENA BLED; 389 RenderingContext.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING;
363 const int VERTEX_ATTRIB_ARRAY_NORMALIZED = RenderingContext.VERTEX_ATTRIB_ARRAY_ NORMALIZED; 390 const int VERTEX_ATTRIB_ARRAY_ENABLED =
364 const int VERTEX_ATTRIB_ARRAY_POINTER = RenderingContext.VERTEX_ATTRIB_ARRAY_POI NTER; 391 RenderingContext.VERTEX_ATTRIB_ARRAY_ENABLED;
392 const int VERTEX_ATTRIB_ARRAY_NORMALIZED =
393 RenderingContext.VERTEX_ATTRIB_ARRAY_NORMALIZED;
394 const int VERTEX_ATTRIB_ARRAY_POINTER =
395 RenderingContext.VERTEX_ATTRIB_ARRAY_POINTER;
365 const int VERTEX_ATTRIB_ARRAY_SIZE = RenderingContext.VERTEX_ATTRIB_ARRAY_SIZE; 396 const int VERTEX_ATTRIB_ARRAY_SIZE = RenderingContext.VERTEX_ATTRIB_ARRAY_SIZE;
366 const int VERTEX_ATTRIB_ARRAY_STRIDE = RenderingContext.VERTEX_ATTRIB_ARRAY_STRI DE; 397 const int VERTEX_ATTRIB_ARRAY_STRIDE =
398 RenderingContext.VERTEX_ATTRIB_ARRAY_STRIDE;
367 const int VERTEX_ATTRIB_ARRAY_TYPE = RenderingContext.VERTEX_ATTRIB_ARRAY_TYPE; 399 const int VERTEX_ATTRIB_ARRAY_TYPE = RenderingContext.VERTEX_ATTRIB_ARRAY_TYPE;
368 const int VERTEX_SHADER = RenderingContext.VERTEX_SHADER; 400 const int VERTEX_SHADER = RenderingContext.VERTEX_SHADER;
369 const int VIEWPORT = RenderingContext.VIEWPORT; 401 const int VIEWPORT = RenderingContext.VIEWPORT;
370 const int ZERO = RenderingContext.ZERO; 402 const int ZERO = RenderingContext.ZERO;
371 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 403 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
372 // for details. All rights reserved. Use of this source code is governed by a 404 // for details. All rights reserved. Use of this source code is governed by a
373 // BSD-style license that can be found in the LICENSE file. 405 // BSD-style license that can be found in the LICENSE file.
374 406
375 // WARNING: Do not edit - generated code. 407 // WARNING: Do not edit - generated code.
376 408
377
378 @DocsEditable() 409 @DocsEditable()
379 @DomName('WebGLActiveInfo') 410 @DomName('WebGLActiveInfo')
380 @Unstable() 411 @Unstable()
381 class ActiveInfo extends DartHtmlDomObject { 412 class ActiveInfo extends DartHtmlDomObject {
382 // To suppress missing implicit constructor warnings. 413 // To suppress missing implicit constructor warnings.
383 factory ActiveInfo._() { throw new UnsupportedError("Not supported"); } 414 factory ActiveInfo._() {
384 415 throw new UnsupportedError("Not supported");
416 }
385 417
386 @Deprecated("Internal Use Only") 418 @Deprecated("Internal Use Only")
387 external static Type get instanceRuntimeType; 419 external static Type get instanceRuntimeType;
388 420
389 @Deprecated("Internal Use Only") 421 @Deprecated("Internal Use Only")
390 ActiveInfo.internal_() { } 422 ActiveInfo.internal_() {}
391 423
392 @DomName('WebGLActiveInfo.name') 424 @DomName('WebGLActiveInfo.name')
393 @DocsEditable() 425 @DocsEditable()
394 String get name => _blink.BlinkWebGLActiveInfo.instance.name_Getter_(this); 426 String get name => _blink.BlinkWebGLActiveInfo.instance.name_Getter_(this);
395 427
396 @DomName('WebGLActiveInfo.size') 428 @DomName('WebGLActiveInfo.size')
397 @DocsEditable() 429 @DocsEditable()
398 int get size => _blink.BlinkWebGLActiveInfo.instance.size_Getter_(this); 430 int get size => _blink.BlinkWebGLActiveInfo.instance.size_Getter_(this);
399 431
400 @DomName('WebGLActiveInfo.type') 432 @DomName('WebGLActiveInfo.type')
401 @DocsEditable() 433 @DocsEditable()
402 int get type => _blink.BlinkWebGLActiveInfo.instance.type_Getter_(this); 434 int get type => _blink.BlinkWebGLActiveInfo.instance.type_Getter_(this);
403
404 } 435 }
405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 436 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
406 // for details. All rights reserved. Use of this source code is governed by a 437 // for details. All rights reserved. Use of this source code is governed by a
407 // BSD-style license that can be found in the LICENSE file. 438 // BSD-style license that can be found in the LICENSE file.
408 439
409 // WARNING: Do not edit - generated code. 440 // WARNING: Do not edit - generated code.
410 441
411
412 @DocsEditable() 442 @DocsEditable()
413 @DomName('ANGLEInstancedArrays') 443 @DomName('ANGLEInstancedArrays')
414 @Experimental() // untriaged 444 @Experimental() // untriaged
415 class AngleInstancedArrays extends DartHtmlDomObject { 445 class AngleInstancedArrays extends DartHtmlDomObject {
416 // To suppress missing implicit constructor warnings. 446 // To suppress missing implicit constructor warnings.
417 factory AngleInstancedArrays._() { throw new UnsupportedError("Not supported") ; } 447 factory AngleInstancedArrays._() {
418 448 throw new UnsupportedError("Not supported");
449 }
419 450
420 @Deprecated("Internal Use Only") 451 @Deprecated("Internal Use Only")
421 external static Type get instanceRuntimeType; 452 external static Type get instanceRuntimeType;
422 453
423 @Deprecated("Internal Use Only") 454 @Deprecated("Internal Use Only")
424 AngleInstancedArrays.internal_() { } 455 AngleInstancedArrays.internal_() {}
425 456
426 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE') 457 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE')
427 @DocsEditable() 458 @DocsEditable()
428 @Experimental() // untriaged 459 @Experimental() // untriaged
429 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE; 460 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE;
430 461
431 @DomName('ANGLEInstancedArrays.drawArraysInstancedANGLE') 462 @DomName('ANGLEInstancedArrays.drawArraysInstancedANGLE')
432 @DocsEditable() 463 @DocsEditable()
433 @Experimental() // untriaged 464 @Experimental() // untriaged
434 void drawArraysInstancedAngle(int mode, int first, int count, int primcount) = > _blink.BlinkANGLEInstancedArrays.instance.drawArraysInstancedANGLE_Callback_4_ (this, mode, first, count, primcount); 465 void drawArraysInstancedAngle(
435 466 int mode, int first, int count, int primcount) =>
467 _blink.BlinkANGLEInstancedArrays.instance
468 .drawArraysInstancedANGLE_Callback_4_(
469 this, mode, first, count, primcount);
470
436 @DomName('ANGLEInstancedArrays.drawElementsInstancedANGLE') 471 @DomName('ANGLEInstancedArrays.drawElementsInstancedANGLE')
437 @DocsEditable() 472 @DocsEditable()
438 @Experimental() // untriaged 473 @Experimental() // untriaged
439 void drawElementsInstancedAngle(int mode, int count, int type, int offset, int primcount) => _blink.BlinkANGLEInstancedArrays.instance.drawElementsInstancedAN GLE_Callback_5_(this, mode, count, type, offset, primcount); 474 void drawElementsInstancedAngle(
440 475 int mode, int count, int type, int offset, int primcount) =>
476 _blink.BlinkANGLEInstancedArrays.instance
477 .drawElementsInstancedANGLE_Callback_5_(
478 this, mode, count, type, offset, primcount);
479
441 @DomName('ANGLEInstancedArrays.vertexAttribDivisorANGLE') 480 @DomName('ANGLEInstancedArrays.vertexAttribDivisorANGLE')
442 @DocsEditable() 481 @DocsEditable()
443 @Experimental() // untriaged 482 @Experimental() // untriaged
444 void vertexAttribDivisorAngle(int index, int divisor) => _blink.BlinkANGLEInst ancedArrays.instance.vertexAttribDivisorANGLE_Callback_2_(this, index, divisor); 483 void vertexAttribDivisorAngle(int index, int divisor) =>
445 484 _blink.BlinkANGLEInstancedArrays.instance
485 .vertexAttribDivisorANGLE_Callback_2_(this, index, divisor);
446 } 486 }
447 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 487 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
448 // for details. All rights reserved. Use of this source code is governed by a 488 // for details. All rights reserved. Use of this source code is governed by a
449 // BSD-style license that can be found in the LICENSE file. 489 // BSD-style license that can be found in the LICENSE file.
450 490
451 // WARNING: Do not edit - generated code. 491 // WARNING: Do not edit - generated code.
452 492
453
454 @DocsEditable() 493 @DocsEditable()
455 @DomName('WebGLBuffer') 494 @DomName('WebGLBuffer')
456 @Unstable() 495 @Unstable()
457 class Buffer extends DartHtmlDomObject { 496 class Buffer extends DartHtmlDomObject {
458 // To suppress missing implicit constructor warnings. 497 // To suppress missing implicit constructor warnings.
459 factory Buffer._() { throw new UnsupportedError("Not supported"); } 498 factory Buffer._() {
460 499 throw new UnsupportedError("Not supported");
500 }
461 501
462 @Deprecated("Internal Use Only") 502 @Deprecated("Internal Use Only")
463 external static Type get instanceRuntimeType; 503 external static Type get instanceRuntimeType;
464 504
465 @Deprecated("Internal Use Only") 505 @Deprecated("Internal Use Only")
466 Buffer.internal_() { } 506 Buffer.internal_() {}
467
468 } 507 }
469 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 508 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
470 // for details. All rights reserved. Use of this source code is governed by a 509 // for details. All rights reserved. Use of this source code is governed by a
471 // BSD-style license that can be found in the LICENSE file. 510 // BSD-style license that can be found in the LICENSE file.
472 511
473 // WARNING: Do not edit - generated code. 512 // WARNING: Do not edit - generated code.
474 513
475
476 @DocsEditable() 514 @DocsEditable()
477 @DomName('CHROMIUMSubscribeUniform') 515 @DomName('CHROMIUMSubscribeUniform')
478 @Experimental() // untriaged 516 @Experimental() // untriaged
479 class ChromiumSubscribeUniform extends DartHtmlDomObject { 517 class ChromiumSubscribeUniform extends DartHtmlDomObject {
480 // To suppress missing implicit constructor warnings. 518 // To suppress missing implicit constructor warnings.
481 factory ChromiumSubscribeUniform._() { throw new UnsupportedError("Not support ed"); } 519 factory ChromiumSubscribeUniform._() {
482 520 throw new UnsupportedError("Not supported");
521 }
483 522
484 @Deprecated("Internal Use Only") 523 @Deprecated("Internal Use Only")
485 external static Type get instanceRuntimeType; 524 external static Type get instanceRuntimeType;
486 525
487 @Deprecated("Internal Use Only") 526 @Deprecated("Internal Use Only")
488 ChromiumSubscribeUniform.internal_() { } 527 ChromiumSubscribeUniform.internal_() {}
489 528
490 @DomName('CHROMIUMSubscribeUniform.MOUSE_POSITION_CHROMIUM') 529 @DomName('CHROMIUMSubscribeUniform.MOUSE_POSITION_CHROMIUM')
491 @DocsEditable() 530 @DocsEditable()
492 @Experimental() // untriaged 531 @Experimental() // untriaged
493 static const int MOUSE_POSITION_CHROMIUM = 0x924C; 532 static const int MOUSE_POSITION_CHROMIUM = 0x924C;
494 533
495 @DomName('CHROMIUMSubscribeUniform.SUBSCRIBED_VALUES_BUFFER_CHROMIUM') 534 @DomName('CHROMIUMSubscribeUniform.SUBSCRIBED_VALUES_BUFFER_CHROMIUM')
496 @DocsEditable() 535 @DocsEditable()
497 @Experimental() // untriaged 536 @Experimental() // untriaged
498 static const int SUBSCRIBED_VALUES_BUFFER_CHROMIUM = 0x924B; 537 static const int SUBSCRIBED_VALUES_BUFFER_CHROMIUM = 0x924B;
499 538
500 @DomName('CHROMIUMSubscribeUniform.bindValuebufferCHROMIUM') 539 @DomName('CHROMIUMSubscribeUniform.bindValuebufferCHROMIUM')
501 @DocsEditable() 540 @DocsEditable()
502 @Experimental() // untriaged 541 @Experimental() // untriaged
503 void bindValuebufferChromium(int target, ChromiumValuebuffer buffer) => _blink .BlinkCHROMIUMSubscribeUniform.instance.bindValuebufferCHROMIUM_Callback_2_(this , target, buffer); 542 void bindValuebufferChromium(int target, ChromiumValuebuffer buffer) =>
504 543 _blink.BlinkCHROMIUMSubscribeUniform.instance
544 .bindValuebufferCHROMIUM_Callback_2_(this, target, buffer);
545
505 @DomName('CHROMIUMSubscribeUniform.createValuebufferCHROMIUM') 546 @DomName('CHROMIUMSubscribeUniform.createValuebufferCHROMIUM')
506 @DocsEditable() 547 @DocsEditable()
507 @Experimental() // untriaged 548 @Experimental() // untriaged
508 ChromiumValuebuffer createValuebufferChromium() => _blink.BlinkCHROMIUMSubscri beUniform.instance.createValuebufferCHROMIUM_Callback_0_(this); 549 ChromiumValuebuffer createValuebufferChromium() =>
509 550 _blink.BlinkCHROMIUMSubscribeUniform.instance
551 .createValuebufferCHROMIUM_Callback_0_(this);
552
510 @DomName('CHROMIUMSubscribeUniform.deleteValuebufferCHROMIUM') 553 @DomName('CHROMIUMSubscribeUniform.deleteValuebufferCHROMIUM')
511 @DocsEditable() 554 @DocsEditable()
512 @Experimental() // untriaged 555 @Experimental() // untriaged
513 void deleteValuebufferChromium(ChromiumValuebuffer buffer) => _blink.BlinkCHRO MIUMSubscribeUniform.instance.deleteValuebufferCHROMIUM_Callback_1_(this, buffer ); 556 void deleteValuebufferChromium(ChromiumValuebuffer buffer) =>
514 557 _blink.BlinkCHROMIUMSubscribeUniform.instance
558 .deleteValuebufferCHROMIUM_Callback_1_(this, buffer);
559
515 @DomName('CHROMIUMSubscribeUniform.isValuebufferCHROMIUM') 560 @DomName('CHROMIUMSubscribeUniform.isValuebufferCHROMIUM')
516 @DocsEditable() 561 @DocsEditable()
517 @Experimental() // untriaged 562 @Experimental() // untriaged
518 bool isValuebufferChromium(ChromiumValuebuffer buffer) => _blink.BlinkCHROMIUM SubscribeUniform.instance.isValuebufferCHROMIUM_Callback_1_(this, buffer); 563 bool isValuebufferChromium(ChromiumValuebuffer buffer) =>
519 564 _blink.BlinkCHROMIUMSubscribeUniform.instance
565 .isValuebufferCHROMIUM_Callback_1_(this, buffer);
566
520 @DomName('CHROMIUMSubscribeUniform.populateSubscribedValuesCHROMIUM') 567 @DomName('CHROMIUMSubscribeUniform.populateSubscribedValuesCHROMIUM')
521 @DocsEditable() 568 @DocsEditable()
522 @Experimental() // untriaged 569 @Experimental() // untriaged
523 void populateSubscribedValuesChromium(int target) => _blink.BlinkCHROMIUMSubsc ribeUniform.instance.populateSubscribedValuesCHROMIUM_Callback_1_(this, target); 570 void populateSubscribedValuesChromium(int target) =>
524 571 _blink.BlinkCHROMIUMSubscribeUniform.instance
572 .populateSubscribedValuesCHROMIUM_Callback_1_(this, target);
573
525 @DomName('CHROMIUMSubscribeUniform.subscribeValueCHROMIUM') 574 @DomName('CHROMIUMSubscribeUniform.subscribeValueCHROMIUM')
526 @DocsEditable() 575 @DocsEditable()
527 @Experimental() // untriaged 576 @Experimental() // untriaged
528 void subscribeValueChromium(int target, int subscriptions) => _blink.BlinkCHRO MIUMSubscribeUniform.instance.subscribeValueCHROMIUM_Callback_2_(this, target, s ubscriptions); 577 void subscribeValueChromium(int target, int subscriptions) =>
529 578 _blink.BlinkCHROMIUMSubscribeUniform.instance
579 .subscribeValueCHROMIUM_Callback_2_(this, target, subscriptions);
580
530 @DomName('CHROMIUMSubscribeUniform.uniformValuebufferCHROMIUM') 581 @DomName('CHROMIUMSubscribeUniform.uniformValuebufferCHROMIUM')
531 @DocsEditable() 582 @DocsEditable()
532 @Experimental() // untriaged 583 @Experimental() // untriaged
533 void uniformValuebufferChromium(UniformLocation location, int target, int subs cription) => _blink.BlinkCHROMIUMSubscribeUniform.instance.uniformValuebufferCHR OMIUM_Callback_3_(this, location, target, subscription); 584 void uniformValuebufferChromium(
534 585 UniformLocation location, int target, int subscription) =>
586 _blink.BlinkCHROMIUMSubscribeUniform.instance
587 .uniformValuebufferCHROMIUM_Callback_3_(
588 this, location, target, subscription);
535 } 589 }
536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 590 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
537 // for details. All rights reserved. Use of this source code is governed by a 591 // for details. All rights reserved. Use of this source code is governed by a
538 // BSD-style license that can be found in the LICENSE file. 592 // BSD-style license that can be found in the LICENSE file.
539 593
540 // WARNING: Do not edit - generated code. 594 // WARNING: Do not edit - generated code.
541 595
542
543 @DocsEditable() 596 @DocsEditable()
544 @DomName('WebGLCompressedTextureATC') 597 @DomName('WebGLCompressedTextureATC')
545 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_atc / 598 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_atc /
546 @Experimental() 599 @Experimental()
547 class CompressedTextureAtc extends DartHtmlDomObject { 600 class CompressedTextureAtc extends DartHtmlDomObject {
548 // To suppress missing implicit constructor warnings. 601 // To suppress missing implicit constructor warnings.
549 factory CompressedTextureAtc._() { throw new UnsupportedError("Not supported") ; } 602 factory CompressedTextureAtc._() {
550 603 throw new UnsupportedError("Not supported");
604 }
551 605
552 @Deprecated("Internal Use Only") 606 @Deprecated("Internal Use Only")
553 external static Type get instanceRuntimeType; 607 external static Type get instanceRuntimeType;
554 608
555 @Deprecated("Internal Use Only") 609 @Deprecated("Internal Use Only")
556 CompressedTextureAtc.internal_() { } 610 CompressedTextureAtc.internal_() {}
557 611
558 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL') 612 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL')
559 @DocsEditable() 613 @DocsEditable()
560 static const int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; 614 static const int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93;
561 615
562 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEB GL') 616 @DomName(
617 'WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL')
563 @DocsEditable() 618 @DocsEditable()
564 static const int COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL = 0x87EE; 619 static const int COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL = 0x87EE;
565 620
566 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGB_ATC_WEBGL') 621 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGB_ATC_WEBGL')
567 @DocsEditable() 622 @DocsEditable()
568 static const int COMPRESSED_RGB_ATC_WEBGL = 0x8C92; 623 static const int COMPRESSED_RGB_ATC_WEBGL = 0x8C92;
569
570 } 624 }
571 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 625 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
572 // for details. All rights reserved. Use of this source code is governed by a 626 // for details. All rights reserved. Use of this source code is governed by a
573 // BSD-style license that can be found in the LICENSE file. 627 // BSD-style license that can be found in the LICENSE file.
574 628
575 // WARNING: Do not edit - generated code. 629 // WARNING: Do not edit - generated code.
576 630
577
578 @DocsEditable() 631 @DocsEditable()
579 @DomName('WebGLCompressedTextureETC1') 632 @DomName('WebGLCompressedTextureETC1')
580 @Experimental() // untriaged 633 @Experimental() // untriaged
581 class CompressedTextureETC1 extends DartHtmlDomObject { 634 class CompressedTextureETC1 extends DartHtmlDomObject {
582 // To suppress missing implicit constructor warnings. 635 // To suppress missing implicit constructor warnings.
583 factory CompressedTextureETC1._() { throw new UnsupportedError("Not supported" ); } 636 factory CompressedTextureETC1._() {
584 637 throw new UnsupportedError("Not supported");
638 }
585 639
586 @Deprecated("Internal Use Only") 640 @Deprecated("Internal Use Only")
587 external static Type get instanceRuntimeType; 641 external static Type get instanceRuntimeType;
588 642
589 @Deprecated("Internal Use Only") 643 @Deprecated("Internal Use Only")
590 CompressedTextureETC1.internal_() { } 644 CompressedTextureETC1.internal_() {}
591 645
592 @DomName('WebGLCompressedTextureETC1.COMPRESSED_RGB_ETC1_WEBGL') 646 @DomName('WebGLCompressedTextureETC1.COMPRESSED_RGB_ETC1_WEBGL')
593 @DocsEditable() 647 @DocsEditable()
594 @Experimental() // untriaged 648 @Experimental() // untriaged
595 static const int COMPRESSED_RGB_ETC1_WEBGL = 0x8D64; 649 static const int COMPRESSED_RGB_ETC1_WEBGL = 0x8D64;
596
597 } 650 }
598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 651 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
599 // for details. All rights reserved. Use of this source code is governed by a 652 // for details. All rights reserved. Use of this source code is governed by a
600 // BSD-style license that can be found in the LICENSE file. 653 // BSD-style license that can be found in the LICENSE file.
601 654
602 // WARNING: Do not edit - generated code. 655 // WARNING: Do not edit - generated code.
603 656
604
605 @DocsEditable() 657 @DocsEditable()
606 @DomName('WebGLCompressedTexturePVRTC') 658 @DomName('WebGLCompressedTexturePVRTC')
607 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvr tc/ 659 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvr tc/
608 @Experimental() // experimental 660 @Experimental() // experimental
609 class CompressedTexturePvrtc extends DartHtmlDomObject { 661 class CompressedTexturePvrtc extends DartHtmlDomObject {
610 // To suppress missing implicit constructor warnings. 662 // To suppress missing implicit constructor warnings.
611 factory CompressedTexturePvrtc._() { throw new UnsupportedError("Not supported "); } 663 factory CompressedTexturePvrtc._() {
612 664 throw new UnsupportedError("Not supported");
665 }
613 666
614 @Deprecated("Internal Use Only") 667 @Deprecated("Internal Use Only")
615 external static Type get instanceRuntimeType; 668 external static Type get instanceRuntimeType;
616 669
617 @Deprecated("Internal Use Only") 670 @Deprecated("Internal Use Only")
618 CompressedTexturePvrtc.internal_() { } 671 CompressedTexturePvrtc.internal_() {}
619 672
620 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG') 673 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG')
621 @DocsEditable() 674 @DocsEditable()
622 static const int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03; 675 static const int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03;
623 676
624 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG') 677 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG')
625 @DocsEditable() 678 @DocsEditable()
626 static const int COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02; 679 static const int COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02;
627 680
628 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGB_PVRTC_2BPPV1_IMG') 681 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGB_PVRTC_2BPPV1_IMG')
629 @DocsEditable() 682 @DocsEditable()
630 static const int COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01; 683 static const int COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01;
631 684
632 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGB_PVRTC_4BPPV1_IMG') 685 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGB_PVRTC_4BPPV1_IMG')
633 @DocsEditable() 686 @DocsEditable()
634 static const int COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00; 687 static const int COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00;
635
636 } 688 }
637 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
638 // for details. All rights reserved. Use of this source code is governed by a 690 // for details. All rights reserved. Use of this source code is governed by a
639 // BSD-style license that can be found in the LICENSE file. 691 // BSD-style license that can be found in the LICENSE file.
640 692
641 // WARNING: Do not edit - generated code. 693 // WARNING: Do not edit - generated code.
642 694
643
644 @DocsEditable() 695 @DocsEditable()
645 @DomName('WebGLCompressedTextureS3TC') 696 @DomName('WebGLCompressedTextureS3TC')
646 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3t c/ 697 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3t c/
647 @Experimental() // experimental 698 @Experimental() // experimental
648 class CompressedTextureS3TC extends DartHtmlDomObject { 699 class CompressedTextureS3TC extends DartHtmlDomObject {
649 // To suppress missing implicit constructor warnings. 700 // To suppress missing implicit constructor warnings.
650 factory CompressedTextureS3TC._() { throw new UnsupportedError("Not supported" ); } 701 factory CompressedTextureS3TC._() {
651 702 throw new UnsupportedError("Not supported");
703 }
652 704
653 @Deprecated("Internal Use Only") 705 @Deprecated("Internal Use Only")
654 external static Type get instanceRuntimeType; 706 external static Type get instanceRuntimeType;
655 707
656 @Deprecated("Internal Use Only") 708 @Deprecated("Internal Use Only")
657 CompressedTextureS3TC.internal_() { } 709 CompressedTextureS3TC.internal_() {}
658 710
659 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT1_EXT') 711 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT1_EXT')
660 @DocsEditable() 712 @DocsEditable()
661 static const int COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; 713 static const int COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1;
662 714
663 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT3_EXT') 715 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT3_EXT')
664 @DocsEditable() 716 @DocsEditable()
665 static const int COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2; 717 static const int COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2;
666 718
667 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT5_EXT') 719 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT5_EXT')
668 @DocsEditable() 720 @DocsEditable()
669 static const int COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3; 721 static const int COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3;
670 722
671 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGB_S3TC_DXT1_EXT') 723 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGB_S3TC_DXT1_EXT')
672 @DocsEditable() 724 @DocsEditable()
673 static const int COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0; 725 static const int COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0;
674
675 } 726 }
676 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 727 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
677 // for details. All rights reserved. Use of this source code is governed by a 728 // for details. All rights reserved. Use of this source code is governed by a
678 // BSD-style license that can be found in the LICENSE file. 729 // BSD-style license that can be found in the LICENSE file.
679 730
680 // WARNING: Do not edit - generated code. 731 // WARNING: Do not edit - generated code.
681 732
682
683 @DocsEditable() 733 @DocsEditable()
684 @DomName('WebGLContextEvent') 734 @DomName('WebGLContextEvent')
685 @Unstable() 735 @Unstable()
686 class ContextEvent extends Event { 736 class ContextEvent extends Event {
687 // To suppress missing implicit constructor warnings. 737 // To suppress missing implicit constructor warnings.
688 factory ContextEvent._() { throw new UnsupportedError("Not supported"); } 738 factory ContextEvent._() {
739 throw new UnsupportedError("Not supported");
740 }
689 741
690 @DomName('WebGLContextEvent.WebGLContextEvent') 742 @DomName('WebGLContextEvent.WebGLContextEvent')
691 @DocsEditable() 743 @DocsEditable()
692 factory ContextEvent(String type, [Map eventInit]) { 744 factory ContextEvent(String type, [Map eventInit]) {
693 if (eventInit != null) { 745 if (eventInit != null) {
694 var eventInit_1 = convertDartToNative_Dictionary(eventInit); 746 var eventInit_1 = convertDartToNative_Dictionary(eventInit);
695 return _blink.BlinkWebGLContextEvent.instance.constructorCallback_2_(type, eventInit_1); 747 return _blink.BlinkWebGLContextEvent.instance
748 .constructorCallback_2_(type, eventInit_1);
696 } 749 }
697 return _blink.BlinkWebGLContextEvent.instance.constructorCallback_1_(type); 750 return _blink.BlinkWebGLContextEvent.instance.constructorCallback_1_(type);
698 } 751 }
699 752
700
701 @Deprecated("Internal Use Only") 753 @Deprecated("Internal Use Only")
702 external static Type get instanceRuntimeType; 754 external static Type get instanceRuntimeType;
703 755
704 @Deprecated("Internal Use Only") 756 @Deprecated("Internal Use Only")
705 ContextEvent.internal_() : super.internal_(); 757 ContextEvent.internal_() : super.internal_();
706 758
707
708 @DomName('WebGLContextEvent.statusMessage') 759 @DomName('WebGLContextEvent.statusMessage')
709 @DocsEditable() 760 @DocsEditable()
710 String get statusMessage => _blink.BlinkWebGLContextEvent.instance.statusMessa ge_Getter_(this); 761 String get statusMessage =>
711 762 _blink.BlinkWebGLContextEvent.instance.statusMessage_Getter_(this);
712 } 763 }
713 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 764 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
714 // for details. All rights reserved. Use of this source code is governed by a 765 // for details. All rights reserved. Use of this source code is governed by a
715 // BSD-style license that can be found in the LICENSE file. 766 // BSD-style license that can be found in the LICENSE file.
716 767
717 // WARNING: Do not edit - generated code. 768 // WARNING: Do not edit - generated code.
718 769
719
720 @DocsEditable() 770 @DocsEditable()
721 @DomName('WebGLDebugRendererInfo') 771 @DomName('WebGLDebugRendererInfo')
722 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/ 772 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/
723 @Experimental() // experimental 773 @Experimental() // experimental
724 class DebugRendererInfo extends DartHtmlDomObject { 774 class DebugRendererInfo extends DartHtmlDomObject {
725 // To suppress missing implicit constructor warnings. 775 // To suppress missing implicit constructor warnings.
726 factory DebugRendererInfo._() { throw new UnsupportedError("Not supported"); } 776 factory DebugRendererInfo._() {
727 777 throw new UnsupportedError("Not supported");
778 }
728 779
729 @Deprecated("Internal Use Only") 780 @Deprecated("Internal Use Only")
730 external static Type get instanceRuntimeType; 781 external static Type get instanceRuntimeType;
731 782
732 @Deprecated("Internal Use Only") 783 @Deprecated("Internal Use Only")
733 DebugRendererInfo.internal_() { } 784 DebugRendererInfo.internal_() {}
734 785
735 @DomName('WebGLDebugRendererInfo.UNMASKED_RENDERER_WEBGL') 786 @DomName('WebGLDebugRendererInfo.UNMASKED_RENDERER_WEBGL')
736 @DocsEditable() 787 @DocsEditable()
737 static const int UNMASKED_RENDERER_WEBGL = 0x9246; 788 static const int UNMASKED_RENDERER_WEBGL = 0x9246;
738 789
739 @DomName('WebGLDebugRendererInfo.UNMASKED_VENDOR_WEBGL') 790 @DomName('WebGLDebugRendererInfo.UNMASKED_VENDOR_WEBGL')
740 @DocsEditable() 791 @DocsEditable()
741 static const int UNMASKED_VENDOR_WEBGL = 0x9245; 792 static const int UNMASKED_VENDOR_WEBGL = 0x9245;
742
743 } 793 }
744 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 794 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
745 // for details. All rights reserved. Use of this source code is governed by a 795 // for details. All rights reserved. Use of this source code is governed by a
746 // BSD-style license that can be found in the LICENSE file. 796 // BSD-style license that can be found in the LICENSE file.
747 797
748 // WARNING: Do not edit - generated code. 798 // WARNING: Do not edit - generated code.
749 799
750
751 @DocsEditable() 800 @DocsEditable()
752 @DomName('WebGLDebugShaders') 801 @DomName('WebGLDebugShaders')
753 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/ 802 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/
754 @Experimental() // experimental 803 @Experimental() // experimental
755 class DebugShaders extends DartHtmlDomObject { 804 class DebugShaders extends DartHtmlDomObject {
756 // To suppress missing implicit constructor warnings. 805 // To suppress missing implicit constructor warnings.
757 factory DebugShaders._() { throw new UnsupportedError("Not supported"); } 806 factory DebugShaders._() {
758 807 throw new UnsupportedError("Not supported");
808 }
759 809
760 @Deprecated("Internal Use Only") 810 @Deprecated("Internal Use Only")
761 external static Type get instanceRuntimeType; 811 external static Type get instanceRuntimeType;
762 812
763 @Deprecated("Internal Use Only") 813 @Deprecated("Internal Use Only")
764 DebugShaders.internal_() { } 814 DebugShaders.internal_() {}
765 815
766 @DomName('WebGLDebugShaders.getTranslatedShaderSource') 816 @DomName('WebGLDebugShaders.getTranslatedShaderSource')
767 @DocsEditable() 817 @DocsEditable()
768 String getTranslatedShaderSource(Shader shader) => _blink.BlinkWebGLDebugShade rs.instance.getTranslatedShaderSource_Callback_1_(this, shader); 818 String getTranslatedShaderSource(Shader shader) =>
769 819 _blink.BlinkWebGLDebugShaders.instance
820 .getTranslatedShaderSource_Callback_1_(this, shader);
770 } 821 }
771 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 822 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
772 // for details. All rights reserved. Use of this source code is governed by a 823 // for details. All rights reserved. Use of this source code is governed by a
773 // BSD-style license that can be found in the LICENSE file. 824 // BSD-style license that can be found in the LICENSE file.
774 825
775 // WARNING: Do not edit - generated code. 826 // WARNING: Do not edit - generated code.
776 827
777
778 @DocsEditable() 828 @DocsEditable()
779 @DomName('WebGLDepthTexture') 829 @DomName('WebGLDepthTexture')
780 // http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/ 830 // http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/
781 @Experimental() // experimental 831 @Experimental() // experimental
782 class DepthTexture extends DartHtmlDomObject { 832 class DepthTexture extends DartHtmlDomObject {
783 // To suppress missing implicit constructor warnings. 833 // To suppress missing implicit constructor warnings.
784 factory DepthTexture._() { throw new UnsupportedError("Not supported"); } 834 factory DepthTexture._() {
785 835 throw new UnsupportedError("Not supported");
836 }
786 837
787 @Deprecated("Internal Use Only") 838 @Deprecated("Internal Use Only")
788 external static Type get instanceRuntimeType; 839 external static Type get instanceRuntimeType;
789 840
790 @Deprecated("Internal Use Only") 841 @Deprecated("Internal Use Only")
791 DepthTexture.internal_() { } 842 DepthTexture.internal_() {}
792 843
793 @DomName('WebGLDepthTexture.UNSIGNED_INT_24_8_WEBGL') 844 @DomName('WebGLDepthTexture.UNSIGNED_INT_24_8_WEBGL')
794 @DocsEditable() 845 @DocsEditable()
795 static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA; 846 static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA;
796
797 } 847 }
798 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
799 // for details. All rights reserved. Use of this source code is governed by a 849 // for details. All rights reserved. Use of this source code is governed by a
800 // BSD-style license that can be found in the LICENSE file. 850 // BSD-style license that can be found in the LICENSE file.
801 851
802 // WARNING: Do not edit - generated code. 852 // WARNING: Do not edit - generated code.
803 853
804
805 @DocsEditable() 854 @DocsEditable()
806 @DomName('WebGLDrawBuffers') 855 @DomName('WebGLDrawBuffers')
807 // http://www.khronos.org/registry/webgl/specs/latest/ 856 // http://www.khronos.org/registry/webgl/specs/latest/
808 @Experimental() // stable 857 @Experimental() // stable
809 class DrawBuffers extends DartHtmlDomObject { 858 class DrawBuffers extends DartHtmlDomObject {
810 // To suppress missing implicit constructor warnings. 859 // To suppress missing implicit constructor warnings.
811 factory DrawBuffers._() { throw new UnsupportedError("Not supported"); } 860 factory DrawBuffers._() {
812 861 throw new UnsupportedError("Not supported");
862 }
813 863
814 @Deprecated("Internal Use Only") 864 @Deprecated("Internal Use Only")
815 external static Type get instanceRuntimeType; 865 external static Type get instanceRuntimeType;
816 866
817 @Deprecated("Internal Use Only") 867 @Deprecated("Internal Use Only")
818 DrawBuffers.internal_() { } 868 DrawBuffers.internal_() {}
819 869
820 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT0_WEBGL') 870 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT0_WEBGL')
821 @DocsEditable() 871 @DocsEditable()
822 static const int COLOR_ATTACHMENT0_WEBGL = 0x8CE0; 872 static const int COLOR_ATTACHMENT0_WEBGL = 0x8CE0;
823 873
824 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT10_WEBGL') 874 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT10_WEBGL')
825 @DocsEditable() 875 @DocsEditable()
826 static const int COLOR_ATTACHMENT10_WEBGL = 0x8CEA; 876 static const int COLOR_ATTACHMENT10_WEBGL = 0x8CEA;
827 877
828 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT11_WEBGL') 878 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT11_WEBGL')
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 @DomName('WebGLDrawBuffers.MAX_COLOR_ATTACHMENTS_WEBGL') 998 @DomName('WebGLDrawBuffers.MAX_COLOR_ATTACHMENTS_WEBGL')
949 @DocsEditable() 999 @DocsEditable()
950 static const int MAX_COLOR_ATTACHMENTS_WEBGL = 0x8CDF; 1000 static const int MAX_COLOR_ATTACHMENTS_WEBGL = 0x8CDF;
951 1001
952 @DomName('WebGLDrawBuffers.MAX_DRAW_BUFFERS_WEBGL') 1002 @DomName('WebGLDrawBuffers.MAX_DRAW_BUFFERS_WEBGL')
953 @DocsEditable() 1003 @DocsEditable()
954 static const int MAX_DRAW_BUFFERS_WEBGL = 0x8824; 1004 static const int MAX_DRAW_BUFFERS_WEBGL = 0x8824;
955 1005
956 @DomName('WebGLDrawBuffers.drawBuffersWEBGL') 1006 @DomName('WebGLDrawBuffers.drawBuffersWEBGL')
957 @DocsEditable() 1007 @DocsEditable()
958 void drawBuffersWebgl(List<int> buffers) => _blink.BlinkWebGLDrawBuffers.insta nce.drawBuffersWEBGL_Callback_1_(this, buffers); 1008 void drawBuffersWebgl(List<int> buffers) =>
959 1009 _blink.BlinkWebGLDrawBuffers.instance
1010 .drawBuffersWEBGL_Callback_1_(this, buffers);
960 } 1011 }
961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1012 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
962 // for details. All rights reserved. Use of this source code is governed by a 1013 // for details. All rights reserved. Use of this source code is governed by a
963 // BSD-style license that can be found in the LICENSE file. 1014 // BSD-style license that can be found in the LICENSE file.
964 1015
965 // WARNING: Do not edit - generated code. 1016 // WARNING: Do not edit - generated code.
966 1017
967
968 @DocsEditable() 1018 @DocsEditable()
969 @DomName('EXTsRGB') 1019 @DomName('EXTsRGB')
970 @Experimental() // untriaged 1020 @Experimental() // untriaged
971 class EXTsRgb extends DartHtmlDomObject { 1021 class EXTsRgb extends DartHtmlDomObject {
972 // To suppress missing implicit constructor warnings. 1022 // To suppress missing implicit constructor warnings.
973 factory EXTsRgb._() { throw new UnsupportedError("Not supported"); } 1023 factory EXTsRgb._() {
974 1024 throw new UnsupportedError("Not supported");
1025 }
975 1026
976 @Deprecated("Internal Use Only") 1027 @Deprecated("Internal Use Only")
977 external static Type get instanceRuntimeType; 1028 external static Type get instanceRuntimeType;
978 1029
979 @Deprecated("Internal Use Only") 1030 @Deprecated("Internal Use Only")
980 EXTsRgb.internal_() { } 1031 EXTsRgb.internal_() {}
981 1032
982 @DomName('EXTsRGB.FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT') 1033 @DomName('EXTsRGB.FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT')
983 @DocsEditable() 1034 @DocsEditable()
984 @Experimental() // untriaged 1035 @Experimental() // untriaged
985 static const int FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210; 1036 static const int FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210;
986 1037
987 @DomName('EXTsRGB.SRGB8_ALPHA8_EXT') 1038 @DomName('EXTsRGB.SRGB8_ALPHA8_EXT')
988 @DocsEditable() 1039 @DocsEditable()
989 @Experimental() // untriaged 1040 @Experimental() // untriaged
990 static const int SRGB8_ALPHA8_EXT = 0x8C43; 1041 static const int SRGB8_ALPHA8_EXT = 0x8C43;
991 1042
992 @DomName('EXTsRGB.SRGB_ALPHA_EXT') 1043 @DomName('EXTsRGB.SRGB_ALPHA_EXT')
993 @DocsEditable() 1044 @DocsEditable()
994 @Experimental() // untriaged 1045 @Experimental() // untriaged
995 static const int SRGB_ALPHA_EXT = 0x8C42; 1046 static const int SRGB_ALPHA_EXT = 0x8C42;
996 1047
997 @DomName('EXTsRGB.SRGB_EXT') 1048 @DomName('EXTsRGB.SRGB_EXT')
998 @DocsEditable() 1049 @DocsEditable()
999 @Experimental() // untriaged 1050 @Experimental() // untriaged
1000 static const int SRGB_EXT = 0x8C40; 1051 static const int SRGB_EXT = 0x8C40;
1001
1002 } 1052 }
1003 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1053 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1004 // for details. All rights reserved. Use of this source code is governed by a 1054 // for details. All rights reserved. Use of this source code is governed by a
1005 // BSD-style license that can be found in the LICENSE file. 1055 // BSD-style license that can be found in the LICENSE file.
1006 1056
1007 // WARNING: Do not edit - generated code. 1057 // WARNING: Do not edit - generated code.
1008 1058
1009
1010 @DocsEditable() 1059 @DocsEditable()
1011 @DomName('EXTBlendMinMax') 1060 @DomName('EXTBlendMinMax')
1012 @Experimental() // untriaged 1061 @Experimental() // untriaged
1013 class ExtBlendMinMax extends DartHtmlDomObject { 1062 class ExtBlendMinMax extends DartHtmlDomObject {
1014 // To suppress missing implicit constructor warnings. 1063 // To suppress missing implicit constructor warnings.
1015 factory ExtBlendMinMax._() { throw new UnsupportedError("Not supported"); } 1064 factory ExtBlendMinMax._() {
1016 1065 throw new UnsupportedError("Not supported");
1066 }
1017 1067
1018 @Deprecated("Internal Use Only") 1068 @Deprecated("Internal Use Only")
1019 external static Type get instanceRuntimeType; 1069 external static Type get instanceRuntimeType;
1020 1070
1021 @Deprecated("Internal Use Only") 1071 @Deprecated("Internal Use Only")
1022 ExtBlendMinMax.internal_() { } 1072 ExtBlendMinMax.internal_() {}
1023 1073
1024 @DomName('EXTBlendMinMax.MAX_EXT') 1074 @DomName('EXTBlendMinMax.MAX_EXT')
1025 @DocsEditable() 1075 @DocsEditable()
1026 @Experimental() // untriaged 1076 @Experimental() // untriaged
1027 static const int MAX_EXT = 0x8008; 1077 static const int MAX_EXT = 0x8008;
1028 1078
1029 @DomName('EXTBlendMinMax.MIN_EXT') 1079 @DomName('EXTBlendMinMax.MIN_EXT')
1030 @DocsEditable() 1080 @DocsEditable()
1031 @Experimental() // untriaged 1081 @Experimental() // untriaged
1032 static const int MIN_EXT = 0x8007; 1082 static const int MIN_EXT = 0x8007;
1033
1034 } 1083 }
1035 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1036 // for details. All rights reserved. Use of this source code is governed by a 1085 // for details. All rights reserved. Use of this source code is governed by a
1037 // BSD-style license that can be found in the LICENSE file. 1086 // BSD-style license that can be found in the LICENSE file.
1038 1087
1039 // WARNING: Do not edit - generated code. 1088 // WARNING: Do not edit - generated code.
1040 1089
1041
1042 @DocsEditable() 1090 @DocsEditable()
1043 @DomName('EXTFragDepth') 1091 @DomName('EXTFragDepth')
1044 // http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/ 1092 // http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/
1045 @Experimental() 1093 @Experimental()
1046 class ExtFragDepth extends DartHtmlDomObject { 1094 class ExtFragDepth extends DartHtmlDomObject {
1047 // To suppress missing implicit constructor warnings. 1095 // To suppress missing implicit constructor warnings.
1048 factory ExtFragDepth._() { throw new UnsupportedError("Not supported"); } 1096 factory ExtFragDepth._() {
1049 1097 throw new UnsupportedError("Not supported");
1098 }
1050 1099
1051 @Deprecated("Internal Use Only") 1100 @Deprecated("Internal Use Only")
1052 external static Type get instanceRuntimeType; 1101 external static Type get instanceRuntimeType;
1053 1102
1054 @Deprecated("Internal Use Only") 1103 @Deprecated("Internal Use Only")
1055 ExtFragDepth.internal_() { } 1104 ExtFragDepth.internal_() {}
1056
1057 } 1105 }
1058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1106 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1059 // for details. All rights reserved. Use of this source code is governed by a 1107 // for details. All rights reserved. Use of this source code is governed by a
1060 // BSD-style license that can be found in the LICENSE file. 1108 // BSD-style license that can be found in the LICENSE file.
1061 1109
1062 // WARNING: Do not edit - generated code. 1110 // WARNING: Do not edit - generated code.
1063 1111
1064
1065 @DocsEditable() 1112 @DocsEditable()
1066 @DomName('EXTShaderTextureLOD') 1113 @DomName('EXTShaderTextureLOD')
1067 @Experimental() // untriaged 1114 @Experimental() // untriaged
1068 class ExtShaderTextureLod extends DartHtmlDomObject { 1115 class ExtShaderTextureLod extends DartHtmlDomObject {
1069 // To suppress missing implicit constructor warnings. 1116 // To suppress missing implicit constructor warnings.
1070 factory ExtShaderTextureLod._() { throw new UnsupportedError("Not supported"); } 1117 factory ExtShaderTextureLod._() {
1071 1118 throw new UnsupportedError("Not supported");
1119 }
1072 1120
1073 @Deprecated("Internal Use Only") 1121 @Deprecated("Internal Use Only")
1074 external static Type get instanceRuntimeType; 1122 external static Type get instanceRuntimeType;
1075 1123
1076 @Deprecated("Internal Use Only") 1124 @Deprecated("Internal Use Only")
1077 ExtShaderTextureLod.internal_() { } 1125 ExtShaderTextureLod.internal_() {}
1078
1079 } 1126 }
1080 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1127 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1081 // for details. All rights reserved. Use of this source code is governed by a 1128 // for details. All rights reserved. Use of this source code is governed by a
1082 // BSD-style license that can be found in the LICENSE file. 1129 // BSD-style license that can be found in the LICENSE file.
1083 1130
1084 // WARNING: Do not edit - generated code. 1131 // WARNING: Do not edit - generated code.
1085 1132
1086
1087 @DocsEditable() 1133 @DocsEditable()
1088 @DomName('EXTTextureFilterAnisotropic') 1134 @DomName('EXTTextureFilterAnisotropic')
1089 // http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotrop ic/ 1135 // http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotrop ic/
1090 @Experimental() 1136 @Experimental()
1091 class ExtTextureFilterAnisotropic extends DartHtmlDomObject { 1137 class ExtTextureFilterAnisotropic extends DartHtmlDomObject {
1092 // To suppress missing implicit constructor warnings. 1138 // To suppress missing implicit constructor warnings.
1093 factory ExtTextureFilterAnisotropic._() { throw new UnsupportedError("Not supp orted"); } 1139 factory ExtTextureFilterAnisotropic._() {
1094 1140 throw new UnsupportedError("Not supported");
1141 }
1095 1142
1096 @Deprecated("Internal Use Only") 1143 @Deprecated("Internal Use Only")
1097 external static Type get instanceRuntimeType; 1144 external static Type get instanceRuntimeType;
1098 1145
1099 @Deprecated("Internal Use Only") 1146 @Deprecated("Internal Use Only")
1100 ExtTextureFilterAnisotropic.internal_() { } 1147 ExtTextureFilterAnisotropic.internal_() {}
1101 1148
1102 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT') 1149 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT')
1103 @DocsEditable() 1150 @DocsEditable()
1104 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; 1151 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;
1105 1152
1106 @DomName('EXTTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT') 1153 @DomName('EXTTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT')
1107 @DocsEditable() 1154 @DocsEditable()
1108 static const int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; 1155 static const int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE;
1109
1110 } 1156 }
1111 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1157 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1112 // for details. All rights reserved. Use of this source code is governed by a 1158 // for details. All rights reserved. Use of this source code is governed by a
1113 // BSD-style license that can be found in the LICENSE file. 1159 // BSD-style license that can be found in the LICENSE file.
1114 1160
1115 // WARNING: Do not edit - generated code. 1161 // WARNING: Do not edit - generated code.
1116 1162
1117
1118 @DocsEditable() 1163 @DocsEditable()
1119 @DomName('WebGLFramebuffer') 1164 @DomName('WebGLFramebuffer')
1120 @Unstable() 1165 @Unstable()
1121 class Framebuffer extends DartHtmlDomObject { 1166 class Framebuffer extends DartHtmlDomObject {
1122 // To suppress missing implicit constructor warnings. 1167 // To suppress missing implicit constructor warnings.
1123 factory Framebuffer._() { throw new UnsupportedError("Not supported"); } 1168 factory Framebuffer._() {
1124 1169 throw new UnsupportedError("Not supported");
1170 }
1125 1171
1126 @Deprecated("Internal Use Only") 1172 @Deprecated("Internal Use Only")
1127 external static Type get instanceRuntimeType; 1173 external static Type get instanceRuntimeType;
1128 1174
1129 @Deprecated("Internal Use Only") 1175 @Deprecated("Internal Use Only")
1130 Framebuffer.internal_() { } 1176 Framebuffer.internal_() {}
1131
1132 } 1177 }
1133 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1134 // for details. All rights reserved. Use of this source code is governed by a 1179 // for details. All rights reserved. Use of this source code is governed by a
1135 // BSD-style license that can be found in the LICENSE file. 1180 // BSD-style license that can be found in the LICENSE file.
1136 1181
1137 // WARNING: Do not edit - generated code. 1182 // WARNING: Do not edit - generated code.
1138 1183
1139
1140 @DocsEditable() 1184 @DocsEditable()
1141 @DomName('WebGLLoseContext') 1185 @DomName('WebGLLoseContext')
1142 // http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/ 1186 // http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/
1143 @Experimental() 1187 @Experimental()
1144 class LoseContext extends DartHtmlDomObject { 1188 class LoseContext extends DartHtmlDomObject {
1145 // To suppress missing implicit constructor warnings. 1189 // To suppress missing implicit constructor warnings.
1146 factory LoseContext._() { throw new UnsupportedError("Not supported"); } 1190 factory LoseContext._() {
1147 1191 throw new UnsupportedError("Not supported");
1192 }
1148 1193
1149 @Deprecated("Internal Use Only") 1194 @Deprecated("Internal Use Only")
1150 external static Type get instanceRuntimeType; 1195 external static Type get instanceRuntimeType;
1151 1196
1152 @Deprecated("Internal Use Only") 1197 @Deprecated("Internal Use Only")
1153 LoseContext.internal_() { } 1198 LoseContext.internal_() {}
1154 1199
1155 @DomName('WebGLLoseContext.loseContext') 1200 @DomName('WebGLLoseContext.loseContext')
1156 @DocsEditable() 1201 @DocsEditable()
1157 void loseContext() => _blink.BlinkWebGLLoseContext.instance.loseContext_Callba ck_0_(this); 1202 void loseContext() =>
1158 1203 _blink.BlinkWebGLLoseContext.instance.loseContext_Callback_0_(this);
1204
1159 @DomName('WebGLLoseContext.restoreContext') 1205 @DomName('WebGLLoseContext.restoreContext')
1160 @DocsEditable() 1206 @DocsEditable()
1161 void restoreContext() => _blink.BlinkWebGLLoseContext.instance.restoreContext_ Callback_0_(this); 1207 void restoreContext() =>
1162 1208 _blink.BlinkWebGLLoseContext.instance.restoreContext_Callback_0_(this);
1163 } 1209 }
1164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1210 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1165 // for details. All rights reserved. Use of this source code is governed by a 1211 // for details. All rights reserved. Use of this source code is governed by a
1166 // BSD-style license that can be found in the LICENSE file. 1212 // BSD-style license that can be found in the LICENSE file.
1167 1213
1168 // WARNING: Do not edit - generated code. 1214 // WARNING: Do not edit - generated code.
1169 1215
1170
1171 @DocsEditable() 1216 @DocsEditable()
1172 @DomName('OESElementIndexUint') 1217 @DomName('OESElementIndexUint')
1173 // http://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/ 1218 // http://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/
1174 @Experimental() // experimental 1219 @Experimental() // experimental
1175 class OesElementIndexUint extends DartHtmlDomObject { 1220 class OesElementIndexUint extends DartHtmlDomObject {
1176 // To suppress missing implicit constructor warnings. 1221 // To suppress missing implicit constructor warnings.
1177 factory OesElementIndexUint._() { throw new UnsupportedError("Not supported"); } 1222 factory OesElementIndexUint._() {
1178 1223 throw new UnsupportedError("Not supported");
1224 }
1179 1225
1180 @Deprecated("Internal Use Only") 1226 @Deprecated("Internal Use Only")
1181 external static Type get instanceRuntimeType; 1227 external static Type get instanceRuntimeType;
1182 1228
1183 @Deprecated("Internal Use Only") 1229 @Deprecated("Internal Use Only")
1184 OesElementIndexUint.internal_() { } 1230 OesElementIndexUint.internal_() {}
1185
1186 } 1231 }
1187 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1232 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1188 // for details. All rights reserved. Use of this source code is governed by a 1233 // for details. All rights reserved. Use of this source code is governed by a
1189 // BSD-style license that can be found in the LICENSE file. 1234 // BSD-style license that can be found in the LICENSE file.
1190 1235
1191 // WARNING: Do not edit - generated code. 1236 // WARNING: Do not edit - generated code.
1192 1237
1193
1194 @DocsEditable() 1238 @DocsEditable()
1195 @DomName('OESStandardDerivatives') 1239 @DomName('OESStandardDerivatives')
1196 // http://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/ 1240 // http://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/
1197 @Experimental() // experimental 1241 @Experimental() // experimental
1198 class OesStandardDerivatives extends DartHtmlDomObject { 1242 class OesStandardDerivatives extends DartHtmlDomObject {
1199 // To suppress missing implicit constructor warnings. 1243 // To suppress missing implicit constructor warnings.
1200 factory OesStandardDerivatives._() { throw new UnsupportedError("Not supported "); } 1244 factory OesStandardDerivatives._() {
1201 1245 throw new UnsupportedError("Not supported");
1246 }
1202 1247
1203 @Deprecated("Internal Use Only") 1248 @Deprecated("Internal Use Only")
1204 external static Type get instanceRuntimeType; 1249 external static Type get instanceRuntimeType;
1205 1250
1206 @Deprecated("Internal Use Only") 1251 @Deprecated("Internal Use Only")
1207 OesStandardDerivatives.internal_() { } 1252 OesStandardDerivatives.internal_() {}
1208 1253
1209 @DomName('OESStandardDerivatives.FRAGMENT_SHADER_DERIVATIVE_HINT_OES') 1254 @DomName('OESStandardDerivatives.FRAGMENT_SHADER_DERIVATIVE_HINT_OES')
1210 @DocsEditable() 1255 @DocsEditable()
1211 static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B; 1256 static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B;
1212
1213 } 1257 }
1214 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1258 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1215 // for details. All rights reserved. Use of this source code is governed by a 1259 // for details. All rights reserved. Use of this source code is governed by a
1216 // BSD-style license that can be found in the LICENSE file. 1260 // BSD-style license that can be found in the LICENSE file.
1217 1261
1218 // WARNING: Do not edit - generated code. 1262 // WARNING: Do not edit - generated code.
1219 1263
1220
1221 @DocsEditable() 1264 @DocsEditable()
1222 @DomName('OESTextureFloat') 1265 @DomName('OESTextureFloat')
1223 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float/ 1266 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float/
1224 @Experimental() // experimental 1267 @Experimental() // experimental
1225 class OesTextureFloat extends DartHtmlDomObject { 1268 class OesTextureFloat extends DartHtmlDomObject {
1226 // To suppress missing implicit constructor warnings. 1269 // To suppress missing implicit constructor warnings.
1227 factory OesTextureFloat._() { throw new UnsupportedError("Not supported"); } 1270 factory OesTextureFloat._() {
1228 1271 throw new UnsupportedError("Not supported");
1272 }
1229 1273
1230 @Deprecated("Internal Use Only") 1274 @Deprecated("Internal Use Only")
1231 external static Type get instanceRuntimeType; 1275 external static Type get instanceRuntimeType;
1232 1276
1233 @Deprecated("Internal Use Only") 1277 @Deprecated("Internal Use Only")
1234 OesTextureFloat.internal_() { } 1278 OesTextureFloat.internal_() {}
1235
1236 } 1279 }
1237 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1238 // for details. All rights reserved. Use of this source code is governed by a 1281 // for details. All rights reserved. Use of this source code is governed by a
1239 // BSD-style license that can be found in the LICENSE file. 1282 // BSD-style license that can be found in the LICENSE file.
1240 1283
1241 // WARNING: Do not edit - generated code. 1284 // WARNING: Do not edit - generated code.
1242 1285
1243
1244 @DocsEditable() 1286 @DocsEditable()
1245 @DomName('OESTextureFloatLinear') 1287 @DomName('OESTextureFloatLinear')
1246 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/ 1288 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/
1247 @Experimental() 1289 @Experimental()
1248 class OesTextureFloatLinear extends DartHtmlDomObject { 1290 class OesTextureFloatLinear extends DartHtmlDomObject {
1249 // To suppress missing implicit constructor warnings. 1291 // To suppress missing implicit constructor warnings.
1250 factory OesTextureFloatLinear._() { throw new UnsupportedError("Not supported" ); } 1292 factory OesTextureFloatLinear._() {
1251 1293 throw new UnsupportedError("Not supported");
1294 }
1252 1295
1253 @Deprecated("Internal Use Only") 1296 @Deprecated("Internal Use Only")
1254 external static Type get instanceRuntimeType; 1297 external static Type get instanceRuntimeType;
1255 1298
1256 @Deprecated("Internal Use Only") 1299 @Deprecated("Internal Use Only")
1257 OesTextureFloatLinear.internal_() { } 1300 OesTextureFloatLinear.internal_() {}
1258
1259 } 1301 }
1260 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1302 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1261 // for details. All rights reserved. Use of this source code is governed by a 1303 // for details. All rights reserved. Use of this source code is governed by a
1262 // BSD-style license that can be found in the LICENSE file. 1304 // BSD-style license that can be found in the LICENSE file.
1263 1305
1264 // WARNING: Do not edit - generated code. 1306 // WARNING: Do not edit - generated code.
1265 1307
1266
1267 @DocsEditable() 1308 @DocsEditable()
1268 @DomName('OESTextureHalfFloat') 1309 @DomName('OESTextureHalfFloat')
1269 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ 1310 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/
1270 @Experimental() // experimental 1311 @Experimental() // experimental
1271 class OesTextureHalfFloat extends DartHtmlDomObject { 1312 class OesTextureHalfFloat extends DartHtmlDomObject {
1272 // To suppress missing implicit constructor warnings. 1313 // To suppress missing implicit constructor warnings.
1273 factory OesTextureHalfFloat._() { throw new UnsupportedError("Not supported"); } 1314 factory OesTextureHalfFloat._() {
1274 1315 throw new UnsupportedError("Not supported");
1316 }
1275 1317
1276 @Deprecated("Internal Use Only") 1318 @Deprecated("Internal Use Only")
1277 external static Type get instanceRuntimeType; 1319 external static Type get instanceRuntimeType;
1278 1320
1279 @Deprecated("Internal Use Only") 1321 @Deprecated("Internal Use Only")
1280 OesTextureHalfFloat.internal_() { } 1322 OesTextureHalfFloat.internal_() {}
1281 1323
1282 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') 1324 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES')
1283 @DocsEditable() 1325 @DocsEditable()
1284 static const int HALF_FLOAT_OES = 0x8D61; 1326 static const int HALF_FLOAT_OES = 0x8D61;
1285
1286 } 1327 }
1287 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1328 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1288 // for details. All rights reserved. Use of this source code is governed by a 1329 // for details. All rights reserved. Use of this source code is governed by a
1289 // BSD-style license that can be found in the LICENSE file. 1330 // BSD-style license that can be found in the LICENSE file.
1290 1331
1291 // WARNING: Do not edit - generated code. 1332 // WARNING: Do not edit - generated code.
1292 1333
1293
1294 @DocsEditable() 1334 @DocsEditable()
1295 @DomName('OESTextureHalfFloatLinear') 1335 @DomName('OESTextureHalfFloatLinear')
1296 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linea r/ 1336 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linea r/
1297 @Experimental() 1337 @Experimental()
1298 class OesTextureHalfFloatLinear extends DartHtmlDomObject { 1338 class OesTextureHalfFloatLinear extends DartHtmlDomObject {
1299 // To suppress missing implicit constructor warnings. 1339 // To suppress missing implicit constructor warnings.
1300 factory OesTextureHalfFloatLinear._() { throw new UnsupportedError("Not suppor ted"); } 1340 factory OesTextureHalfFloatLinear._() {
1301 1341 throw new UnsupportedError("Not supported");
1342 }
1302 1343
1303 @Deprecated("Internal Use Only") 1344 @Deprecated("Internal Use Only")
1304 external static Type get instanceRuntimeType; 1345 external static Type get instanceRuntimeType;
1305 1346
1306 @Deprecated("Internal Use Only") 1347 @Deprecated("Internal Use Only")
1307 OesTextureHalfFloatLinear.internal_() { } 1348 OesTextureHalfFloatLinear.internal_() {}
1308
1309 } 1349 }
1310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1311 // for details. All rights reserved. Use of this source code is governed by a 1351 // for details. All rights reserved. Use of this source code is governed by a
1312 // BSD-style license that can be found in the LICENSE file. 1352 // BSD-style license that can be found in the LICENSE file.
1313 1353
1314 // WARNING: Do not edit - generated code. 1354 // WARNING: Do not edit - generated code.
1315 1355
1316
1317 @DocsEditable() 1356 @DocsEditable()
1318 @DomName('OESVertexArrayObject') 1357 @DomName('OESVertexArrayObject')
1319 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 1358 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
1320 @Experimental() // experimental 1359 @Experimental() // experimental
1321 class OesVertexArrayObject extends DartHtmlDomObject { 1360 class OesVertexArrayObject extends DartHtmlDomObject {
1322 // To suppress missing implicit constructor warnings. 1361 // To suppress missing implicit constructor warnings.
1323 factory OesVertexArrayObject._() { throw new UnsupportedError("Not supported") ; } 1362 factory OesVertexArrayObject._() {
1324 1363 throw new UnsupportedError("Not supported");
1364 }
1325 1365
1326 @Deprecated("Internal Use Only") 1366 @Deprecated("Internal Use Only")
1327 external static Type get instanceRuntimeType; 1367 external static Type get instanceRuntimeType;
1328 1368
1329 @Deprecated("Internal Use Only") 1369 @Deprecated("Internal Use Only")
1330 OesVertexArrayObject.internal_() { } 1370 OesVertexArrayObject.internal_() {}
1331 1371
1332 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') 1372 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES')
1333 @DocsEditable() 1373 @DocsEditable()
1334 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; 1374 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5;
1335 1375
1336 @DomName('OESVertexArrayObject.bindVertexArrayOES') 1376 @DomName('OESVertexArrayObject.bindVertexArrayOES')
1337 @DocsEditable() 1377 @DocsEditable()
1338 void bindVertexArray(VertexArrayObjectOes arrayObject) => _blink.BlinkOESVerte xArrayObject.instance.bindVertexArrayOES_Callback_1_(this, arrayObject); 1378 void bindVertexArray(VertexArrayObjectOes arrayObject) =>
1339 1379 _blink.BlinkOESVertexArrayObject.instance
1380 .bindVertexArrayOES_Callback_1_(this, arrayObject);
1381
1340 @DomName('OESVertexArrayObject.createVertexArrayOES') 1382 @DomName('OESVertexArrayObject.createVertexArrayOES')
1341 @DocsEditable() 1383 @DocsEditable()
1342 VertexArrayObjectOes createVertexArray() => _blink.BlinkOESVertexArrayObject.i nstance.createVertexArrayOES_Callback_0_(this); 1384 VertexArrayObjectOes createVertexArray() =>
1343 1385 _blink.BlinkOESVertexArrayObject.instance
1386 .createVertexArrayOES_Callback_0_(this);
1387
1344 @DomName('OESVertexArrayObject.deleteVertexArrayOES') 1388 @DomName('OESVertexArrayObject.deleteVertexArrayOES')
1345 @DocsEditable() 1389 @DocsEditable()
1346 void deleteVertexArray(VertexArrayObjectOes arrayObject) => _blink.BlinkOESVer texArrayObject.instance.deleteVertexArrayOES_Callback_1_(this, arrayObject); 1390 void deleteVertexArray(VertexArrayObjectOes arrayObject) =>
1347 1391 _blink.BlinkOESVertexArrayObject.instance
1392 .deleteVertexArrayOES_Callback_1_(this, arrayObject);
1393
1348 @DomName('OESVertexArrayObject.isVertexArrayOES') 1394 @DomName('OESVertexArrayObject.isVertexArrayOES')
1349 @DocsEditable() 1395 @DocsEditable()
1350 bool isVertexArray(VertexArrayObjectOes arrayObject) => _blink.BlinkOESVertexA rrayObject.instance.isVertexArrayOES_Callback_1_(this, arrayObject); 1396 bool isVertexArray(VertexArrayObjectOes arrayObject) =>
1351 1397 _blink.BlinkOESVertexArrayObject.instance
1398 .isVertexArrayOES_Callback_1_(this, arrayObject);
1352 } 1399 }
1353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1400 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1354 // for details. All rights reserved. Use of this source code is governed by a 1401 // for details. All rights reserved. Use of this source code is governed by a
1355 // BSD-style license that can be found in the LICENSE file. 1402 // BSD-style license that can be found in the LICENSE file.
1356 1403
1357 // WARNING: Do not edit - generated code. 1404 // WARNING: Do not edit - generated code.
1358 1405
1359
1360 @DocsEditable() 1406 @DocsEditable()
1361 @DomName('WebGLProgram') 1407 @DomName('WebGLProgram')
1362 @Unstable() 1408 @Unstable()
1363 class Program extends DartHtmlDomObject { 1409 class Program extends DartHtmlDomObject {
1364 // To suppress missing implicit constructor warnings. 1410 // To suppress missing implicit constructor warnings.
1365 factory Program._() { throw new UnsupportedError("Not supported"); } 1411 factory Program._() {
1366 1412 throw new UnsupportedError("Not supported");
1413 }
1367 1414
1368 @Deprecated("Internal Use Only") 1415 @Deprecated("Internal Use Only")
1369 external static Type get instanceRuntimeType; 1416 external static Type get instanceRuntimeType;
1370 1417
1371 @Deprecated("Internal Use Only") 1418 @Deprecated("Internal Use Only")
1372 Program.internal_() { } 1419 Program.internal_() {}
1373
1374 } 1420 }
1375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1421 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1376 // for details. All rights reserved. Use of this source code is governed by a 1422 // for details. All rights reserved. Use of this source code is governed by a
1377 // BSD-style license that can be found in the LICENSE file. 1423 // BSD-style license that can be found in the LICENSE file.
1378 1424
1379 // WARNING: Do not edit - generated code. 1425 // WARNING: Do not edit - generated code.
1380 1426
1381
1382 @DocsEditable() 1427 @DocsEditable()
1383 @DomName('WebGLQuery') 1428 @DomName('WebGLQuery')
1384 @Experimental() // untriaged 1429 @Experimental() // untriaged
1385 class Query extends DartHtmlDomObject { 1430 class Query extends DartHtmlDomObject {
1386 // To suppress missing implicit constructor warnings. 1431 // To suppress missing implicit constructor warnings.
1387 factory Query._() { throw new UnsupportedError("Not supported"); } 1432 factory Query._() {
1388 1433 throw new UnsupportedError("Not supported");
1434 }
1389 1435
1390 @Deprecated("Internal Use Only") 1436 @Deprecated("Internal Use Only")
1391 external static Type get instanceRuntimeType; 1437 external static Type get instanceRuntimeType;
1392 1438
1393 @Deprecated("Internal Use Only") 1439 @Deprecated("Internal Use Only")
1394 Query.internal_() { } 1440 Query.internal_() {}
1395
1396 } 1441 }
1397 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1442 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1398 // for details. All rights reserved. Use of this source code is governed by a 1443 // for details. All rights reserved. Use of this source code is governed by a
1399 // BSD-style license that can be found in the LICENSE file. 1444 // BSD-style license that can be found in the LICENSE file.
1400 1445
1401 // WARNING: Do not edit - generated code. 1446 // WARNING: Do not edit - generated code.
1402 1447
1403
1404 @DocsEditable() 1448 @DocsEditable()
1405 @DomName('WebGLRenderbuffer') 1449 @DomName('WebGLRenderbuffer')
1406 @Unstable() 1450 @Unstable()
1407 class Renderbuffer extends DartHtmlDomObject { 1451 class Renderbuffer extends DartHtmlDomObject {
1408 // To suppress missing implicit constructor warnings. 1452 // To suppress missing implicit constructor warnings.
1409 factory Renderbuffer._() { throw new UnsupportedError("Not supported"); } 1453 factory Renderbuffer._() {
1410 1454 throw new UnsupportedError("Not supported");
1455 }
1411 1456
1412 @Deprecated("Internal Use Only") 1457 @Deprecated("Internal Use Only")
1413 external static Type get instanceRuntimeType; 1458 external static Type get instanceRuntimeType;
1414 1459
1415 @Deprecated("Internal Use Only") 1460 @Deprecated("Internal Use Only")
1416 Renderbuffer.internal_() { } 1461 Renderbuffer.internal_() {}
1417
1418 } 1462 }
1419 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1463 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
1420 // for details. All rights reserved. Use of this source code is governed by a 1464 // for details. All rights reserved. Use of this source code is governed by a
1421 // BSD-style license that can be found in the LICENSE file. 1465 // BSD-style license that can be found in the LICENSE file.
1422 1466
1423
1424 @DomName('WebGLRenderingContext') 1467 @DomName('WebGLRenderingContext')
1425 @SupportedBrowser(SupportedBrowser.CHROME) 1468 @SupportedBrowser(SupportedBrowser.CHROME)
1426 @SupportedBrowser(SupportedBrowser.FIREFOX) 1469 @SupportedBrowser(SupportedBrowser.FIREFOX)
1427 @Experimental() 1470 @Experimental()
1428 @Unstable() 1471 @Unstable()
1429 class RenderingContext extends DartHtmlDomObject implements CanvasRenderingConte xt { 1472 class RenderingContext extends DartHtmlDomObject
1473 implements CanvasRenderingContext {
1430 // To suppress missing implicit constructor warnings. 1474 // To suppress missing implicit constructor warnings.
1431 factory RenderingContext._() { throw new UnsupportedError("Not supported"); } 1475 factory RenderingContext._() {
1432 1476 throw new UnsupportedError("Not supported");
1477 }
1433 1478
1434 @Deprecated("Internal Use Only") 1479 @Deprecated("Internal Use Only")
1435 external static Type get instanceRuntimeType; 1480 external static Type get instanceRuntimeType;
1436 1481
1437 @Deprecated("Internal Use Only") 1482 @Deprecated("Internal Use Only")
1438 RenderingContext.internal_() { } 1483 RenderingContext.internal_() {}
1439 1484
1440 /// Checks if this type is supported on the current platform. 1485 /// Checks if this type is supported on the current platform.
1441 static bool get supported => true; 1486 static bool get supported => true;
1442 1487
1443 @DomName('WebGLRenderingContext.ACTIVE_ATTRIBUTES') 1488 @DomName('WebGLRenderingContext.ACTIVE_ATTRIBUTES')
1444 @DocsEditable() 1489 @DocsEditable()
1445 static const int ACTIVE_ATTRIBUTES = 0x8B89; 1490 static const int ACTIVE_ATTRIBUTES = 0x8B89;
1446 1491
1447 @DomName('WebGLRenderingContext.ACTIVE_TEXTURE') 1492 @DomName('WebGLRenderingContext.ACTIVE_TEXTURE')
1448 @DocsEditable() 1493 @DocsEditable()
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 @DocsEditable() 2671 @DocsEditable()
2627 static const int VIEWPORT = 0x0BA2; 2672 static const int VIEWPORT = 0x0BA2;
2628 2673
2629 @DomName('WebGLRenderingContext.ZERO') 2674 @DomName('WebGLRenderingContext.ZERO')
2630 @DocsEditable() 2675 @DocsEditable()
2631 static const int ZERO = 0; 2676 static const int ZERO = 0;
2632 2677
2633 @DomName('WebGLRenderingContext.canvas') 2678 @DomName('WebGLRenderingContext.canvas')
2634 @DocsEditable() 2679 @DocsEditable()
2635 @Experimental() // untriaged 2680 @Experimental() // untriaged
2636 CanvasElement get canvas => _blink.BlinkWebGLRenderingContext.instance.canvas_ Getter_(this); 2681 CanvasElement get canvas =>
2637 2682 _blink.BlinkWebGLRenderingContext.instance.canvas_Getter_(this);
2683
2638 @DomName('WebGLRenderingContext.drawingBufferHeight') 2684 @DomName('WebGLRenderingContext.drawingBufferHeight')
2639 @DocsEditable() 2685 @DocsEditable()
2640 int get drawingBufferHeight => _blink.BlinkWebGLRenderingContext.instance.draw ingBufferHeight_Getter_(this); 2686 int get drawingBufferHeight => _blink.BlinkWebGLRenderingContext.instance
2641 2687 .drawingBufferHeight_Getter_(this);
2688
2642 @DomName('WebGLRenderingContext.drawingBufferWidth') 2689 @DomName('WebGLRenderingContext.drawingBufferWidth')
2643 @DocsEditable() 2690 @DocsEditable()
2644 int get drawingBufferWidth => _blink.BlinkWebGLRenderingContext.instance.drawi ngBufferWidth_Getter_(this); 2691 int get drawingBufferWidth => _blink.BlinkWebGLRenderingContext.instance
2645 2692 .drawingBufferWidth_Getter_(this);
2693
2646 @DomName('WebGLRenderingContext.activeTexture') 2694 @DomName('WebGLRenderingContext.activeTexture')
2647 @DocsEditable() 2695 @DocsEditable()
2648 void activeTexture(int texture) => _blink.BlinkWebGLRenderingContext.instance. activeTexture_Callback_1_(this, texture); 2696 void activeTexture(int texture) => _blink.BlinkWebGLRenderingContext.instance
2649 2697 .activeTexture_Callback_1_(this, texture);
2698
2650 @DomName('WebGLRenderingContext.attachShader') 2699 @DomName('WebGLRenderingContext.attachShader')
2651 @DocsEditable() 2700 @DocsEditable()
2652 void attachShader(Program program, Shader shader) => _blink.BlinkWebGLRenderin gContext.instance.attachShader_Callback_2_(this, program, shader); 2701 void attachShader(Program program, Shader shader) =>
2653 2702 _blink.BlinkWebGLRenderingContext.instance
2703 .attachShader_Callback_2_(this, program, shader);
2704
2654 @DomName('WebGLRenderingContext.bindAttribLocation') 2705 @DomName('WebGLRenderingContext.bindAttribLocation')
2655 @DocsEditable() 2706 @DocsEditable()
2656 void bindAttribLocation(Program program, int index, String name) => _blink.Bli nkWebGLRenderingContext.instance.bindAttribLocation_Callback_3_(this, program, i ndex, name); 2707 void bindAttribLocation(Program program, int index, String name) =>
2657 2708 _blink.BlinkWebGLRenderingContext.instance
2709 .bindAttribLocation_Callback_3_(this, program, index, name);
2710
2658 @DomName('WebGLRenderingContext.bindBuffer') 2711 @DomName('WebGLRenderingContext.bindBuffer')
2659 @DocsEditable() 2712 @DocsEditable()
2660 void bindBuffer(int target, Buffer buffer) => _blink.BlinkWebGLRenderingContex t.instance.bindBuffer_Callback_2_(this, target, buffer); 2713 void bindBuffer(int target, Buffer buffer) =>
2661 2714 _blink.BlinkWebGLRenderingContext.instance
2715 .bindBuffer_Callback_2_(this, target, buffer);
2716
2662 @DomName('WebGLRenderingContext.bindFramebuffer') 2717 @DomName('WebGLRenderingContext.bindFramebuffer')
2663 @DocsEditable() 2718 @DocsEditable()
2664 void bindFramebuffer(int target, Framebuffer framebuffer) => _blink.BlinkWebGL RenderingContext.instance.bindFramebuffer_Callback_2_(this, target, framebuffer) ; 2719 void bindFramebuffer(int target, Framebuffer framebuffer) =>
2665 2720 _blink.BlinkWebGLRenderingContext.instance
2721 .bindFramebuffer_Callback_2_(this, target, framebuffer);
2722
2666 @DomName('WebGLRenderingContext.bindRenderbuffer') 2723 @DomName('WebGLRenderingContext.bindRenderbuffer')
2667 @DocsEditable() 2724 @DocsEditable()
2668 void bindRenderbuffer(int target, Renderbuffer renderbuffer) => _blink.BlinkWe bGLRenderingContext.instance.bindRenderbuffer_Callback_2_(this, target, renderbu ffer); 2725 void bindRenderbuffer(int target, Renderbuffer renderbuffer) =>
2669 2726 _blink.BlinkWebGLRenderingContext.instance
2727 .bindRenderbuffer_Callback_2_(this, target, renderbuffer);
2728
2670 @DomName('WebGLRenderingContext.bindTexture') 2729 @DomName('WebGLRenderingContext.bindTexture')
2671 @DocsEditable() 2730 @DocsEditable()
2672 void bindTexture(int target, Texture texture) => _blink.BlinkWebGLRenderingCon text.instance.bindTexture_Callback_2_(this, target, texture); 2731 void bindTexture(int target, Texture texture) =>
2673 2732 _blink.BlinkWebGLRenderingContext.instance
2733 .bindTexture_Callback_2_(this, target, texture);
2734
2674 @DomName('WebGLRenderingContext.blendColor') 2735 @DomName('WebGLRenderingContext.blendColor')
2675 @DocsEditable() 2736 @DocsEditable()
2676 void blendColor(num red, num green, num blue, num alpha) => _blink.BlinkWebGLR enderingContext.instance.blendColor_Callback_4_(this, red, green, blue, alpha); 2737 void blendColor(num red, num green, num blue, num alpha) =>
2677 2738 _blink.BlinkWebGLRenderingContext.instance
2739 .blendColor_Callback_4_(this, red, green, blue, alpha);
2740
2678 @DomName('WebGLRenderingContext.blendEquation') 2741 @DomName('WebGLRenderingContext.blendEquation')
2679 @DocsEditable() 2742 @DocsEditable()
2680 void blendEquation(int mode) => _blink.BlinkWebGLRenderingContext.instance.ble ndEquation_Callback_1_(this, mode); 2743 void blendEquation(int mode) => _blink.BlinkWebGLRenderingContext.instance
2681 2744 .blendEquation_Callback_1_(this, mode);
2745
2682 @DomName('WebGLRenderingContext.blendEquationSeparate') 2746 @DomName('WebGLRenderingContext.blendEquationSeparate')
2683 @DocsEditable() 2747 @DocsEditable()
2684 void blendEquationSeparate(int modeRGB, int modeAlpha) => _blink.BlinkWebGLRen deringContext.instance.blendEquationSeparate_Callback_2_(this, modeRGB, modeAlph a); 2748 void blendEquationSeparate(int modeRGB, int modeAlpha) =>
2685 2749 _blink.BlinkWebGLRenderingContext.instance
2750 .blendEquationSeparate_Callback_2_(this, modeRGB, modeAlpha);
2751
2686 @DomName('WebGLRenderingContext.blendFunc') 2752 @DomName('WebGLRenderingContext.blendFunc')
2687 @DocsEditable() 2753 @DocsEditable()
2688 void blendFunc(int sfactor, int dfactor) => _blink.BlinkWebGLRenderingContext. instance.blendFunc_Callback_2_(this, sfactor, dfactor); 2754 void blendFunc(int sfactor, int dfactor) =>
2689 2755 _blink.BlinkWebGLRenderingContext.instance
2756 .blendFunc_Callback_2_(this, sfactor, dfactor);
2757
2690 @DomName('WebGLRenderingContext.blendFuncSeparate') 2758 @DomName('WebGLRenderingContext.blendFuncSeparate')
2691 @DocsEditable() 2759 @DocsEditable()
2692 void blendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) => _blink.BlinkWebGLRenderingContext.instance.blendFuncSeparate_Callback_4_(this, s rcRGB, dstRGB, srcAlpha, dstAlpha); 2760 void blendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) =>
2693 2761 _blink.BlinkWebGLRenderingContext.instance.blendFuncSeparate_Callback_4_(
2762 this, srcRGB, dstRGB, srcAlpha, dstAlpha);
2763
2694 void bufferData(int target, data_OR_size, int usage) { 2764 void bufferData(int target, data_OR_size, int usage) {
2695 if ((usage is int) && (data_OR_size is int) && (target is int)) { 2765 if ((usage is int) && (data_OR_size is int) && (target is int)) {
2696 _blink.BlinkWebGLRenderingContext.instance.bufferData_Callback_3_(this, ta rget, data_OR_size, usage); 2766 _blink.BlinkWebGLRenderingContext.instance
2767 .bufferData_Callback_3_(this, target, data_OR_size, usage);
2697 return; 2768 return;
2698 } 2769 }
2699 if ((usage is int) && (data_OR_size is TypedData) && (target is int)) { 2770 if ((usage is int) && (data_OR_size is TypedData) && (target is int)) {
2700 _blink.BlinkWebGLRenderingContext.instance.bufferData_Callback_3_(this, ta rget, data_OR_size, usage); 2771 _blink.BlinkWebGLRenderingContext.instance
2772 .bufferData_Callback_3_(this, target, data_OR_size, usage);
2701 return; 2773 return;
2702 } 2774 }
2703 if ((usage is int) && (data_OR_size is ByteBuffer || data_OR_size == null) & & (target is int)) { 2775 if ((usage is int) &&
2704 _blink.BlinkWebGLRenderingContext.instance.bufferData_Callback_3_(this, ta rget, data_OR_size, usage); 2776 (data_OR_size is ByteBuffer || data_OR_size == null) &&
2777 (target is int)) {
2778 _blink.BlinkWebGLRenderingContext.instance
2779 .bufferData_Callback_3_(this, target, data_OR_size, usage);
2705 return; 2780 return;
2706 } 2781 }
2707 throw new ArgumentError("Incorrect number or type of arguments"); 2782 throw new ArgumentError("Incorrect number or type of arguments");
2708 } 2783 }
2709 2784
2710 void bufferSubData(int target, int offset, data) { 2785 void bufferSubData(int target, int offset, data) {
2711 if ((data is TypedData) && (offset is int) && (target is int)) { 2786 if ((data is TypedData) && (offset is int) && (target is int)) {
2712 _blink.BlinkWebGLRenderingContext.instance.bufferSubData_Callback_3_(this, target, offset, data); 2787 _blink.BlinkWebGLRenderingContext.instance
2788 .bufferSubData_Callback_3_(this, target, offset, data);
2713 return; 2789 return;
2714 } 2790 }
2715 if ((data is ByteBuffer || data == null) && (offset is int) && (target is in t)) { 2791 if ((data is ByteBuffer || data == null) &&
2716 _blink.BlinkWebGLRenderingContext.instance.bufferSubData_Callback_3_(this, target, offset, data); 2792 (offset is int) &&
2793 (target is int)) {
2794 _blink.BlinkWebGLRenderingContext.instance
2795 .bufferSubData_Callback_3_(this, target, offset, data);
2717 return; 2796 return;
2718 } 2797 }
2719 throw new ArgumentError("Incorrect number or type of arguments"); 2798 throw new ArgumentError("Incorrect number or type of arguments");
2720 } 2799 }
2721 2800
2722 @DomName('WebGLRenderingContext.checkFramebufferStatus') 2801 @DomName('WebGLRenderingContext.checkFramebufferStatus')
2723 @DocsEditable() 2802 @DocsEditable()
2724 int checkFramebufferStatus(int target) => _blink.BlinkWebGLRenderingContext.in stance.checkFramebufferStatus_Callback_1_(this, target); 2803 int checkFramebufferStatus(int target) =>
2725 2804 _blink.BlinkWebGLRenderingContext.instance
2805 .checkFramebufferStatus_Callback_1_(this, target);
2806
2726 @DomName('WebGLRenderingContext.clear') 2807 @DomName('WebGLRenderingContext.clear')
2727 @DocsEditable() 2808 @DocsEditable()
2728 void clear(int mask) => _blink.BlinkWebGLRenderingContext.instance.clear_Callb ack_1_(this, mask); 2809 void clear(int mask) =>
2729 2810 _blink.BlinkWebGLRenderingContext.instance.clear_Callback_1_(this, mask);
2811
2730 @DomName('WebGLRenderingContext.clearColor') 2812 @DomName('WebGLRenderingContext.clearColor')
2731 @DocsEditable() 2813 @DocsEditable()
2732 void clearColor(num red, num green, num blue, num alpha) => _blink.BlinkWebGLR enderingContext.instance.clearColor_Callback_4_(this, red, green, blue, alpha); 2814 void clearColor(num red, num green, num blue, num alpha) =>
2733 2815 _blink.BlinkWebGLRenderingContext.instance
2816 .clearColor_Callback_4_(this, red, green, blue, alpha);
2817
2734 @DomName('WebGLRenderingContext.clearDepth') 2818 @DomName('WebGLRenderingContext.clearDepth')
2735 @DocsEditable() 2819 @DocsEditable()
2736 void clearDepth(num depth) => _blink.BlinkWebGLRenderingContext.instance.clear Depth_Callback_1_(this, depth); 2820 void clearDepth(num depth) => _blink.BlinkWebGLRenderingContext.instance
2737 2821 .clearDepth_Callback_1_(this, depth);
2822
2738 @DomName('WebGLRenderingContext.clearStencil') 2823 @DomName('WebGLRenderingContext.clearStencil')
2739 @DocsEditable() 2824 @DocsEditable()
2740 void clearStencil(int s) => _blink.BlinkWebGLRenderingContext.instance.clearSt encil_Callback_1_(this, s); 2825 void clearStencil(int s) => _blink.BlinkWebGLRenderingContext.instance
2741 2826 .clearStencil_Callback_1_(this, s);
2827
2742 @DomName('WebGLRenderingContext.colorMask') 2828 @DomName('WebGLRenderingContext.colorMask')
2743 @DocsEditable() 2829 @DocsEditable()
2744 void colorMask(bool red, bool green, bool blue, bool alpha) => _blink.BlinkWeb GLRenderingContext.instance.colorMask_Callback_4_(this, red, green, blue, alpha) ; 2830 void colorMask(bool red, bool green, bool blue, bool alpha) =>
2745 2831 _blink.BlinkWebGLRenderingContext.instance
2832 .colorMask_Callback_4_(this, red, green, blue, alpha);
2833
2746 @DomName('WebGLRenderingContext.compileShader') 2834 @DomName('WebGLRenderingContext.compileShader')
2747 @DocsEditable() 2835 @DocsEditable()
2748 void compileShader(Shader shader) => _blink.BlinkWebGLRenderingContext.instanc e.compileShader_Callback_1_(this, shader); 2836 void compileShader(Shader shader) =>
2749 2837 _blink.BlinkWebGLRenderingContext.instance
2838 .compileShader_Callback_1_(this, shader);
2839
2750 @DomName('WebGLRenderingContext.compressedTexImage2D') 2840 @DomName('WebGLRenderingContext.compressedTexImage2D')
2751 @DocsEditable() 2841 @DocsEditable()
2752 void compressedTexImage2D(int target, int level, int internalformat, int width , int height, int border, TypedData data) => _blink.BlinkWebGLRenderingContext.i nstance.compressedTexImage2D_Callback_7_(this, target, level, internalformat, wi dth, height, border, data); 2842 void compressedTexImage2D(int target, int level, int internalformat,
2753 2843 int width, int height, int border, TypedData data) =>
2844 _blink.BlinkWebGLRenderingContext.instance
2845 .compressedTexImage2D_Callback_7_(
2846 this, target, level, internalformat, width, height, border, data);
2847
2754 @DomName('WebGLRenderingContext.compressedTexSubImage2D') 2848 @DomName('WebGLRenderingContext.compressedTexSubImage2D')
2755 @DocsEditable() 2849 @DocsEditable()
2756 void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, TypedData data) => _blink.BlinkWebGLRendering Context.instance.compressedTexSubImage2D_Callback_8_(this, target, level, xoffse t, yoffset, width, height, format, data); 2850 void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset,
2757 2851 int width, int height, int format, TypedData data) =>
2852 _blink.BlinkWebGLRenderingContext.instance
2853 .compressedTexSubImage2D_Callback_8_(this, target, level, xoffset,
2854 yoffset, width, height, format, data);
2855
2758 @DomName('WebGLRenderingContext.copyTexImage2D') 2856 @DomName('WebGLRenderingContext.copyTexImage2D')
2759 @DocsEditable() 2857 @DocsEditable()
2760 void copyTexImage2D(int target, int level, int internalformat, int x, int y, i nt width, int height, int border) => _blink.BlinkWebGLRenderingContext.instance. copyTexImage2D_Callback_8_(this, target, level, internalformat, x, y, width, hei ght, border); 2858 void copyTexImage2D(int target, int level, int internalformat, int x, int y,
2761 2859 int width, int height, int border) =>
2860 _blink.BlinkWebGLRenderingContext.instance.copyTexImage2D_Callback_8_(
2861 this, target, level, internalformat, x, y, width, height, border);
2862
2762 @DomName('WebGLRenderingContext.copyTexSubImage2D') 2863 @DomName('WebGLRenderingContext.copyTexSubImage2D')
2763 @DocsEditable() 2864 @DocsEditable()
2764 void copyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) => _blink.BlinkWebGLRenderingContext.instance.cop yTexSubImage2D_Callback_8_(this, target, level, xoffset, yoffset, x, y, width, h eight); 2865 void copyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x,
2765 2866 int y, int width, int height) =>
2867 _blink.BlinkWebGLRenderingContext.instance.copyTexSubImage2D_Callback_8_(
2868 this, target, level, xoffset, yoffset, x, y, width, height);
2869
2766 @DomName('WebGLRenderingContext.createBuffer') 2870 @DomName('WebGLRenderingContext.createBuffer')
2767 @DocsEditable() 2871 @DocsEditable()
2768 Buffer createBuffer() => _blink.BlinkWebGLRenderingContext.instance.createBuff er_Callback_0_(this); 2872 Buffer createBuffer() =>
2769 2873 _blink.BlinkWebGLRenderingContext.instance.createBuffer_Callback_0_(this);
2874
2770 @DomName('WebGLRenderingContext.createFramebuffer') 2875 @DomName('WebGLRenderingContext.createFramebuffer')
2771 @DocsEditable() 2876 @DocsEditable()
2772 Framebuffer createFramebuffer() => _blink.BlinkWebGLRenderingContext.instance. createFramebuffer_Callback_0_(this); 2877 Framebuffer createFramebuffer() => _blink.BlinkWebGLRenderingContext.instance
2773 2878 .createFramebuffer_Callback_0_(this);
2879
2774 @DomName('WebGLRenderingContext.createProgram') 2880 @DomName('WebGLRenderingContext.createProgram')
2775 @DocsEditable() 2881 @DocsEditable()
2776 Program createProgram() => _blink.BlinkWebGLRenderingContext.instance.createPr ogram_Callback_0_(this); 2882 Program createProgram() => _blink.BlinkWebGLRenderingContext.instance
2777 2883 .createProgram_Callback_0_(this);
2884
2778 @DomName('WebGLRenderingContext.createRenderbuffer') 2885 @DomName('WebGLRenderingContext.createRenderbuffer')
2779 @DocsEditable() 2886 @DocsEditable()
2780 Renderbuffer createRenderbuffer() => _blink.BlinkWebGLRenderingContext.instanc e.createRenderbuffer_Callback_0_(this); 2887 Renderbuffer createRenderbuffer() =>
2781 2888 _blink.BlinkWebGLRenderingContext.instance
2889 .createRenderbuffer_Callback_0_(this);
2890
2782 @DomName('WebGLRenderingContext.createShader') 2891 @DomName('WebGLRenderingContext.createShader')
2783 @DocsEditable() 2892 @DocsEditable()
2784 Shader createShader(int type) => _blink.BlinkWebGLRenderingContext.instance.cr eateShader_Callback_1_(this, type); 2893 Shader createShader(int type) => _blink.BlinkWebGLRenderingContext.instance
2785 2894 .createShader_Callback_1_(this, type);
2895
2786 @DomName('WebGLRenderingContext.createTexture') 2896 @DomName('WebGLRenderingContext.createTexture')
2787 @DocsEditable() 2897 @DocsEditable()
2788 Texture createTexture() => _blink.BlinkWebGLRenderingContext.instance.createTe xture_Callback_0_(this); 2898 Texture createTexture() => _blink.BlinkWebGLRenderingContext.instance
2789 2899 .createTexture_Callback_0_(this);
2900
2790 @DomName('WebGLRenderingContext.cullFace') 2901 @DomName('WebGLRenderingContext.cullFace')
2791 @DocsEditable() 2902 @DocsEditable()
2792 void cullFace(int mode) => _blink.BlinkWebGLRenderingContext.instance.cullFace _Callback_1_(this, mode); 2903 void cullFace(int mode) => _blink.BlinkWebGLRenderingContext.instance
2793 2904 .cullFace_Callback_1_(this, mode);
2905
2794 @DomName('WebGLRenderingContext.deleteBuffer') 2906 @DomName('WebGLRenderingContext.deleteBuffer')
2795 @DocsEditable() 2907 @DocsEditable()
2796 void deleteBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.instance .deleteBuffer_Callback_1_(this, buffer); 2908 void deleteBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.instance
2797 2909 .deleteBuffer_Callback_1_(this, buffer);
2910
2798 @DomName('WebGLRenderingContext.deleteFramebuffer') 2911 @DomName('WebGLRenderingContext.deleteFramebuffer')
2799 @DocsEditable() 2912 @DocsEditable()
2800 void deleteFramebuffer(Framebuffer framebuffer) => _blink.BlinkWebGLRenderingC ontext.instance.deleteFramebuffer_Callback_1_(this, framebuffer); 2913 void deleteFramebuffer(Framebuffer framebuffer) =>
2801 2914 _blink.BlinkWebGLRenderingContext.instance
2915 .deleteFramebuffer_Callback_1_(this, framebuffer);
2916
2802 @DomName('WebGLRenderingContext.deleteProgram') 2917 @DomName('WebGLRenderingContext.deleteProgram')
2803 @DocsEditable() 2918 @DocsEditable()
2804 void deleteProgram(Program program) => _blink.BlinkWebGLRenderingContext.insta nce.deleteProgram_Callback_1_(this, program); 2919 void deleteProgram(Program program) =>
2805 2920 _blink.BlinkWebGLRenderingContext.instance
2921 .deleteProgram_Callback_1_(this, program);
2922
2806 @DomName('WebGLRenderingContext.deleteRenderbuffer') 2923 @DomName('WebGLRenderingContext.deleteRenderbuffer')
2807 @DocsEditable() 2924 @DocsEditable()
2808 void deleteRenderbuffer(Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderi ngContext.instance.deleteRenderbuffer_Callback_1_(this, renderbuffer); 2925 void deleteRenderbuffer(Renderbuffer renderbuffer) =>
2809 2926 _blink.BlinkWebGLRenderingContext.instance
2927 .deleteRenderbuffer_Callback_1_(this, renderbuffer);
2928
2810 @DomName('WebGLRenderingContext.deleteShader') 2929 @DomName('WebGLRenderingContext.deleteShader')
2811 @DocsEditable() 2930 @DocsEditable()
2812 void deleteShader(Shader shader) => _blink.BlinkWebGLRenderingContext.instance .deleteShader_Callback_1_(this, shader); 2931 void deleteShader(Shader shader) => _blink.BlinkWebGLRenderingContext.instance
2813 2932 .deleteShader_Callback_1_(this, shader);
2933
2814 @DomName('WebGLRenderingContext.deleteTexture') 2934 @DomName('WebGLRenderingContext.deleteTexture')
2815 @DocsEditable() 2935 @DocsEditable()
2816 void deleteTexture(Texture texture) => _blink.BlinkWebGLRenderingContext.insta nce.deleteTexture_Callback_1_(this, texture); 2936 void deleteTexture(Texture texture) =>
2817 2937 _blink.BlinkWebGLRenderingContext.instance
2938 .deleteTexture_Callback_1_(this, texture);
2939
2818 @DomName('WebGLRenderingContext.depthFunc') 2940 @DomName('WebGLRenderingContext.depthFunc')
2819 @DocsEditable() 2941 @DocsEditable()
2820 void depthFunc(int func) => _blink.BlinkWebGLRenderingContext.instance.depthFu nc_Callback_1_(this, func); 2942 void depthFunc(int func) => _blink.BlinkWebGLRenderingContext.instance
2821 2943 .depthFunc_Callback_1_(this, func);
2944
2822 @DomName('WebGLRenderingContext.depthMask') 2945 @DomName('WebGLRenderingContext.depthMask')
2823 @DocsEditable() 2946 @DocsEditable()
2824 void depthMask(bool flag) => _blink.BlinkWebGLRenderingContext.instance.depthM ask_Callback_1_(this, flag); 2947 void depthMask(bool flag) => _blink.BlinkWebGLRenderingContext.instance
2825 2948 .depthMask_Callback_1_(this, flag);
2949
2826 @DomName('WebGLRenderingContext.depthRange') 2950 @DomName('WebGLRenderingContext.depthRange')
2827 @DocsEditable() 2951 @DocsEditable()
2828 void depthRange(num zNear, num zFar) => _blink.BlinkWebGLRenderingContext.inst ance.depthRange_Callback_2_(this, zNear, zFar); 2952 void depthRange(num zNear, num zFar) =>
2829 2953 _blink.BlinkWebGLRenderingContext.instance
2954 .depthRange_Callback_2_(this, zNear, zFar);
2955
2830 @DomName('WebGLRenderingContext.detachShader') 2956 @DomName('WebGLRenderingContext.detachShader')
2831 @DocsEditable() 2957 @DocsEditable()
2832 void detachShader(Program program, Shader shader) => _blink.BlinkWebGLRenderin gContext.instance.detachShader_Callback_2_(this, program, shader); 2958 void detachShader(Program program, Shader shader) =>
2833 2959 _blink.BlinkWebGLRenderingContext.instance
2960 .detachShader_Callback_2_(this, program, shader);
2961
2834 @DomName('WebGLRenderingContext.disable') 2962 @DomName('WebGLRenderingContext.disable')
2835 @DocsEditable() 2963 @DocsEditable()
2836 void disable(int cap) => _blink.BlinkWebGLRenderingContext.instance.disable_Ca llback_1_(this, cap); 2964 void disable(int cap) =>
2837 2965 _blink.BlinkWebGLRenderingContext.instance.disable_Callback_1_(this, cap);
2966
2838 @DomName('WebGLRenderingContext.disableVertexAttribArray') 2967 @DomName('WebGLRenderingContext.disableVertexAttribArray')
2839 @DocsEditable() 2968 @DocsEditable()
2840 void disableVertexAttribArray(int index) => _blink.BlinkWebGLRenderingContext. instance.disableVertexAttribArray_Callback_1_(this, index); 2969 void disableVertexAttribArray(int index) =>
2841 2970 _blink.BlinkWebGLRenderingContext.instance
2971 .disableVertexAttribArray_Callback_1_(this, index);
2972
2842 @DomName('WebGLRenderingContext.drawArrays') 2973 @DomName('WebGLRenderingContext.drawArrays')
2843 @DocsEditable() 2974 @DocsEditable()
2844 void drawArrays(int mode, int first, int count) => _blink.BlinkWebGLRenderingC ontext.instance.drawArrays_Callback_3_(this, mode, first, count); 2975 void drawArrays(int mode, int first, int count) =>
2845 2976 _blink.BlinkWebGLRenderingContext.instance
2977 .drawArrays_Callback_3_(this, mode, first, count);
2978
2846 @DomName('WebGLRenderingContext.drawElements') 2979 @DomName('WebGLRenderingContext.drawElements')
2847 @DocsEditable() 2980 @DocsEditable()
2848 void drawElements(int mode, int count, int type, int offset) => _blink.BlinkWe bGLRenderingContext.instance.drawElements_Callback_4_(this, mode, count, type, o ffset); 2981 void drawElements(int mode, int count, int type, int offset) =>
2849 2982 _blink.BlinkWebGLRenderingContext.instance
2983 .drawElements_Callback_4_(this, mode, count, type, offset);
2984
2850 @DomName('WebGLRenderingContext.enable') 2985 @DomName('WebGLRenderingContext.enable')
2851 @DocsEditable() 2986 @DocsEditable()
2852 void enable(int cap) => _blink.BlinkWebGLRenderingContext.instance.enable_Call back_1_(this, cap); 2987 void enable(int cap) =>
2853 2988 _blink.BlinkWebGLRenderingContext.instance.enable_Callback_1_(this, cap);
2989
2854 @DomName('WebGLRenderingContext.enableVertexAttribArray') 2990 @DomName('WebGLRenderingContext.enableVertexAttribArray')
2855 @DocsEditable() 2991 @DocsEditable()
2856 void enableVertexAttribArray(int index) => _blink.BlinkWebGLRenderingContext.i nstance.enableVertexAttribArray_Callback_1_(this, index); 2992 void enableVertexAttribArray(int index) =>
2857 2993 _blink.BlinkWebGLRenderingContext.instance
2994 .enableVertexAttribArray_Callback_1_(this, index);
2995
2858 @DomName('WebGLRenderingContext.finish') 2996 @DomName('WebGLRenderingContext.finish')
2859 @DocsEditable() 2997 @DocsEditable()
2860 void finish() => _blink.BlinkWebGLRenderingContext.instance.finish_Callback_0_ (this); 2998 void finish() =>
2861 2999 _blink.BlinkWebGLRenderingContext.instance.finish_Callback_0_(this);
3000
2862 @DomName('WebGLRenderingContext.flush') 3001 @DomName('WebGLRenderingContext.flush')
2863 @DocsEditable() 3002 @DocsEditable()
2864 void flush() => _blink.BlinkWebGLRenderingContext.instance.flush_Callback_0_(t his); 3003 void flush() =>
2865 3004 _blink.BlinkWebGLRenderingContext.instance.flush_Callback_0_(this);
3005
2866 @DomName('WebGLRenderingContext.framebufferRenderbuffer') 3006 @DomName('WebGLRenderingContext.framebufferRenderbuffer')
2867 @DocsEditable() 3007 @DocsEditable()
2868 void framebufferRenderbuffer(int target, int attachment, int renderbuffertarge t, Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.instance.fram ebufferRenderbuffer_Callback_4_(this, target, attachment, renderbuffertarget, re nderbuffer); 3008 void framebufferRenderbuffer(int target, int attachment,
2869 3009 int renderbuffertarget, Renderbuffer renderbuffer) =>
3010 _blink.BlinkWebGLRenderingContext.instance
3011 .framebufferRenderbuffer_Callback_4_(
3012 this, target, attachment, renderbuffertarget, renderbuffer);
3013
2870 @DomName('WebGLRenderingContext.framebufferTexture2D') 3014 @DomName('WebGLRenderingContext.framebufferTexture2D')
2871 @DocsEditable() 3015 @DocsEditable()
2872 void framebufferTexture2D(int target, int attachment, int textarget, Texture t exture, int level) => _blink.BlinkWebGLRenderingContext.instance.framebufferText ure2D_Callback_5_(this, target, attachment, textarget, texture, level); 3016 void framebufferTexture2D(int target, int attachment, int textarget,
2873 3017 Texture texture, int level) =>
3018 _blink.BlinkWebGLRenderingContext.instance
3019 .framebufferTexture2D_Callback_5_(
3020 this, target, attachment, textarget, texture, level);
3021
2874 @DomName('WebGLRenderingContext.frontFace') 3022 @DomName('WebGLRenderingContext.frontFace')
2875 @DocsEditable() 3023 @DocsEditable()
2876 void frontFace(int mode) => _blink.BlinkWebGLRenderingContext.instance.frontFa ce_Callback_1_(this, mode); 3024 void frontFace(int mode) => _blink.BlinkWebGLRenderingContext.instance
2877 3025 .frontFace_Callback_1_(this, mode);
3026
2878 @DomName('WebGLRenderingContext.generateMipmap') 3027 @DomName('WebGLRenderingContext.generateMipmap')
2879 @DocsEditable() 3028 @DocsEditable()
2880 void generateMipmap(int target) => _blink.BlinkWebGLRenderingContext.instance. generateMipmap_Callback_1_(this, target); 3029 void generateMipmap(int target) => _blink.BlinkWebGLRenderingContext.instance
2881 3030 .generateMipmap_Callback_1_(this, target);
3031
2882 @DomName('WebGLRenderingContext.getActiveAttrib') 3032 @DomName('WebGLRenderingContext.getActiveAttrib')
2883 @DocsEditable() 3033 @DocsEditable()
2884 ActiveInfo getActiveAttrib(Program program, int index) => _blink.BlinkWebGLRen deringContext.instance.getActiveAttrib_Callback_2_(this, program, index); 3034 ActiveInfo getActiveAttrib(Program program, int index) =>
2885 3035 _blink.BlinkWebGLRenderingContext.instance
3036 .getActiveAttrib_Callback_2_(this, program, index);
3037
2886 @DomName('WebGLRenderingContext.getActiveUniform') 3038 @DomName('WebGLRenderingContext.getActiveUniform')
2887 @DocsEditable() 3039 @DocsEditable()
2888 ActiveInfo getActiveUniform(Program program, int index) => _blink.BlinkWebGLRe nderingContext.instance.getActiveUniform_Callback_2_(this, program, index); 3040 ActiveInfo getActiveUniform(Program program, int index) =>
2889 3041 _blink.BlinkWebGLRenderingContext.instance
3042 .getActiveUniform_Callback_2_(this, program, index);
3043
2890 @DomName('WebGLRenderingContext.getAttachedShaders') 3044 @DomName('WebGLRenderingContext.getAttachedShaders')
2891 @DocsEditable() 3045 @DocsEditable()
2892 List<Shader> getAttachedShaders(Program program) => _blink.BlinkWebGLRendering Context.instance.getAttachedShaders_Callback_1_(this, program); 3046 List<Shader> getAttachedShaders(Program program) =>
2893 3047 _blink.BlinkWebGLRenderingContext.instance
3048 .getAttachedShaders_Callback_1_(this, program);
3049
2894 @DomName('WebGLRenderingContext.getAttribLocation') 3050 @DomName('WebGLRenderingContext.getAttribLocation')
2895 @DocsEditable() 3051 @DocsEditable()
2896 int getAttribLocation(Program program, String name) => _blink.BlinkWebGLRender ingContext.instance.getAttribLocation_Callback_2_(this, program, name); 3052 int getAttribLocation(Program program, String name) =>
2897 3053 _blink.BlinkWebGLRenderingContext.instance
3054 .getAttribLocation_Callback_2_(this, program, name);
3055
2898 @DomName('WebGLRenderingContext.getBufferParameter') 3056 @DomName('WebGLRenderingContext.getBufferParameter')
2899 @DocsEditable() 3057 @DocsEditable()
2900 Object getBufferParameter(int target, int pname) => (_blink.BlinkWebGLRenderin gContext.instance.getBufferParameter_Callback_2_(this, target, pname)); 3058 Object getBufferParameter(int target, int pname) =>
2901 3059 (_blink.BlinkWebGLRenderingContext.instance
3060 .getBufferParameter_Callback_2_(this, target, pname));
3061
2902 @DomName('WebGLRenderingContext.getContextAttributes') 3062 @DomName('WebGLRenderingContext.getContextAttributes')
2903 @DocsEditable() 3063 @DocsEditable()
2904 getContextAttributes() => convertNativeDictionaryToDartDictionary((_blink.Bli nkWebGLRenderingContext.instance.getContextAttributes_Callback_0_(this))); 3064 getContextAttributes() => convertNativeDictionaryToDartDictionary((_blink
2905 3065 .BlinkWebGLRenderingContext.instance
3066 .getContextAttributes_Callback_0_(this)));
3067
2906 @DomName('WebGLRenderingContext.getError') 3068 @DomName('WebGLRenderingContext.getError')
2907 @DocsEditable() 3069 @DocsEditable()
2908 int getError() => _blink.BlinkWebGLRenderingContext.instance.getError_Callback _0_(this); 3070 int getError() =>
2909 3071 _blink.BlinkWebGLRenderingContext.instance.getError_Callback_0_(this);
3072
2910 @DomName('WebGLRenderingContext.getExtension') 3073 @DomName('WebGLRenderingContext.getExtension')
2911 @DocsEditable() 3074 @DocsEditable()
2912 Object getExtension(String name) => (_blink.BlinkWebGLRenderingContext.instanc e.getExtension_Callback_1_(this, name)); 3075 Object getExtension(String name) =>
2913 3076 (_blink.BlinkWebGLRenderingContext.instance
3077 .getExtension_Callback_1_(this, name));
3078
2914 @DomName('WebGLRenderingContext.getFramebufferAttachmentParameter') 3079 @DomName('WebGLRenderingContext.getFramebufferAttachmentParameter')
2915 @DocsEditable() 3080 @DocsEditable()
2916 Object getFramebufferAttachmentParameter(int target, int attachment, int pname ) => (_blink.BlinkWebGLRenderingContext.instance.getFramebufferAttachmentParamet er_Callback_3_(this, target, attachment, pname)); 3081 Object getFramebufferAttachmentParameter(
2917 3082 int target, int attachment, int pname) =>
3083 (_blink.BlinkWebGLRenderingContext.instance
3084 .getFramebufferAttachmentParameter_Callback_3_(
3085 this, target, attachment, pname));
3086
2918 @DomName('WebGLRenderingContext.getParameter') 3087 @DomName('WebGLRenderingContext.getParameter')
2919 @DocsEditable() 3088 @DocsEditable()
2920 Object getParameter(int pname) => (_blink.BlinkWebGLRenderingContext.instance. getParameter_Callback_1_(this, pname)); 3089 Object getParameter(int pname) => (_blink.BlinkWebGLRenderingContext.instance
2921 3090 .getParameter_Callback_1_(this, pname));
3091
2922 @DomName('WebGLRenderingContext.getProgramInfoLog') 3092 @DomName('WebGLRenderingContext.getProgramInfoLog')
2923 @DocsEditable() 3093 @DocsEditable()
2924 String getProgramInfoLog(Program program) => _blink.BlinkWebGLRenderingContext .instance.getProgramInfoLog_Callback_1_(this, program); 3094 String getProgramInfoLog(Program program) =>
2925 3095 _blink.BlinkWebGLRenderingContext.instance
3096 .getProgramInfoLog_Callback_1_(this, program);
3097
2926 @DomName('WebGLRenderingContext.getProgramParameter') 3098 @DomName('WebGLRenderingContext.getProgramParameter')
2927 @DocsEditable() 3099 @DocsEditable()
2928 Object getProgramParameter(Program program, int pname) => (_blink.BlinkWebGLRe nderingContext.instance.getProgramParameter_Callback_2_(this, program, pname)); 3100 Object getProgramParameter(Program program, int pname) =>
2929 3101 (_blink.BlinkWebGLRenderingContext.instance
3102 .getProgramParameter_Callback_2_(this, program, pname));
3103
2930 @DomName('WebGLRenderingContext.getRenderbufferParameter') 3104 @DomName('WebGLRenderingContext.getRenderbufferParameter')
2931 @DocsEditable() 3105 @DocsEditable()
2932 Object getRenderbufferParameter(int target, int pname) => (_blink.BlinkWebGLRe nderingContext.instance.getRenderbufferParameter_Callback_2_(this, target, pname )); 3106 Object getRenderbufferParameter(int target, int pname) =>
2933 3107 (_blink.BlinkWebGLRenderingContext.instance
3108 .getRenderbufferParameter_Callback_2_(this, target, pname));
3109
2934 @DomName('WebGLRenderingContext.getShaderInfoLog') 3110 @DomName('WebGLRenderingContext.getShaderInfoLog')
2935 @DocsEditable() 3111 @DocsEditable()
2936 String getShaderInfoLog(Shader shader) => _blink.BlinkWebGLRenderingContext.in stance.getShaderInfoLog_Callback_1_(this, shader); 3112 String getShaderInfoLog(Shader shader) =>
2937 3113 _blink.BlinkWebGLRenderingContext.instance
3114 .getShaderInfoLog_Callback_1_(this, shader);
3115
2938 @DomName('WebGLRenderingContext.getShaderParameter') 3116 @DomName('WebGLRenderingContext.getShaderParameter')
2939 @DocsEditable() 3117 @DocsEditable()
2940 Object getShaderParameter(Shader shader, int pname) => (_blink.BlinkWebGLRende ringContext.instance.getShaderParameter_Callback_2_(this, shader, pname)); 3118 Object getShaderParameter(Shader shader, int pname) =>
2941 3119 (_blink.BlinkWebGLRenderingContext.instance
3120 .getShaderParameter_Callback_2_(this, shader, pname));
3121
2942 @DomName('WebGLRenderingContext.getShaderPrecisionFormat') 3122 @DomName('WebGLRenderingContext.getShaderPrecisionFormat')
2943 @DocsEditable() 3123 @DocsEditable()
2944 ShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precisionty pe) => _blink.BlinkWebGLRenderingContext.instance.getShaderPrecisionFormat_Callb ack_2_(this, shadertype, precisiontype); 3124 ShaderPrecisionFormat getShaderPrecisionFormat(
2945 3125 int shadertype, int precisiontype) =>
3126 _blink.BlinkWebGLRenderingContext.instance
3127 .getShaderPrecisionFormat_Callback_2_(
3128 this, shadertype, precisiontype);
3129
2946 @DomName('WebGLRenderingContext.getShaderSource') 3130 @DomName('WebGLRenderingContext.getShaderSource')
2947 @DocsEditable() 3131 @DocsEditable()
2948 String getShaderSource(Shader shader) => _blink.BlinkWebGLRenderingContext.ins tance.getShaderSource_Callback_1_(this, shader); 3132 String getShaderSource(Shader shader) =>
2949 3133 _blink.BlinkWebGLRenderingContext.instance
3134 .getShaderSource_Callback_1_(this, shader);
3135
2950 @DomName('WebGLRenderingContext.getSupportedExtensions') 3136 @DomName('WebGLRenderingContext.getSupportedExtensions')
2951 @DocsEditable() 3137 @DocsEditable()
2952 List<String> getSupportedExtensions() => _blink.BlinkWebGLRenderingContext.ins tance.getSupportedExtensions_Callback_0_(this); 3138 List<String> getSupportedExtensions() =>
2953 3139 _blink.BlinkWebGLRenderingContext.instance
3140 .getSupportedExtensions_Callback_0_(this);
3141
2954 @DomName('WebGLRenderingContext.getTexParameter') 3142 @DomName('WebGLRenderingContext.getTexParameter')
2955 @DocsEditable() 3143 @DocsEditable()
2956 Object getTexParameter(int target, int pname) => (_blink.BlinkWebGLRenderingCo ntext.instance.getTexParameter_Callback_2_(this, target, pname)); 3144 Object getTexParameter(int target, int pname) =>
2957 3145 (_blink.BlinkWebGLRenderingContext.instance
3146 .getTexParameter_Callback_2_(this, target, pname));
3147
2958 @DomName('WebGLRenderingContext.getUniform') 3148 @DomName('WebGLRenderingContext.getUniform')
2959 @DocsEditable() 3149 @DocsEditable()
2960 Object getUniform(Program program, UniformLocation location) => (_blink.BlinkW ebGLRenderingContext.instance.getUniform_Callback_2_(this, program, location)); 3150 Object getUniform(Program program, UniformLocation location) =>
2961 3151 (_blink.BlinkWebGLRenderingContext.instance
3152 .getUniform_Callback_2_(this, program, location));
3153
2962 @DomName('WebGLRenderingContext.getUniformLocation') 3154 @DomName('WebGLRenderingContext.getUniformLocation')
2963 @DocsEditable() 3155 @DocsEditable()
2964 UniformLocation getUniformLocation(Program program, String name) => _blink.Bli nkWebGLRenderingContext.instance.getUniformLocation_Callback_2_(this, program, n ame); 3156 UniformLocation getUniformLocation(Program program, String name) =>
2965 3157 _blink.BlinkWebGLRenderingContext.instance
3158 .getUniformLocation_Callback_2_(this, program, name);
3159
2966 @DomName('WebGLRenderingContext.getVertexAttrib') 3160 @DomName('WebGLRenderingContext.getVertexAttrib')
2967 @DocsEditable() 3161 @DocsEditable()
2968 Object getVertexAttrib(int index, int pname) => (_blink.BlinkWebGLRenderingCon text.instance.getVertexAttrib_Callback_2_(this, index, pname)); 3162 Object getVertexAttrib(int index, int pname) =>
2969 3163 (_blink.BlinkWebGLRenderingContext.instance
3164 .getVertexAttrib_Callback_2_(this, index, pname));
3165
2970 @DomName('WebGLRenderingContext.getVertexAttribOffset') 3166 @DomName('WebGLRenderingContext.getVertexAttribOffset')
2971 @DocsEditable() 3167 @DocsEditable()
2972 int getVertexAttribOffset(int index, int pname) => _blink.BlinkWebGLRenderingC ontext.instance.getVertexAttribOffset_Callback_2_(this, index, pname); 3168 int getVertexAttribOffset(int index, int pname) =>
2973 3169 _blink.BlinkWebGLRenderingContext.instance
3170 .getVertexAttribOffset_Callback_2_(this, index, pname);
3171
2974 @DomName('WebGLRenderingContext.hint') 3172 @DomName('WebGLRenderingContext.hint')
2975 @DocsEditable() 3173 @DocsEditable()
2976 void hint(int target, int mode) => _blink.BlinkWebGLRenderingContext.instance. hint_Callback_2_(this, target, mode); 3174 void hint(int target, int mode) => _blink.BlinkWebGLRenderingContext.instance
2977 3175 .hint_Callback_2_(this, target, mode);
3176
2978 @DomName('WebGLRenderingContext.isBuffer') 3177 @DomName('WebGLRenderingContext.isBuffer')
2979 @DocsEditable() 3178 @DocsEditable()
2980 bool isBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.instance.isB uffer_Callback_1_(this, buffer); 3179 bool isBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.instance
2981 3180 .isBuffer_Callback_1_(this, buffer);
3181
2982 @DomName('WebGLRenderingContext.isContextLost') 3182 @DomName('WebGLRenderingContext.isContextLost')
2983 @DocsEditable() 3183 @DocsEditable()
2984 bool isContextLost() => _blink.BlinkWebGLRenderingContext.instance.isContextLo st_Callback_0_(this); 3184 bool isContextLost() => _blink.BlinkWebGLRenderingContext.instance
2985 3185 .isContextLost_Callback_0_(this);
3186
2986 @DomName('WebGLRenderingContext.isEnabled') 3187 @DomName('WebGLRenderingContext.isEnabled')
2987 @DocsEditable() 3188 @DocsEditable()
2988 bool isEnabled(int cap) => _blink.BlinkWebGLRenderingContext.instance.isEnable d_Callback_1_(this, cap); 3189 bool isEnabled(int cap) => _blink.BlinkWebGLRenderingContext.instance
2989 3190 .isEnabled_Callback_1_(this, cap);
3191
2990 @DomName('WebGLRenderingContext.isFramebuffer') 3192 @DomName('WebGLRenderingContext.isFramebuffer')
2991 @DocsEditable() 3193 @DocsEditable()
2992 bool isFramebuffer(Framebuffer framebuffer) => _blink.BlinkWebGLRenderingConte xt.instance.isFramebuffer_Callback_1_(this, framebuffer); 3194 bool isFramebuffer(Framebuffer framebuffer) =>
2993 3195 _blink.BlinkWebGLRenderingContext.instance
3196 .isFramebuffer_Callback_1_(this, framebuffer);
3197
2994 @DomName('WebGLRenderingContext.isProgram') 3198 @DomName('WebGLRenderingContext.isProgram')
2995 @DocsEditable() 3199 @DocsEditable()
2996 bool isProgram(Program program) => _blink.BlinkWebGLRenderingContext.instance. isProgram_Callback_1_(this, program); 3200 bool isProgram(Program program) => _blink.BlinkWebGLRenderingContext.instance
2997 3201 .isProgram_Callback_1_(this, program);
3202
2998 @DomName('WebGLRenderingContext.isRenderbuffer') 3203 @DomName('WebGLRenderingContext.isRenderbuffer')
2999 @DocsEditable() 3204 @DocsEditable()
3000 bool isRenderbuffer(Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingCo ntext.instance.isRenderbuffer_Callback_1_(this, renderbuffer); 3205 bool isRenderbuffer(Renderbuffer renderbuffer) =>
3001 3206 _blink.BlinkWebGLRenderingContext.instance
3207 .isRenderbuffer_Callback_1_(this, renderbuffer);
3208
3002 @DomName('WebGLRenderingContext.isShader') 3209 @DomName('WebGLRenderingContext.isShader')
3003 @DocsEditable() 3210 @DocsEditable()
3004 bool isShader(Shader shader) => _blink.BlinkWebGLRenderingContext.instance.isS hader_Callback_1_(this, shader); 3211 bool isShader(Shader shader) => _blink.BlinkWebGLRenderingContext.instance
3005 3212 .isShader_Callback_1_(this, shader);
3213
3006 @DomName('WebGLRenderingContext.isTexture') 3214 @DomName('WebGLRenderingContext.isTexture')
3007 @DocsEditable() 3215 @DocsEditable()
3008 bool isTexture(Texture texture) => _blink.BlinkWebGLRenderingContext.instance. isTexture_Callback_1_(this, texture); 3216 bool isTexture(Texture texture) => _blink.BlinkWebGLRenderingContext.instance
3009 3217 .isTexture_Callback_1_(this, texture);
3218
3010 @DomName('WebGLRenderingContext.lineWidth') 3219 @DomName('WebGLRenderingContext.lineWidth')
3011 @DocsEditable() 3220 @DocsEditable()
3012 void lineWidth(num width) => _blink.BlinkWebGLRenderingContext.instance.lineWi dth_Callback_1_(this, width); 3221 void lineWidth(num width) => _blink.BlinkWebGLRenderingContext.instance
3013 3222 .lineWidth_Callback_1_(this, width);
3223
3014 @DomName('WebGLRenderingContext.linkProgram') 3224 @DomName('WebGLRenderingContext.linkProgram')
3015 @DocsEditable() 3225 @DocsEditable()
3016 void linkProgram(Program program) => _blink.BlinkWebGLRenderingContext.instanc e.linkProgram_Callback_1_(this, program); 3226 void linkProgram(Program program) =>
3017 3227 _blink.BlinkWebGLRenderingContext.instance
3228 .linkProgram_Callback_1_(this, program);
3229
3018 @DomName('WebGLRenderingContext.pixelStorei') 3230 @DomName('WebGLRenderingContext.pixelStorei')
3019 @DocsEditable() 3231 @DocsEditable()
3020 void pixelStorei(int pname, int param) => _blink.BlinkWebGLRenderingContext.in stance.pixelStorei_Callback_2_(this, pname, param); 3232 void pixelStorei(int pname, int param) =>
3021 3233 _blink.BlinkWebGLRenderingContext.instance
3234 .pixelStorei_Callback_2_(this, pname, param);
3235
3022 @DomName('WebGLRenderingContext.polygonOffset') 3236 @DomName('WebGLRenderingContext.polygonOffset')
3023 @DocsEditable() 3237 @DocsEditable()
3024 void polygonOffset(num factor, num units) => _blink.BlinkWebGLRenderingContext .instance.polygonOffset_Callback_2_(this, factor, units); 3238 void polygonOffset(num factor, num units) =>
3025 3239 _blink.BlinkWebGLRenderingContext.instance
3240 .polygonOffset_Callback_2_(this, factor, units);
3241
3026 @DomName('WebGLRenderingContext.readPixels') 3242 @DomName('WebGLRenderingContext.readPixels')
3027 @DocsEditable() 3243 @DocsEditable()
3028 void readPixels(int x, int y, int width, int height, int format, int type, Typ edData pixels) => _blink.BlinkWebGLRenderingContext.instance.readPixels_Callback _7_(this, x, y, width, height, format, type, pixels); 3244 void readPixels(int x, int y, int width, int height, int format, int type,
3029 3245 TypedData pixels) =>
3246 _blink.BlinkWebGLRenderingContext.instance.readPixels_Callback_7_(
3247 this, x, y, width, height, format, type, pixels);
3248
3030 @DomName('WebGLRenderingContext.renderbufferStorage') 3249 @DomName('WebGLRenderingContext.renderbufferStorage')
3031 @DocsEditable() 3250 @DocsEditable()
3032 void renderbufferStorage(int target, int internalformat, int width, int height ) => _blink.BlinkWebGLRenderingContext.instance.renderbufferStorage_Callback_4_( this, target, internalformat, width, height); 3251 void renderbufferStorage(
3033 3252 int target, int internalformat, int width, int height) =>
3253 _blink.BlinkWebGLRenderingContext.instance
3254 .renderbufferStorage_Callback_4_(
3255 this, target, internalformat, width, height);
3256
3034 @DomName('WebGLRenderingContext.sampleCoverage') 3257 @DomName('WebGLRenderingContext.sampleCoverage')
3035 @DocsEditable() 3258 @DocsEditable()
3036 void sampleCoverage(num value, bool invert) => _blink.BlinkWebGLRenderingConte xt.instance.sampleCoverage_Callback_2_(this, value, invert); 3259 void sampleCoverage(num value, bool invert) =>
3037 3260 _blink.BlinkWebGLRenderingContext.instance
3261 .sampleCoverage_Callback_2_(this, value, invert);
3262
3038 @DomName('WebGLRenderingContext.scissor') 3263 @DomName('WebGLRenderingContext.scissor')
3039 @DocsEditable() 3264 @DocsEditable()
3040 void scissor(int x, int y, int width, int height) => _blink.BlinkWebGLRenderin gContext.instance.scissor_Callback_4_(this, x, y, width, height); 3265 void scissor(int x, int y, int width, int height) =>
3041 3266 _blink.BlinkWebGLRenderingContext.instance
3267 .scissor_Callback_4_(this, x, y, width, height);
3268
3042 @DomName('WebGLRenderingContext.shaderSource') 3269 @DomName('WebGLRenderingContext.shaderSource')
3043 @DocsEditable() 3270 @DocsEditable()
3044 void shaderSource(Shader shader, String string) => _blink.BlinkWebGLRenderingC ontext.instance.shaderSource_Callback_2_(this, shader, string); 3271 void shaderSource(Shader shader, String string) =>
3045 3272 _blink.BlinkWebGLRenderingContext.instance
3273 .shaderSource_Callback_2_(this, shader, string);
3274
3046 @DomName('WebGLRenderingContext.stencilFunc') 3275 @DomName('WebGLRenderingContext.stencilFunc')
3047 @DocsEditable() 3276 @DocsEditable()
3048 void stencilFunc(int func, int ref, int mask) => _blink.BlinkWebGLRenderingCon text.instance.stencilFunc_Callback_3_(this, func, ref, mask); 3277 void stencilFunc(int func, int ref, int mask) =>
3049 3278 _blink.BlinkWebGLRenderingContext.instance
3279 .stencilFunc_Callback_3_(this, func, ref, mask);
3280
3050 @DomName('WebGLRenderingContext.stencilFuncSeparate') 3281 @DomName('WebGLRenderingContext.stencilFuncSeparate')
3051 @DocsEditable() 3282 @DocsEditable()
3052 void stencilFuncSeparate(int face, int func, int ref, int mask) => _blink.Blin kWebGLRenderingContext.instance.stencilFuncSeparate_Callback_4_(this, face, func , ref, mask); 3283 void stencilFuncSeparate(int face, int func, int ref, int mask) =>
3053 3284 _blink.BlinkWebGLRenderingContext.instance
3285 .stencilFuncSeparate_Callback_4_(this, face, func, ref, mask);
3286
3054 @DomName('WebGLRenderingContext.stencilMask') 3287 @DomName('WebGLRenderingContext.stencilMask')
3055 @DocsEditable() 3288 @DocsEditable()
3056 void stencilMask(int mask) => _blink.BlinkWebGLRenderingContext.instance.stenc ilMask_Callback_1_(this, mask); 3289 void stencilMask(int mask) => _blink.BlinkWebGLRenderingContext.instance
3057 3290 .stencilMask_Callback_1_(this, mask);
3291
3058 @DomName('WebGLRenderingContext.stencilMaskSeparate') 3292 @DomName('WebGLRenderingContext.stencilMaskSeparate')
3059 @DocsEditable() 3293 @DocsEditable()
3060 void stencilMaskSeparate(int face, int mask) => _blink.BlinkWebGLRenderingCont ext.instance.stencilMaskSeparate_Callback_2_(this, face, mask); 3294 void stencilMaskSeparate(int face, int mask) =>
3061 3295 _blink.BlinkWebGLRenderingContext.instance
3296 .stencilMaskSeparate_Callback_2_(this, face, mask);
3297
3062 @DomName('WebGLRenderingContext.stencilOp') 3298 @DomName('WebGLRenderingContext.stencilOp')
3063 @DocsEditable() 3299 @DocsEditable()
3064 void stencilOp(int fail, int zfail, int zpass) => _blink.BlinkWebGLRenderingCo ntext.instance.stencilOp_Callback_3_(this, fail, zfail, zpass); 3300 void stencilOp(int fail, int zfail, int zpass) =>
3065 3301 _blink.BlinkWebGLRenderingContext.instance
3302 .stencilOp_Callback_3_(this, fail, zfail, zpass);
3303
3066 @DomName('WebGLRenderingContext.stencilOpSeparate') 3304 @DomName('WebGLRenderingContext.stencilOpSeparate')
3067 @DocsEditable() 3305 @DocsEditable()
3068 void stencilOpSeparate(int face, int fail, int zfail, int zpass) => _blink.Bli nkWebGLRenderingContext.instance.stencilOpSeparate_Callback_4_(this, face, fail, zfail, zpass); 3306 void stencilOpSeparate(int face, int fail, int zfail, int zpass) =>
3069 3307 _blink.BlinkWebGLRenderingContext.instance
3070 void texImage2D(int target, int level, int internalformat, int format_OR_width , int height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, [int format, int type, TypedData pixels]) { 3308 .stencilOpSeparate_Callback_4_(this, face, fail, zfail, zpass);
3071 if ((pixels is TypedData || pixels == null) && (type is int) && (format is i nt) && (border_OR_canvas_OR_image_OR_pixels_OR_video is int) && (height_OR_type is int) && (format_OR_width is int) && (internalformat is int) && (level is int) && (target is int)) { 3309
3072 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_9_(this, ta rget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_O R_image_OR_pixels_OR_video, format, type, pixels); 3310 void texImage2D(
3311 int target,
3312 int level,
3313 int internalformat,
3314 int format_OR_width,
3315 int height_OR_type,
3316 border_OR_canvas_OR_image_OR_pixels_OR_video,
3317 [int format,
3318 int type,
3319 TypedData pixels]) {
3320 if ((pixels is TypedData || pixels == null) &&
3321 (type is int) &&
3322 (format is int) &&
3323 (border_OR_canvas_OR_image_OR_pixels_OR_video is int) &&
3324 (height_OR_type is int) &&
3325 (format_OR_width is int) &&
3326 (internalformat is int) &&
3327 (level is int) &&
3328 (target is int)) {
3329 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_9_(
3330 this,
3331 target,
3332 level,
3333 internalformat,
3334 format_OR_width,
3335 height_OR_type,
3336 border_OR_canvas_OR_image_OR_pixels_OR_video,
3337 format,
3338 type,
3339 pixels);
3073 return; 3340 return;
3074 } 3341 }
3075 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageData || border_OR_ canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int) && (forma t_OR_width is int) && (internalformat is int) && (level is int) && (target is in t) && format == null && type == null && pixels == null) { 3342 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageData ||
3076 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_6_(this, ta rget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_O R_image_OR_pixels_OR_video); 3343 border_OR_canvas_OR_image_OR_pixels_OR_video == null) &&
3344 (height_OR_type is int) &&
3345 (format_OR_width is int) &&
3346 (internalformat is int) &&
3347 (level is int) &&
3348 (target is int) &&
3349 format == null &&
3350 type == null &&
3351 pixels == null) {
3352 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_6_(
3353 this,
3354 target,
3355 level,
3356 internalformat,
3357 format_OR_width,
3358 height_OR_type,
3359 border_OR_canvas_OR_image_OR_pixels_OR_video);
3077 return; 3360 return;
3078 } 3361 }
3079 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageElement) && (heigh t_OR_type is int) && (format_OR_width is int) && (internalformat is int) && (lev el is int) && (target is int) && format == null && type == null && pixels == nul l) { 3362 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageElement) &&
3080 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_6_(this, ta rget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_O R_image_OR_pixels_OR_video); 3363 (height_OR_type is int) &&
3364 (format_OR_width is int) &&
3365 (internalformat is int) &&
3366 (level is int) &&
3367 (target is int) &&
3368 format == null &&
3369 type == null &&
3370 pixels == null) {
3371 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_6_(
3372 this,
3373 target,
3374 level,
3375 internalformat,
3376 format_OR_width,
3377 height_OR_type,
3378 border_OR_canvas_OR_image_OR_pixels_OR_video);
3081 return; 3379 return;
3082 } 3380 }
3083 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is CanvasElement) && (heig ht_OR_type is int) && (format_OR_width is int) && (internalformat is int) && (le vel is int) && (target is int) && format == null && type == null && pixels == nu ll) { 3381 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is CanvasElement) &&
3084 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_6_(this, ta rget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_O R_image_OR_pixels_OR_video); 3382 (height_OR_type is int) &&
3383 (format_OR_width is int) &&
3384 (internalformat is int) &&
3385 (level is int) &&
3386 (target is int) &&
3387 format == null &&
3388 type == null &&
3389 pixels == null) {
3390 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_6_(
3391 this,
3392 target,
3393 level,
3394 internalformat,
3395 format_OR_width,
3396 height_OR_type,
3397 border_OR_canvas_OR_image_OR_pixels_OR_video);
3085 return; 3398 return;
3086 } 3399 }
3087 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is VideoElement) && (heigh t_OR_type is int) && (format_OR_width is int) && (internalformat is int) && (lev el is int) && (target is int) && format == null && type == null && pixels == nul l) { 3400 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is VideoElement) &&
3088 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_6_(this, ta rget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_O R_image_OR_pixels_OR_video); 3401 (height_OR_type is int) &&
3402 (format_OR_width is int) &&
3403 (internalformat is int) &&
3404 (level is int) &&
3405 (target is int) &&
3406 format == null &&
3407 type == null &&
3408 pixels == null) {
3409 _blink.BlinkWebGLRenderingContext.instance.texImage2D_Callback_6_(
3410 this,
3411 target,
3412 level,
3413 internalformat,
3414 format_OR_width,
3415 height_OR_type,
3416 border_OR_canvas_OR_image_OR_pixels_OR_video);
3089 return; 3417 return;
3090 } 3418 }
3091 throw new ArgumentError("Incorrect number or type of arguments"); 3419 throw new ArgumentError("Incorrect number or type of arguments");
3092 } 3420 }
3093 3421
3094 @DomName('WebGLRenderingContext.texParameterf') 3422 @DomName('WebGLRenderingContext.texParameterf')
3095 @DocsEditable() 3423 @DocsEditable()
3096 void texParameterf(int target, int pname, num param) => _blink.BlinkWebGLRende ringContext.instance.texParameterf_Callback_3_(this, target, pname, param); 3424 void texParameterf(int target, int pname, num param) =>
3097 3425 _blink.BlinkWebGLRenderingContext.instance
3426 .texParameterf_Callback_3_(this, target, pname, param);
3427
3098 @DomName('WebGLRenderingContext.texParameteri') 3428 @DomName('WebGLRenderingContext.texParameteri')
3099 @DocsEditable() 3429 @DocsEditable()
3100 void texParameteri(int target, int pname, int param) => _blink.BlinkWebGLRende ringContext.instance.texParameteri_Callback_3_(this, target, pname, param); 3430 void texParameteri(int target, int pname, int param) =>
3101 3431 _blink.BlinkWebGLRenderingContext.instance
3102 void texSubImage2D(int target, int level, int xoffset, int yoffset, int format _OR_width, int height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, [in t type, TypedData pixels]) { 3432 .texParameteri_Callback_3_(this, target, pname, param);
3103 if ((pixels is TypedData || pixels == null) && (type is int) && (canvas_OR_f ormat_OR_image_OR_pixels_OR_video is int) && (height_OR_type is int) && (format_ OR_width is int) && (yoffset is int) && (xoffset is int) && (level is int) && (t arget is int)) { 3433
3104 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_9_(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_for mat_OR_image_OR_pixels_OR_video, type, pixels); 3434 void texSubImage2D(
3435 int target,
3436 int level,
3437 int xoffset,
3438 int yoffset,
3439 int format_OR_width,
3440 int height_OR_type,
3441 canvas_OR_format_OR_image_OR_pixels_OR_video,
3442 [int type,
3443 TypedData pixels]) {
3444 if ((pixels is TypedData || pixels == null) &&
3445 (type is int) &&
3446 (canvas_OR_format_OR_image_OR_pixels_OR_video is int) &&
3447 (height_OR_type is int) &&
3448 (format_OR_width is int) &&
3449 (yoffset is int) &&
3450 (xoffset is int) &&
3451 (level is int) &&
3452 (target is int)) {
3453 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_9_(
3454 this,
3455 target,
3456 level,
3457 xoffset,
3458 yoffset,
3459 format_OR_width,
3460 height_OR_type,
3461 canvas_OR_format_OR_image_OR_pixels_OR_video,
3462 type,
3463 pixels);
3105 return; 3464 return;
3106 } 3465 }
3107 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageData || canvas_OR_ format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int) && (forma t_OR_width is int) && (yoffset is int) && (xoffset is int) && (level is int) && (target is int) && type == null && pixels == null) { 3466 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageData ||
3108 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_7_(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_for mat_OR_image_OR_pixels_OR_video); 3467 canvas_OR_format_OR_image_OR_pixels_OR_video == null) &&
3468 (height_OR_type is int) &&
3469 (format_OR_width is int) &&
3470 (yoffset is int) &&
3471 (xoffset is int) &&
3472 (level is int) &&
3473 (target is int) &&
3474 type == null &&
3475 pixels == null) {
3476 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_7_(
3477 this,
3478 target,
3479 level,
3480 xoffset,
3481 yoffset,
3482 format_OR_width,
3483 height_OR_type,
3484 canvas_OR_format_OR_image_OR_pixels_OR_video);
3109 return; 3485 return;
3110 } 3486 }
3111 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageElement) && (heigh t_OR_type is int) && (format_OR_width is int) && (yoffset is int) && (xoffset is int) && (level is int) && (target is int) && type == null && pixels == null) { 3487 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageElement) &&
3112 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_7_(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_for mat_OR_image_OR_pixels_OR_video); 3488 (height_OR_type is int) &&
3489 (format_OR_width is int) &&
3490 (yoffset is int) &&
3491 (xoffset is int) &&
3492 (level is int) &&
3493 (target is int) &&
3494 type == null &&
3495 pixels == null) {
3496 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_7_(
3497 this,
3498 target,
3499 level,
3500 xoffset,
3501 yoffset,
3502 format_OR_width,
3503 height_OR_type,
3504 canvas_OR_format_OR_image_OR_pixels_OR_video);
3113 return; 3505 return;
3114 } 3506 }
3115 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is CanvasElement) && (heig ht_OR_type is int) && (format_OR_width is int) && (yoffset is int) && (xoffset i s int) && (level is int) && (target is int) && type == null && pixels == null) { 3507 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is CanvasElement) &&
3116 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_7_(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_for mat_OR_image_OR_pixels_OR_video); 3508 (height_OR_type is int) &&
3509 (format_OR_width is int) &&
3510 (yoffset is int) &&
3511 (xoffset is int) &&
3512 (level is int) &&
3513 (target is int) &&
3514 type == null &&
3515 pixels == null) {
3516 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_7_(
3517 this,
3518 target,
3519 level,
3520 xoffset,
3521 yoffset,
3522 format_OR_width,
3523 height_OR_type,
3524 canvas_OR_format_OR_image_OR_pixels_OR_video);
3117 return; 3525 return;
3118 } 3526 }
3119 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is VideoElement) && (heigh t_OR_type is int) && (format_OR_width is int) && (yoffset is int) && (xoffset is int) && (level is int) && (target is int) && type == null && pixels == null) { 3527 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is VideoElement) &&
3120 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_7_(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_for mat_OR_image_OR_pixels_OR_video); 3528 (height_OR_type is int) &&
3529 (format_OR_width is int) &&
3530 (yoffset is int) &&
3531 (xoffset is int) &&
3532 (level is int) &&
3533 (target is int) &&
3534 type == null &&
3535 pixels == null) {
3536 _blink.BlinkWebGLRenderingContext.instance.texSubImage2D_Callback_7_(
3537 this,
3538 target,
3539 level,
3540 xoffset,
3541 yoffset,
3542 format_OR_width,
3543 height_OR_type,
3544 canvas_OR_format_OR_image_OR_pixels_OR_video);
3121 return; 3545 return;
3122 } 3546 }
3123 throw new ArgumentError("Incorrect number or type of arguments"); 3547 throw new ArgumentError("Incorrect number or type of arguments");
3124 } 3548 }
3125 3549
3126 @DomName('WebGLRenderingContext.uniform1f') 3550 @DomName('WebGLRenderingContext.uniform1f')
3127 @DocsEditable() 3551 @DocsEditable()
3128 void uniform1f(UniformLocation location, num x) => _blink.BlinkWebGLRenderingC ontext.instance.uniform1f_Callback_2_(this, location, x); 3552 void uniform1f(UniformLocation location, num x) =>
3129 3553 _blink.BlinkWebGLRenderingContext.instance
3554 .uniform1f_Callback_2_(this, location, x);
3555
3130 void uniform1fv(UniformLocation location, v) { 3556 void uniform1fv(UniformLocation location, v) {
3131 if ((v is Float32List) && (location is UniformLocation || location == null)) { 3557 if ((v is Float32List) &&
3132 _blink.BlinkWebGLRenderingContext.instance.uniform1fv_Callback_2_(this, lo cation, v); 3558 (location is UniformLocation || location == null)) {
3559 _blink.BlinkWebGLRenderingContext.instance
3560 .uniform1fv_Callback_2_(this, location, v);
3133 return; 3561 return;
3134 } 3562 }
3135 if ((v is List<num>) && (location is UniformLocation || location == null)) { 3563 if ((v is List<num>) && (location is UniformLocation || location == null)) {
3136 _blink.BlinkWebGLRenderingContext.instance.uniform1fv_Callback_2_(this, lo cation, v); 3564 _blink.BlinkWebGLRenderingContext.instance
3565 .uniform1fv_Callback_2_(this, location, v);
3137 return; 3566 return;
3138 } 3567 }
3139 throw new ArgumentError("Incorrect number or type of arguments"); 3568 throw new ArgumentError("Incorrect number or type of arguments");
3140 } 3569 }
3141 3570
3142 @DomName('WebGLRenderingContext.uniform1i') 3571 @DomName('WebGLRenderingContext.uniform1i')
3143 @DocsEditable() 3572 @DocsEditable()
3144 void uniform1i(UniformLocation location, int x) => _blink.BlinkWebGLRenderingC ontext.instance.uniform1i_Callback_2_(this, location, x); 3573 void uniform1i(UniformLocation location, int x) =>
3145 3574 _blink.BlinkWebGLRenderingContext.instance
3575 .uniform1i_Callback_2_(this, location, x);
3576
3146 void uniform1iv(UniformLocation location, v) { 3577 void uniform1iv(UniformLocation location, v) {
3147 if ((v is Int32List) && (location is UniformLocation || location == null)) { 3578 if ((v is Int32List) && (location is UniformLocation || location == null)) {
3148 _blink.BlinkWebGLRenderingContext.instance.uniform1iv_Callback_2_(this, lo cation, v); 3579 _blink.BlinkWebGLRenderingContext.instance
3580 .uniform1iv_Callback_2_(this, location, v);
3149 return; 3581 return;
3150 } 3582 }
3151 if ((v is List<int>) && (location is UniformLocation || location == null)) { 3583 if ((v is List<int>) && (location is UniformLocation || location == null)) {
3152 _blink.BlinkWebGLRenderingContext.instance.uniform1iv_Callback_2_(this, lo cation, v); 3584 _blink.BlinkWebGLRenderingContext.instance
3585 .uniform1iv_Callback_2_(this, location, v);
3153 return; 3586 return;
3154 } 3587 }
3155 throw new ArgumentError("Incorrect number or type of arguments"); 3588 throw new ArgumentError("Incorrect number or type of arguments");
3156 } 3589 }
3157 3590
3158 @DomName('WebGLRenderingContext.uniform2f') 3591 @DomName('WebGLRenderingContext.uniform2f')
3159 @DocsEditable() 3592 @DocsEditable()
3160 void uniform2f(UniformLocation location, num x, num y) => _blink.BlinkWebGLRen deringContext.instance.uniform2f_Callback_3_(this, location, x, y); 3593 void uniform2f(UniformLocation location, num x, num y) =>
3161 3594 _blink.BlinkWebGLRenderingContext.instance
3595 .uniform2f_Callback_3_(this, location, x, y);
3596
3162 void uniform2fv(UniformLocation location, v) { 3597 void uniform2fv(UniformLocation location, v) {
3163 if ((v is Float32List) && (location is UniformLocation || location == null)) { 3598 if ((v is Float32List) &&
3164 _blink.BlinkWebGLRenderingContext.instance.uniform2fv_Callback_2_(this, lo cation, v); 3599 (location is UniformLocation || location == null)) {
3600 _blink.BlinkWebGLRenderingContext.instance
3601 .uniform2fv_Callback_2_(this, location, v);
3165 return; 3602 return;
3166 } 3603 }
3167 if ((v is List<num>) && (location is UniformLocation || location == null)) { 3604 if ((v is List<num>) && (location is UniformLocation || location == null)) {
3168 _blink.BlinkWebGLRenderingContext.instance.uniform2fv_Callback_2_(this, lo cation, v); 3605 _blink.BlinkWebGLRenderingContext.instance
3606 .uniform2fv_Callback_2_(this, location, v);
3169 return; 3607 return;
3170 } 3608 }
3171 throw new ArgumentError("Incorrect number or type of arguments"); 3609 throw new ArgumentError("Incorrect number or type of arguments");
3172 } 3610 }
3173 3611
3174 @DomName('WebGLRenderingContext.uniform2i') 3612 @DomName('WebGLRenderingContext.uniform2i')
3175 @DocsEditable() 3613 @DocsEditable()
3176 void uniform2i(UniformLocation location, int x, int y) => _blink.BlinkWebGLRen deringContext.instance.uniform2i_Callback_3_(this, location, x, y); 3614 void uniform2i(UniformLocation location, int x, int y) =>
3177 3615 _blink.BlinkWebGLRenderingContext.instance
3616 .uniform2i_Callback_3_(this, location, x, y);
3617
3178 void uniform2iv(UniformLocation location, v) { 3618 void uniform2iv(UniformLocation location, v) {
3179 if ((v is Int32List) && (location is UniformLocation || location == null)) { 3619 if ((v is Int32List) && (location is UniformLocation || location == null)) {
3180 _blink.BlinkWebGLRenderingContext.instance.uniform2iv_Callback_2_(this, lo cation, v); 3620 _blink.BlinkWebGLRenderingContext.instance
3621 .uniform2iv_Callback_2_(this, location, v);
3181 return; 3622 return;
3182 } 3623 }
3183 if ((v is List<int>) && (location is UniformLocation || location == null)) { 3624 if ((v is List<int>) && (location is UniformLocation || location == null)) {
3184 _blink.BlinkWebGLRenderingContext.instance.uniform2iv_Callback_2_(this, lo cation, v); 3625 _blink.BlinkWebGLRenderingContext.instance
3626 .uniform2iv_Callback_2_(this, location, v);
3185 return; 3627 return;
3186 } 3628 }
3187 throw new ArgumentError("Incorrect number or type of arguments"); 3629 throw new ArgumentError("Incorrect number or type of arguments");
3188 } 3630 }
3189 3631
3190 @DomName('WebGLRenderingContext.uniform3f') 3632 @DomName('WebGLRenderingContext.uniform3f')
3191 @DocsEditable() 3633 @DocsEditable()
3192 void uniform3f(UniformLocation location, num x, num y, num z) => _blink.BlinkW ebGLRenderingContext.instance.uniform3f_Callback_4_(this, location, x, y, z); 3634 void uniform3f(UniformLocation location, num x, num y, num z) =>
3193 3635 _blink.BlinkWebGLRenderingContext.instance
3636 .uniform3f_Callback_4_(this, location, x, y, z);
3637
3194 void uniform3fv(UniformLocation location, v) { 3638 void uniform3fv(UniformLocation location, v) {
3195 if ((v is Float32List) && (location is UniformLocation || location == null)) { 3639 if ((v is Float32List) &&
3196 _blink.BlinkWebGLRenderingContext.instance.uniform3fv_Callback_2_(this, lo cation, v); 3640 (location is UniformLocation || location == null)) {
3641 _blink.BlinkWebGLRenderingContext.instance
3642 .uniform3fv_Callback_2_(this, location, v);
3197 return; 3643 return;
3198 } 3644 }
3199 if ((v is List<num>) && (location is UniformLocation || location == null)) { 3645 if ((v is List<num>) && (location is UniformLocation || location == null)) {
3200 _blink.BlinkWebGLRenderingContext.instance.uniform3fv_Callback_2_(this, lo cation, v); 3646 _blink.BlinkWebGLRenderingContext.instance
3647 .uniform3fv_Callback_2_(this, location, v);
3201 return; 3648 return;
3202 } 3649 }
3203 throw new ArgumentError("Incorrect number or type of arguments"); 3650 throw new ArgumentError("Incorrect number or type of arguments");
3204 } 3651 }
3205 3652
3206 @DomName('WebGLRenderingContext.uniform3i') 3653 @DomName('WebGLRenderingContext.uniform3i')
3207 @DocsEditable() 3654 @DocsEditable()
3208 void uniform3i(UniformLocation location, int x, int y, int z) => _blink.BlinkW ebGLRenderingContext.instance.uniform3i_Callback_4_(this, location, x, y, z); 3655 void uniform3i(UniformLocation location, int x, int y, int z) =>
3209 3656 _blink.BlinkWebGLRenderingContext.instance
3657 .uniform3i_Callback_4_(this, location, x, y, z);
3658
3210 void uniform3iv(UniformLocation location, v) { 3659 void uniform3iv(UniformLocation location, v) {
3211 if ((v is Int32List) && (location is UniformLocation || location == null)) { 3660 if ((v is Int32List) && (location is UniformLocation || location == null)) {
3212 _blink.BlinkWebGLRenderingContext.instance.uniform3iv_Callback_2_(this, lo cation, v); 3661 _blink.BlinkWebGLRenderingContext.instance
3662 .uniform3iv_Callback_2_(this, location, v);
3213 return; 3663 return;
3214 } 3664 }
3215 if ((v is List<int>) && (location is UniformLocation || location == null)) { 3665 if ((v is List<int>) && (location is UniformLocation || location == null)) {
3216 _blink.BlinkWebGLRenderingContext.instance.uniform3iv_Callback_2_(this, lo cation, v); 3666 _blink.BlinkWebGLRenderingContext.instance
3667 .uniform3iv_Callback_2_(this, location, v);
3217 return; 3668 return;
3218 } 3669 }
3219 throw new ArgumentError("Incorrect number or type of arguments"); 3670 throw new ArgumentError("Incorrect number or type of arguments");
3220 } 3671 }
3221 3672
3222 @DomName('WebGLRenderingContext.uniform4f') 3673 @DomName('WebGLRenderingContext.uniform4f')
3223 @DocsEditable() 3674 @DocsEditable()
3224 void uniform4f(UniformLocation location, num x, num y, num z, num w) => _blink .BlinkWebGLRenderingContext.instance.uniform4f_Callback_5_(this, location, x, y, z, w); 3675 void uniform4f(UniformLocation location, num x, num y, num z, num w) =>
3225 3676 _blink.BlinkWebGLRenderingContext.instance
3677 .uniform4f_Callback_5_(this, location, x, y, z, w);
3678
3226 void uniform4fv(UniformLocation location, v) { 3679 void uniform4fv(UniformLocation location, v) {
3227 if ((v is Float32List) && (location is UniformLocation || location == null)) { 3680 if ((v is Float32List) &&
3228 _blink.BlinkWebGLRenderingContext.instance.uniform4fv_Callback_2_(this, lo cation, v); 3681 (location is UniformLocation || location == null)) {
3682 _blink.BlinkWebGLRenderingContext.instance
3683 .uniform4fv_Callback_2_(this, location, v);
3229 return; 3684 return;
3230 } 3685 }
3231 if ((v is List<num>) && (location is UniformLocation || location == null)) { 3686 if ((v is List<num>) && (location is UniformLocation || location == null)) {
3232 _blink.BlinkWebGLRenderingContext.instance.uniform4fv_Callback_2_(this, lo cation, v); 3687 _blink.BlinkWebGLRenderingContext.instance
3688 .uniform4fv_Callback_2_(this, location, v);
3233 return; 3689 return;
3234 } 3690 }
3235 throw new ArgumentError("Incorrect number or type of arguments"); 3691 throw new ArgumentError("Incorrect number or type of arguments");
3236 } 3692 }
3237 3693
3238 @DomName('WebGLRenderingContext.uniform4i') 3694 @DomName('WebGLRenderingContext.uniform4i')
3239 @DocsEditable() 3695 @DocsEditable()
3240 void uniform4i(UniformLocation location, int x, int y, int z, int w) => _blink .BlinkWebGLRenderingContext.instance.uniform4i_Callback_5_(this, location, x, y, z, w); 3696 void uniform4i(UniformLocation location, int x, int y, int z, int w) =>
3241 3697 _blink.BlinkWebGLRenderingContext.instance
3698 .uniform4i_Callback_5_(this, location, x, y, z, w);
3699
3242 void uniform4iv(UniformLocation location, v) { 3700 void uniform4iv(UniformLocation location, v) {
3243 if ((v is Int32List) && (location is UniformLocation || location == null)) { 3701 if ((v is Int32List) && (location is UniformLocation || location == null)) {
3244 _blink.BlinkWebGLRenderingContext.instance.uniform4iv_Callback_2_(this, lo cation, v); 3702 _blink.BlinkWebGLRenderingContext.instance
3703 .uniform4iv_Callback_2_(this, location, v);
3245 return; 3704 return;
3246 } 3705 }
3247 if ((v is List<int>) && (location is UniformLocation || location == null)) { 3706 if ((v is List<int>) && (location is UniformLocation || location == null)) {
3248 _blink.BlinkWebGLRenderingContext.instance.uniform4iv_Callback_2_(this, lo cation, v); 3707 _blink.BlinkWebGLRenderingContext.instance
3708 .uniform4iv_Callback_2_(this, location, v);
3249 return; 3709 return;
3250 } 3710 }
3251 throw new ArgumentError("Incorrect number or type of arguments"); 3711 throw new ArgumentError("Incorrect number or type of arguments");
3252 } 3712 }
3253 3713
3254 void uniformMatrix2fv(UniformLocation location, bool transpose, array) { 3714 void uniformMatrix2fv(UniformLocation location, bool transpose, array) {
3255 if ((array is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 3715 if ((array is Float32List) &&
3256 _blink.BlinkWebGLRenderingContext.instance.uniformMatrix2fv_Callback_3_(th is, location, transpose, array); 3716 (transpose is bool) &&
3717 (location is UniformLocation || location == null)) {
3718 _blink.BlinkWebGLRenderingContext.instance
3719 .uniformMatrix2fv_Callback_3_(this, location, transpose, array);
3257 return; 3720 return;
3258 } 3721 }
3259 if ((array is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 3722 if ((array is List<num>) &&
3260 _blink.BlinkWebGLRenderingContext.instance.uniformMatrix2fv_Callback_3_(th is, location, transpose, array); 3723 (transpose is bool) &&
3724 (location is UniformLocation || location == null)) {
3725 _blink.BlinkWebGLRenderingContext.instance
3726 .uniformMatrix2fv_Callback_3_(this, location, transpose, array);
3261 return; 3727 return;
3262 } 3728 }
3263 throw new ArgumentError("Incorrect number or type of arguments"); 3729 throw new ArgumentError("Incorrect number or type of arguments");
3264 } 3730 }
3265 3731
3266 void uniformMatrix3fv(UniformLocation location, bool transpose, array) { 3732 void uniformMatrix3fv(UniformLocation location, bool transpose, array) {
3267 if ((array is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 3733 if ((array is Float32List) &&
3268 _blink.BlinkWebGLRenderingContext.instance.uniformMatrix3fv_Callback_3_(th is, location, transpose, array); 3734 (transpose is bool) &&
3735 (location is UniformLocation || location == null)) {
3736 _blink.BlinkWebGLRenderingContext.instance
3737 .uniformMatrix3fv_Callback_3_(this, location, transpose, array);
3269 return; 3738 return;
3270 } 3739 }
3271 if ((array is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 3740 if ((array is List<num>) &&
3272 _blink.BlinkWebGLRenderingContext.instance.uniformMatrix3fv_Callback_3_(th is, location, transpose, array); 3741 (transpose is bool) &&
3742 (location is UniformLocation || location == null)) {
3743 _blink.BlinkWebGLRenderingContext.instance
3744 .uniformMatrix3fv_Callback_3_(this, location, transpose, array);
3273 return; 3745 return;
3274 } 3746 }
3275 throw new ArgumentError("Incorrect number or type of arguments"); 3747 throw new ArgumentError("Incorrect number or type of arguments");
3276 } 3748 }
3277 3749
3278 void uniformMatrix4fv(UniformLocation location, bool transpose, array) { 3750 void uniformMatrix4fv(UniformLocation location, bool transpose, array) {
3279 if ((array is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 3751 if ((array is Float32List) &&
3280 _blink.BlinkWebGLRenderingContext.instance.uniformMatrix4fv_Callback_3_(th is, location, transpose, array); 3752 (transpose is bool) &&
3753 (location is UniformLocation || location == null)) {
3754 _blink.BlinkWebGLRenderingContext.instance
3755 .uniformMatrix4fv_Callback_3_(this, location, transpose, array);
3281 return; 3756 return;
3282 } 3757 }
3283 if ((array is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 3758 if ((array is List<num>) &&
3284 _blink.BlinkWebGLRenderingContext.instance.uniformMatrix4fv_Callback_3_(th is, location, transpose, array); 3759 (transpose is bool) &&
3760 (location is UniformLocation || location == null)) {
3761 _blink.BlinkWebGLRenderingContext.instance
3762 .uniformMatrix4fv_Callback_3_(this, location, transpose, array);
3285 return; 3763 return;
3286 } 3764 }
3287 throw new ArgumentError("Incorrect number or type of arguments"); 3765 throw new ArgumentError("Incorrect number or type of arguments");
3288 } 3766 }
3289 3767
3290 @DomName('WebGLRenderingContext.useProgram') 3768 @DomName('WebGLRenderingContext.useProgram')
3291 @DocsEditable() 3769 @DocsEditable()
3292 void useProgram(Program program) => _blink.BlinkWebGLRenderingContext.instance .useProgram_Callback_1_(this, program); 3770 void useProgram(Program program) => _blink.BlinkWebGLRenderingContext.instance
3293 3771 .useProgram_Callback_1_(this, program);
3772
3294 @DomName('WebGLRenderingContext.validateProgram') 3773 @DomName('WebGLRenderingContext.validateProgram')
3295 @DocsEditable() 3774 @DocsEditable()
3296 void validateProgram(Program program) => _blink.BlinkWebGLRenderingContext.ins tance.validateProgram_Callback_1_(this, program); 3775 void validateProgram(Program program) =>
3297 3776 _blink.BlinkWebGLRenderingContext.instance
3777 .validateProgram_Callback_1_(this, program);
3778
3298 @DomName('WebGLRenderingContext.vertexAttrib1f') 3779 @DomName('WebGLRenderingContext.vertexAttrib1f')
3299 @DocsEditable() 3780 @DocsEditable()
3300 void vertexAttrib1f(int indx, num x) => _blink.BlinkWebGLRenderingContext.inst ance.vertexAttrib1f_Callback_2_(this, indx, x); 3781 void vertexAttrib1f(int indx, num x) =>
3301 3782 _blink.BlinkWebGLRenderingContext.instance
3783 .vertexAttrib1f_Callback_2_(this, indx, x);
3784
3302 void vertexAttrib1fv(int indx, values) { 3785 void vertexAttrib1fv(int indx, values) {
3303 if ((values is Float32List) && (indx is int)) { 3786 if ((values is Float32List) && (indx is int)) {
3304 _blink.BlinkWebGLRenderingContext.instance.vertexAttrib1fv_Callback_2_(thi s, indx, values); 3787 _blink.BlinkWebGLRenderingContext.instance
3788 .vertexAttrib1fv_Callback_2_(this, indx, values);
3305 return; 3789 return;
3306 } 3790 }
3307 if ((values is List<num>) && (indx is int)) { 3791 if ((values is List<num>) && (indx is int)) {
3308 _blink.BlinkWebGLRenderingContext.instance.vertexAttrib1fv_Callback_2_(thi s, indx, values); 3792 _blink.BlinkWebGLRenderingContext.instance
3793 .vertexAttrib1fv_Callback_2_(this, indx, values);
3309 return; 3794 return;
3310 } 3795 }
3311 throw new ArgumentError("Incorrect number or type of arguments"); 3796 throw new ArgumentError("Incorrect number or type of arguments");
3312 } 3797 }
3313 3798
3314 @DomName('WebGLRenderingContext.vertexAttrib2f') 3799 @DomName('WebGLRenderingContext.vertexAttrib2f')
3315 @DocsEditable() 3800 @DocsEditable()
3316 void vertexAttrib2f(int indx, num x, num y) => _blink.BlinkWebGLRenderingConte xt.instance.vertexAttrib2f_Callback_3_(this, indx, x, y); 3801 void vertexAttrib2f(int indx, num x, num y) =>
3317 3802 _blink.BlinkWebGLRenderingContext.instance
3803 .vertexAttrib2f_Callback_3_(this, indx, x, y);
3804
3318 void vertexAttrib2fv(int indx, values) { 3805 void vertexAttrib2fv(int indx, values) {
3319 if ((values is Float32List) && (indx is int)) { 3806 if ((values is Float32List) && (indx is int)) {
3320 _blink.BlinkWebGLRenderingContext.instance.vertexAttrib2fv_Callback_2_(thi s, indx, values); 3807 _blink.BlinkWebGLRenderingContext.instance
3808 .vertexAttrib2fv_Callback_2_(this, indx, values);
3321 return; 3809 return;
3322 } 3810 }
3323 if ((values is List<num>) && (indx is int)) { 3811 if ((values is List<num>) && (indx is int)) {
3324 _blink.BlinkWebGLRenderingContext.instance.vertexAttrib2fv_Callback_2_(thi s, indx, values); 3812 _blink.BlinkWebGLRenderingContext.instance
3813 .vertexAttrib2fv_Callback_2_(this, indx, values);
3325 return; 3814 return;
3326 } 3815 }
3327 throw new ArgumentError("Incorrect number or type of arguments"); 3816 throw new ArgumentError("Incorrect number or type of arguments");
3328 } 3817 }
3329 3818
3330 @DomName('WebGLRenderingContext.vertexAttrib3f') 3819 @DomName('WebGLRenderingContext.vertexAttrib3f')
3331 @DocsEditable() 3820 @DocsEditable()
3332 void vertexAttrib3f(int indx, num x, num y, num z) => _blink.BlinkWebGLRenderi ngContext.instance.vertexAttrib3f_Callback_4_(this, indx, x, y, z); 3821 void vertexAttrib3f(int indx, num x, num y, num z) =>
3333 3822 _blink.BlinkWebGLRenderingContext.instance
3823 .vertexAttrib3f_Callback_4_(this, indx, x, y, z);
3824
3334 void vertexAttrib3fv(int indx, values) { 3825 void vertexAttrib3fv(int indx, values) {
3335 if ((values is Float32List) && (indx is int)) { 3826 if ((values is Float32List) && (indx is int)) {
3336 _blink.BlinkWebGLRenderingContext.instance.vertexAttrib3fv_Callback_2_(thi s, indx, values); 3827 _blink.BlinkWebGLRenderingContext.instance
3828 .vertexAttrib3fv_Callback_2_(this, indx, values);
3337 return; 3829 return;
3338 } 3830 }
3339 if ((values is List<num>) && (indx is int)) { 3831 if ((values is List<num>) && (indx is int)) {
3340 _blink.BlinkWebGLRenderingContext.instance.vertexAttrib3fv_Callback_2_(thi s, indx, values); 3832 _blink.BlinkWebGLRenderingContext.instance
3833 .vertexAttrib3fv_Callback_2_(this, indx, values);
3341 return; 3834 return;
3342 } 3835 }
3343 throw new ArgumentError("Incorrect number or type of arguments"); 3836 throw new ArgumentError("Incorrect number or type of arguments");
3344 } 3837 }
3345 3838
3346 @DomName('WebGLRenderingContext.vertexAttrib4f') 3839 @DomName('WebGLRenderingContext.vertexAttrib4f')
3347 @DocsEditable() 3840 @DocsEditable()
3348 void vertexAttrib4f(int indx, num x, num y, num z, num w) => _blink.BlinkWebGL RenderingContext.instance.vertexAttrib4f_Callback_5_(this, indx, x, y, z, w); 3841 void vertexAttrib4f(int indx, num x, num y, num z, num w) =>
3349 3842 _blink.BlinkWebGLRenderingContext.instance
3843 .vertexAttrib4f_Callback_5_(this, indx, x, y, z, w);
3844
3350 void vertexAttrib4fv(int indx, values) { 3845 void vertexAttrib4fv(int indx, values) {
3351 if ((values is Float32List) && (indx is int)) { 3846 if ((values is Float32List) && (indx is int)) {
3352 _blink.BlinkWebGLRenderingContext.instance.vertexAttrib4fv_Callback_2_(thi s, indx, values); 3847 _blink.BlinkWebGLRenderingContext.instance
3848 .vertexAttrib4fv_Callback_2_(this, indx, values);
3353 return; 3849 return;
3354 } 3850 }
3355 if ((values is List<num>) && (indx is int)) { 3851 if ((values is List<num>) && (indx is int)) {
3356 _blink.BlinkWebGLRenderingContext.instance.vertexAttrib4fv_Callback_2_(thi s, indx, values); 3852 _blink.BlinkWebGLRenderingContext.instance
3853 .vertexAttrib4fv_Callback_2_(this, indx, values);
3357 return; 3854 return;
3358 } 3855 }
3359 throw new ArgumentError("Incorrect number or type of arguments"); 3856 throw new ArgumentError("Incorrect number or type of arguments");
3360 } 3857 }
3361 3858
3362 @DomName('WebGLRenderingContext.vertexAttribPointer') 3859 @DomName('WebGLRenderingContext.vertexAttribPointer')
3363 @DocsEditable() 3860 @DocsEditable()
3364 void vertexAttribPointer(int indx, int size, int type, bool normalized, int st ride, int offset) => _blink.BlinkWebGLRenderingContext.instance.vertexAttribPoin ter_Callback_6_(this, indx, size, type, normalized, stride, offset); 3861 void vertexAttribPointer(int indx, int size, int type, bool normalized,
3365 3862 int stride, int offset) =>
3863 _blink.BlinkWebGLRenderingContext.instance
3864 .vertexAttribPointer_Callback_6_(
3865 this, indx, size, type, normalized, stride, offset);
3866
3366 @DomName('WebGLRenderingContext.viewport') 3867 @DomName('WebGLRenderingContext.viewport')
3367 @DocsEditable() 3868 @DocsEditable()
3368 void viewport(int x, int y, int width, int height) => _blink.BlinkWebGLRenderi ngContext.instance.viewport_Callback_4_(this, x, y, width, height); 3869 void viewport(int x, int y, int width, int height) =>
3369 3870 _blink.BlinkWebGLRenderingContext.instance
3871 .viewport_Callback_4_(this, x, y, width, height);
3370 3872
3371 /** 3873 /**
3372 * Sets the currently bound texture to [data]. 3874 * Sets the currently bound texture to [data].
3373 * 3875 *
3374 * [data] can be either an [ImageElement], a 3876 * [data] can be either an [ImageElement], a
3375 * [CanvasElement], a [VideoElement], [TypedData] or an [ImageData] object. 3877 * [CanvasElement], a [VideoElement], [TypedData] or an [ImageData] object.
3376 * 3878 *
3377 * This is deprecated in favor of [texImage2D]. 3879 * This is deprecated in favor of [texImage2D].
3378 */ 3880 */
3379 @Deprecated("Use texImage2D") 3881 @Deprecated("Use texImage2D")
3380 void texImage2DUntyped(int targetTexture, int levelOfDetail, 3882 void texImage2DUntyped(int targetTexture, int levelOfDetail,
3381 int internalFormat, int format, int type, data) { 3883 int internalFormat, int format, int type, data) {
3382 texImage2D(targetTexture, levelOfDetail, internalFormat, format, type, data) ; 3884 texImage2D(
3885 targetTexture, levelOfDetail, internalFormat, format, type, data);
3383 } 3886 }
3384 3887
3385 /** 3888 /**
3386 * Sets the currently bound texture to [data]. 3889 * Sets the currently bound texture to [data].
3387 * 3890 *
3388 * This is deprecated in favour of [texImage2D]. 3891 * This is deprecated in favour of [texImage2D].
3389 */ 3892 */
3390 @Deprecated("Use texImage2D") 3893 @Deprecated("Use texImage2D")
3391 void texImage2DTyped(int targetTexture, int levelOfDetail, int internalFormat, 3894 void texImage2DTyped(int targetTexture, int levelOfDetail, int internalFormat,
3392 int width, int height, int border, int format, int type, TypedData data) { 3895 int width, int height, int border, int format, int type, TypedData data) {
3393 texImage2D(targetTexture, levelOfDetail, internalFormat, 3896 texImage2D(targetTexture, levelOfDetail, internalFormat, width, height,
3394 width, height, border, format, type, data); 3897 border, format, type, data);
3395 } 3898 }
3396 3899
3397 /** 3900 /**
3398 * Updates a sub-rectangle of the currently bound texture to [data]. 3901 * Updates a sub-rectangle of the currently bound texture to [data].
3399 * 3902 *
3400 * [data] can be either an [ImageElement], a 3903 * [data] can be either an [ImageElement], a
3401 * [CanvasElement], a [VideoElement], [TypedData] or an [ImageData] object. 3904 * [CanvasElement], a [VideoElement], [TypedData] or an [ImageData] object.
3402 * 3905 *
3403 */ 3906 */
3404 @Deprecated("Use texSubImage2D") 3907 @Deprecated("Use texSubImage2D")
3405 void texSubImage2DUntyped(int targetTexture, int levelOfDetail, 3908 void texSubImage2DUntyped(int targetTexture, int levelOfDetail, int xOffset,
3406 int xOffset, int yOffset, int format, int type, data) { 3909 int yOffset, int format, int type, data) {
3407 texSubImage2D(targetTexture, levelOfDetail, xOffset, yOffset, 3910 texSubImage2D(
3408 format, type, data); 3911 targetTexture, levelOfDetail, xOffset, yOffset, format, type, data);
3409 } 3912 }
3410 3913
3411 /** 3914 /**
3412 * Updates a sub-rectangle of the currently bound texture to [data]. 3915 * Updates a sub-rectangle of the currently bound texture to [data].
3413 */ 3916 */
3414 @Deprecated("Use texSubImage2D") 3917 @Deprecated("Use texSubImage2D")
3415 void texSubImage2DTyped(int targetTexture, int levelOfDetail, 3918 void texSubImage2DTyped(
3416 int xOffset, int yOffset, int width, int height, int border, int format, 3919 int targetTexture,
3417 int type, TypedData data) { 3920 int levelOfDetail,
3418 texSubImage2D(targetTexture, levelOfDetail, xOffset, yOffset, 3921 int xOffset,
3419 width, height, format, type, data); 3922 int yOffset,
3923 int width,
3924 int height,
3925 int border,
3926 int format,
3927 int type,
3928 TypedData data) {
3929 texSubImage2D(targetTexture, levelOfDetail, xOffset, yOffset, width, height,
3930 format, type, data);
3420 } 3931 }
3421 3932
3422 /** 3933 /**
3423 * Set the bufferData to [data]. 3934 * Set the bufferData to [data].
3424 */ 3935 */
3425 @Deprecated("Use bufferData") 3936 @Deprecated("Use bufferData")
3426 void bufferDataTyped(int target, TypedData data, int usage) { 3937 void bufferDataTyped(int target, TypedData data, int usage) {
3427 bufferData(target, data, usage); 3938 bufferData(target, data, usage);
3428 } 3939 }
3429 3940
3430 /** 3941 /**
3431 * Set the bufferSubData to [data]. 3942 * Set the bufferSubData to [data].
3432 */ 3943 */
3433 @Deprecated("Use bufferSubData") 3944 @Deprecated("Use bufferSubData")
3434 void bufferSubDataTyped(int target, int offset, TypedData data) { 3945 void bufferSubDataTyped(int target, int offset, TypedData data) {
3435 bufferSubData(target, offset, data); 3946 bufferSubData(target, offset, data);
3436 } 3947 }
3437 } 3948 }
3438 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3949 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3439 // for details. All rights reserved. Use of this source code is governed by a 3950 // for details. All rights reserved. Use of this source code is governed by a
3440 // BSD-style license that can be found in the LICENSE file. 3951 // BSD-style license that can be found in the LICENSE file.
3441 3952
3442 // WARNING: Do not edit - generated code. 3953 // WARNING: Do not edit - generated code.
3443 3954
3444
3445 @DocsEditable() 3955 @DocsEditable()
3446 @DomName('WebGL2RenderingContext') 3956 @DomName('WebGL2RenderingContext')
3447 @Experimental() // untriaged 3957 @Experimental() // untriaged
3448 class RenderingContext2 extends DartHtmlDomObject implements _WebGL2RenderingCon textBase, _WebGLRenderingContextBase { 3958 class RenderingContext2 extends DartHtmlDomObject
3959 implements _WebGL2RenderingContextBase, _WebGLRenderingContextBase {
3449 // To suppress missing implicit constructor warnings. 3960 // To suppress missing implicit constructor warnings.
3450 factory RenderingContext2._() { throw new UnsupportedError("Not supported"); } 3961 factory RenderingContext2._() {
3451 3962 throw new UnsupportedError("Not supported");
3963 }
3452 3964
3453 @Deprecated("Internal Use Only") 3965 @Deprecated("Internal Use Only")
3454 external static Type get instanceRuntimeType; 3966 external static Type get instanceRuntimeType;
3455 3967
3456 @Deprecated("Internal Use Only") 3968 @Deprecated("Internal Use Only")
3457 RenderingContext2.internal_() { } 3969 RenderingContext2.internal_() {}
3458 3970
3459 @DomName('WebGL2RenderingContext.ACTIVE_ATTRIBUTES') 3971 @DomName('WebGL2RenderingContext.ACTIVE_ATTRIBUTES')
3460 @DocsEditable() 3972 @DocsEditable()
3461 @Experimental() // untriaged 3973 @Experimental() // untriaged
3462 static const int ACTIVE_ATTRIBUTES = 0x8B89; 3974 static const int ACTIVE_ATTRIBUTES = 0x8B89;
3463 3975
3464 @DomName('WebGL2RenderingContext.ACTIVE_TEXTURE') 3976 @DomName('WebGL2RenderingContext.ACTIVE_TEXTURE')
3465 @DocsEditable() 3977 @DocsEditable()
3466 @Experimental() // untriaged 3978 @Experimental() // untriaged
3467 static const int ACTIVE_TEXTURE = 0x84E0; 3979 static const int ACTIVE_TEXTURE = 0x84E0;
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
3854 @DomName('WebGL2RenderingContext.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME') 4366 @DomName('WebGL2RenderingContext.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME')
3855 @DocsEditable() 4367 @DocsEditable()
3856 @Experimental() // untriaged 4368 @Experimental() // untriaged
3857 static const int FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1; 4369 static const int FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1;
3858 4370
3859 @DomName('WebGL2RenderingContext.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE') 4371 @DomName('WebGL2RenderingContext.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE')
3860 @DocsEditable() 4372 @DocsEditable()
3861 @Experimental() // untriaged 4373 @Experimental() // untriaged
3862 static const int FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0; 4374 static const int FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0;
3863 4375
3864 @DomName('WebGL2RenderingContext.FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE' ) 4376 @DomName(
4377 'WebGL2RenderingContext.FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE')
3865 @DocsEditable() 4378 @DocsEditable()
3866 @Experimental() // untriaged 4379 @Experimental() // untriaged
3867 static const int FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3; 4380 static const int FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3;
3868 4381
3869 @DomName('WebGL2RenderingContext.FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL') 4382 @DomName('WebGL2RenderingContext.FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL')
3870 @DocsEditable() 4383 @DocsEditable()
3871 @Experimental() // untriaged 4384 @Experimental() // untriaged
3872 static const int FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2; 4385 static const int FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2;
3873 4386
3874 @DomName('WebGL2RenderingContext.FRAMEBUFFER_BINDING') 4387 @DomName('WebGL2RenderingContext.FRAMEBUFFER_BINDING')
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
4937 static const int VIEWPORT = 0x0BA2; 5450 static const int VIEWPORT = 0x0BA2;
4938 5451
4939 @DomName('WebGL2RenderingContext.ZERO') 5452 @DomName('WebGL2RenderingContext.ZERO')
4940 @DocsEditable() 5453 @DocsEditable()
4941 @Experimental() // untriaged 5454 @Experimental() // untriaged
4942 static const int ZERO = 0; 5455 static const int ZERO = 0;
4943 5456
4944 @DomName('WebGL2RenderingContext.beginQuery') 5457 @DomName('WebGL2RenderingContext.beginQuery')
4945 @DocsEditable() 5458 @DocsEditable()
4946 @Experimental() // untriaged 5459 @Experimental() // untriaged
4947 void beginQuery(int target, Query query) => _blink.BlinkWebGL2RenderingContext .instance.beginQuery_Callback_2_(this, target, query); 5460 void beginQuery(int target, Query query) =>
4948 5461 _blink.BlinkWebGL2RenderingContext.instance
5462 .beginQuery_Callback_2_(this, target, query);
5463
4949 @DomName('WebGL2RenderingContext.beginTransformFeedback') 5464 @DomName('WebGL2RenderingContext.beginTransformFeedback')
4950 @DocsEditable() 5465 @DocsEditable()
4951 @Experimental() // untriaged 5466 @Experimental() // untriaged
4952 void beginTransformFeedback(int primitiveMode) => _blink.BlinkWebGL2RenderingC ontext.instance.beginTransformFeedback_Callback_1_(this, primitiveMode); 5467 void beginTransformFeedback(int primitiveMode) =>
4953 5468 _blink.BlinkWebGL2RenderingContext.instance
5469 .beginTransformFeedback_Callback_1_(this, primitiveMode);
5470
4954 @DomName('WebGL2RenderingContext.bindBufferBase') 5471 @DomName('WebGL2RenderingContext.bindBufferBase')
4955 @DocsEditable() 5472 @DocsEditable()
4956 @Experimental() // untriaged 5473 @Experimental() // untriaged
4957 void bindBufferBase(int target, int index, Buffer buffer) => _blink.BlinkWebGL 2RenderingContext.instance.bindBufferBase_Callback_3_(this, target, index, buffe r); 5474 void bindBufferBase(int target, int index, Buffer buffer) =>
4958 5475 _blink.BlinkWebGL2RenderingContext.instance
5476 .bindBufferBase_Callback_3_(this, target, index, buffer);
5477
4959 @DomName('WebGL2RenderingContext.bindBufferRange') 5478 @DomName('WebGL2RenderingContext.bindBufferRange')
4960 @DocsEditable() 5479 @DocsEditable()
4961 @Experimental() // untriaged 5480 @Experimental() // untriaged
4962 void bindBufferRange(int target, int index, Buffer buffer, int offset, int siz e) => _blink.BlinkWebGL2RenderingContext.instance.bindBufferRange_Callback_5_(th is, target, index, buffer, offset, size); 5481 void bindBufferRange(
4963 5482 int target, int index, Buffer buffer, int offset, int size) =>
5483 _blink.BlinkWebGL2RenderingContext.instance.bindBufferRange_Callback_5_(
5484 this, target, index, buffer, offset, size);
5485
4964 @DomName('WebGL2RenderingContext.bindSampler') 5486 @DomName('WebGL2RenderingContext.bindSampler')
4965 @DocsEditable() 5487 @DocsEditable()
4966 @Experimental() // untriaged 5488 @Experimental() // untriaged
4967 void bindSampler(int unit, Sampler sampler) => _blink.BlinkWebGL2RenderingCont ext.instance.bindSampler_Callback_2_(this, unit, sampler); 5489 void bindSampler(int unit, Sampler sampler) =>
4968 5490 _blink.BlinkWebGL2RenderingContext.instance
5491 .bindSampler_Callback_2_(this, unit, sampler);
5492
4969 @DomName('WebGL2RenderingContext.bindTransformFeedback') 5493 @DomName('WebGL2RenderingContext.bindTransformFeedback')
4970 @DocsEditable() 5494 @DocsEditable()
4971 @Experimental() // untriaged 5495 @Experimental() // untriaged
4972 void bindTransformFeedback(int target, TransformFeedback feedback) => _blink.B linkWebGL2RenderingContext.instance.bindTransformFeedback_Callback_2_(this, targ et, feedback); 5496 void bindTransformFeedback(int target, TransformFeedback feedback) =>
4973 5497 _blink.BlinkWebGL2RenderingContext.instance
5498 .bindTransformFeedback_Callback_2_(this, target, feedback);
5499
4974 @DomName('WebGL2RenderingContext.bindVertexArray') 5500 @DomName('WebGL2RenderingContext.bindVertexArray')
4975 @DocsEditable() 5501 @DocsEditable()
4976 @Experimental() // untriaged 5502 @Experimental() // untriaged
4977 void bindVertexArray(VertexArrayObject vertexArray) => _blink.BlinkWebGL2Rende ringContext.instance.bindVertexArray_Callback_1_(this, vertexArray); 5503 void bindVertexArray(VertexArrayObject vertexArray) =>
4978 5504 _blink.BlinkWebGL2RenderingContext.instance
5505 .bindVertexArray_Callback_1_(this, vertexArray);
5506
4979 @DomName('WebGL2RenderingContext.blitFramebuffer') 5507 @DomName('WebGL2RenderingContext.blitFramebuffer')
4980 @DocsEditable() 5508 @DocsEditable()
4981 @Experimental() // untriaged 5509 @Experimental() // untriaged
4982 void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, in t dstY0, int dstX1, int dstY1, int mask, int filter) => _blink.BlinkWebGL2Render ingContext.instance.blitFramebuffer_Callback_10_(this, srcX0, srcY0, srcX1, srcY 1, dstX0, dstY0, dstX1, dstY1, mask, filter); 5510 void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0,
4983 5511 int dstY0, int dstX1, int dstY1, int mask, int filter) =>
5512 _blink.BlinkWebGL2RenderingContext.instance.blitFramebuffer_Callback_10_(
5513 this,
5514 srcX0,
5515 srcY0,
5516 srcX1,
5517 srcY1,
5518 dstX0,
5519 dstY0,
5520 dstX1,
5521 dstY1,
5522 mask,
5523 filter);
5524
4984 @DomName('WebGL2RenderingContext.clearBufferfi') 5525 @DomName('WebGL2RenderingContext.clearBufferfi')
4985 @DocsEditable() 5526 @DocsEditable()
4986 @Experimental() // untriaged 5527 @Experimental() // untriaged
4987 void clearBufferfi(int buffer, int drawbuffer, num depth, int stencil) => _bli nk.BlinkWebGL2RenderingContext.instance.clearBufferfi_Callback_4_(this, buffer, drawbuffer, depth, stencil); 5528 void clearBufferfi(int buffer, int drawbuffer, num depth, int stencil) =>
4988 5529 _blink.BlinkWebGL2RenderingContext.instance
5530 .clearBufferfi_Callback_4_(this, buffer, drawbuffer, depth, stencil);
5531
4989 void clearBufferfv(int buffer, int drawbuffer, value) { 5532 void clearBufferfv(int buffer, int drawbuffer, value) {
4990 if ((value is Float32List) && (drawbuffer is int) && (buffer is int)) { 5533 if ((value is Float32List) && (drawbuffer is int) && (buffer is int)) {
4991 _blink.BlinkWebGL2RenderingContext.instance.clearBufferfv_Callback_3_(this , buffer, drawbuffer, value); 5534 _blink.BlinkWebGL2RenderingContext.instance
5535 .clearBufferfv_Callback_3_(this, buffer, drawbuffer, value);
4992 return; 5536 return;
4993 } 5537 }
4994 if ((value is List<num>) && (drawbuffer is int) && (buffer is int)) { 5538 if ((value is List<num>) && (drawbuffer is int) && (buffer is int)) {
4995 _blink.BlinkWebGL2RenderingContext.instance.clearBufferfv_Callback_3_(this , buffer, drawbuffer, value); 5539 _blink.BlinkWebGL2RenderingContext.instance
5540 .clearBufferfv_Callback_3_(this, buffer, drawbuffer, value);
4996 return; 5541 return;
4997 } 5542 }
4998 throw new ArgumentError("Incorrect number or type of arguments"); 5543 throw new ArgumentError("Incorrect number or type of arguments");
4999 } 5544 }
5000 5545
5001 void clearBufferiv(int buffer, int drawbuffer, value) { 5546 void clearBufferiv(int buffer, int drawbuffer, value) {
5002 if ((value is Int32List) && (drawbuffer is int) && (buffer is int)) { 5547 if ((value is Int32List) && (drawbuffer is int) && (buffer is int)) {
5003 _blink.BlinkWebGL2RenderingContext.instance.clearBufferiv_Callback_3_(this , buffer, drawbuffer, value); 5548 _blink.BlinkWebGL2RenderingContext.instance
5549 .clearBufferiv_Callback_3_(this, buffer, drawbuffer, value);
5004 return; 5550 return;
5005 } 5551 }
5006 if ((value is List<int>) && (drawbuffer is int) && (buffer is int)) { 5552 if ((value is List<int>) && (drawbuffer is int) && (buffer is int)) {
5007 _blink.BlinkWebGL2RenderingContext.instance.clearBufferiv_Callback_3_(this , buffer, drawbuffer, value); 5553 _blink.BlinkWebGL2RenderingContext.instance
5554 .clearBufferiv_Callback_3_(this, buffer, drawbuffer, value);
5008 return; 5555 return;
5009 } 5556 }
5010 throw new ArgumentError("Incorrect number or type of arguments"); 5557 throw new ArgumentError("Incorrect number or type of arguments");
5011 } 5558 }
5012 5559
5013 void clearBufferuiv(int buffer, int drawbuffer, value) { 5560 void clearBufferuiv(int buffer, int drawbuffer, value) {
5014 if ((value is Uint32List) && (drawbuffer is int) && (buffer is int)) { 5561 if ((value is Uint32List) && (drawbuffer is int) && (buffer is int)) {
5015 _blink.BlinkWebGL2RenderingContext.instance.clearBufferuiv_Callback_3_(thi s, buffer, drawbuffer, value); 5562 _blink.BlinkWebGL2RenderingContext.instance
5563 .clearBufferuiv_Callback_3_(this, buffer, drawbuffer, value);
5016 return; 5564 return;
5017 } 5565 }
5018 if ((value is List<int>) && (drawbuffer is int) && (buffer is int)) { 5566 if ((value is List<int>) && (drawbuffer is int) && (buffer is int)) {
5019 _blink.BlinkWebGL2RenderingContext.instance.clearBufferuiv_Callback_3_(thi s, buffer, drawbuffer, value); 5567 _blink.BlinkWebGL2RenderingContext.instance
5568 .clearBufferuiv_Callback_3_(this, buffer, drawbuffer, value);
5020 return; 5569 return;
5021 } 5570 }
5022 throw new ArgumentError("Incorrect number or type of arguments"); 5571 throw new ArgumentError("Incorrect number or type of arguments");
5023 } 5572 }
5024 5573
5025 @DomName('WebGL2RenderingContext.clientWaitSync') 5574 @DomName('WebGL2RenderingContext.clientWaitSync')
5026 @DocsEditable() 5575 @DocsEditable()
5027 @Experimental() // untriaged 5576 @Experimental() // untriaged
5028 int clientWaitSync(Sync sync, int flags, int timeout) => _blink.BlinkWebGL2Ren deringContext.instance.clientWaitSync_Callback_3_(this, sync, flags, timeout); 5577 int clientWaitSync(Sync sync, int flags, int timeout) =>
5029 5578 _blink.BlinkWebGL2RenderingContext.instance
5579 .clientWaitSync_Callback_3_(this, sync, flags, timeout);
5580
5030 @DomName('WebGL2RenderingContext.compressedTexImage3D') 5581 @DomName('WebGL2RenderingContext.compressedTexImage3D')
5031 @DocsEditable() 5582 @DocsEditable()
5032 @Experimental() // untriaged 5583 @Experimental() // untriaged
5033 void compressedTexImage3D(int target, int level, int internalformat, int width , int height, int depth, int border, TypedData data) => _blink.BlinkWebGL2Render ingContext.instance.compressedTexImage3D_Callback_8_(this, target, level, intern alformat, width, height, depth, border, data); 5584 void compressedTexImage3D(int target, int level, int internalformat,
5034 5585 int width, int height, int depth, int border, TypedData data) =>
5586 _blink.BlinkWebGL2RenderingContext.instance
5587 .compressedTexImage3D_Callback_8_(this, target, level, internalformat,
5588 width, height, depth, border, data);
5589
5035 @DomName('WebGL2RenderingContext.compressedTexSubImage3D') 5590 @DomName('WebGL2RenderingContext.compressedTexSubImage3D')
5036 @DocsEditable() 5591 @DocsEditable()
5037 @Experimental() // untriaged 5592 @Experimental() // untriaged
5038 void compressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, TypedData data) => _b link.BlinkWebGL2RenderingContext.instance.compressedTexSubImage3D_Callback_10_(t his, target, level, xoffset, yoffset, zoffset, width, height, depth, format, dat a); 5593 void compressedTexSubImage3D(
5039 5594 int target,
5595 int level,
5596 int xoffset,
5597 int yoffset,
5598 int zoffset,
5599 int width,
5600 int height,
5601 int depth,
5602 int format,
5603 TypedData data) =>
5604 _blink.BlinkWebGL2RenderingContext.instance
5605 .compressedTexSubImage3D_Callback_10_(this, target, level, xoffset,
5606 yoffset, zoffset, width, height, depth, format, data);
5607
5040 @DomName('WebGL2RenderingContext.copyBufferSubData') 5608 @DomName('WebGL2RenderingContext.copyBufferSubData')
5041 @DocsEditable() 5609 @DocsEditable()
5042 @Experimental() // untriaged 5610 @Experimental() // untriaged
5043 void copyBufferSubData(int readTarget, int writeTarget, int readOffset, int wr iteOffset, int size) => _blink.BlinkWebGL2RenderingContext.instance.copyBufferSu bData_Callback_5_(this, readTarget, writeTarget, readOffset, writeOffset, size); 5611 void copyBufferSubData(int readTarget, int writeTarget, int readOffset,
5044 5612 int writeOffset, int size) =>
5613 _blink.BlinkWebGL2RenderingContext.instance.copyBufferSubData_Callback_5_(
5614 this, readTarget, writeTarget, readOffset, writeOffset, size);
5615
5045 @DomName('WebGL2RenderingContext.copyTexSubImage3D') 5616 @DomName('WebGL2RenderingContext.copyTexSubImage3D')
5046 @DocsEditable() 5617 @DocsEditable()
5047 @Experimental() // untriaged 5618 @Experimental() // untriaged
5048 void copyTexSubImage3D(int target, int level, int xoffset, int yoffset, int zo ffset, int x, int y, int width, int height) => _blink.BlinkWebGL2RenderingContex t.instance.copyTexSubImage3D_Callback_9_(this, target, level, xoffset, yoffset, zoffset, x, y, width, height); 5619 void copyTexSubImage3D(int target, int level, int xoffset, int yoffset,
5049 5620 int zoffset, int x, int y, int width, int height) =>
5621 _blink.BlinkWebGL2RenderingContext.instance.copyTexSubImage3D_Callback_9_(
5622 this, target, level, xoffset, yoffset, zoffset, x, y, width, height);
5623
5050 @DomName('WebGL2RenderingContext.createQuery') 5624 @DomName('WebGL2RenderingContext.createQuery')
5051 @DocsEditable() 5625 @DocsEditable()
5052 @Experimental() // untriaged 5626 @Experimental() // untriaged
5053 Query createQuery() => _blink.BlinkWebGL2RenderingContext.instance.createQuery _Callback_0_(this); 5627 Query createQuery() =>
5054 5628 _blink.BlinkWebGL2RenderingContext.instance.createQuery_Callback_0_(this);
5629
5055 @DomName('WebGL2RenderingContext.createSampler') 5630 @DomName('WebGL2RenderingContext.createSampler')
5056 @DocsEditable() 5631 @DocsEditable()
5057 @Experimental() // untriaged 5632 @Experimental() // untriaged
5058 Sampler createSampler() => _blink.BlinkWebGL2RenderingContext.instance.createS ampler_Callback_0_(this); 5633 Sampler createSampler() => _blink.BlinkWebGL2RenderingContext.instance
5059 5634 .createSampler_Callback_0_(this);
5635
5060 @DomName('WebGL2RenderingContext.createTransformFeedback') 5636 @DomName('WebGL2RenderingContext.createTransformFeedback')
5061 @DocsEditable() 5637 @DocsEditable()
5062 @Experimental() // untriaged 5638 @Experimental() // untriaged
5063 TransformFeedback createTransformFeedback() => _blink.BlinkWebGL2RenderingCont ext.instance.createTransformFeedback_Callback_0_(this); 5639 TransformFeedback createTransformFeedback() =>
5064 5640 _blink.BlinkWebGL2RenderingContext.instance
5641 .createTransformFeedback_Callback_0_(this);
5642
5065 @DomName('WebGL2RenderingContext.createVertexArray') 5643 @DomName('WebGL2RenderingContext.createVertexArray')
5066 @DocsEditable() 5644 @DocsEditable()
5067 @Experimental() // untriaged 5645 @Experimental() // untriaged
5068 VertexArrayObject createVertexArray() => _blink.BlinkWebGL2RenderingContext.in stance.createVertexArray_Callback_0_(this); 5646 VertexArrayObject createVertexArray() =>
5069 5647 _blink.BlinkWebGL2RenderingContext.instance
5648 .createVertexArray_Callback_0_(this);
5649
5070 @DomName('WebGL2RenderingContext.deleteQuery') 5650 @DomName('WebGL2RenderingContext.deleteQuery')
5071 @DocsEditable() 5651 @DocsEditable()
5072 @Experimental() // untriaged 5652 @Experimental() // untriaged
5073 void deleteQuery(Query query) => _blink.BlinkWebGL2RenderingContext.instance.d eleteQuery_Callback_1_(this, query); 5653 void deleteQuery(Query query) => _blink.BlinkWebGL2RenderingContext.instance
5074 5654 .deleteQuery_Callback_1_(this, query);
5655
5075 @DomName('WebGL2RenderingContext.deleteSampler') 5656 @DomName('WebGL2RenderingContext.deleteSampler')
5076 @DocsEditable() 5657 @DocsEditable()
5077 @Experimental() // untriaged 5658 @Experimental() // untriaged
5078 void deleteSampler(Sampler sampler) => _blink.BlinkWebGL2RenderingContext.inst ance.deleteSampler_Callback_1_(this, sampler); 5659 void deleteSampler(Sampler sampler) =>
5079 5660 _blink.BlinkWebGL2RenderingContext.instance
5661 .deleteSampler_Callback_1_(this, sampler);
5662
5080 @DomName('WebGL2RenderingContext.deleteSync') 5663 @DomName('WebGL2RenderingContext.deleteSync')
5081 @DocsEditable() 5664 @DocsEditable()
5082 @Experimental() // untriaged 5665 @Experimental() // untriaged
5083 void deleteSync(Sync sync) => _blink.BlinkWebGL2RenderingContext.instance.dele teSync_Callback_1_(this, sync); 5666 void deleteSync(Sync sync) => _blink.BlinkWebGL2RenderingContext.instance
5084 5667 .deleteSync_Callback_1_(this, sync);
5668
5085 @DomName('WebGL2RenderingContext.deleteTransformFeedback') 5669 @DomName('WebGL2RenderingContext.deleteTransformFeedback')
5086 @DocsEditable() 5670 @DocsEditable()
5087 @Experimental() // untriaged 5671 @Experimental() // untriaged
5088 void deleteTransformFeedback(TransformFeedback feedback) => _blink.BlinkWebGL2 RenderingContext.instance.deleteTransformFeedback_Callback_1_(this, feedback); 5672 void deleteTransformFeedback(TransformFeedback feedback) =>
5089 5673 _blink.BlinkWebGL2RenderingContext.instance
5674 .deleteTransformFeedback_Callback_1_(this, feedback);
5675
5090 @DomName('WebGL2RenderingContext.deleteVertexArray') 5676 @DomName('WebGL2RenderingContext.deleteVertexArray')
5091 @DocsEditable() 5677 @DocsEditable()
5092 @Experimental() // untriaged 5678 @Experimental() // untriaged
5093 void deleteVertexArray(VertexArrayObject vertexArray) => _blink.BlinkWebGL2Ren deringContext.instance.deleteVertexArray_Callback_1_(this, vertexArray); 5679 void deleteVertexArray(VertexArrayObject vertexArray) =>
5094 5680 _blink.BlinkWebGL2RenderingContext.instance
5681 .deleteVertexArray_Callback_1_(this, vertexArray);
5682
5095 @DomName('WebGL2RenderingContext.drawArraysInstanced') 5683 @DomName('WebGL2RenderingContext.drawArraysInstanced')
5096 @DocsEditable() 5684 @DocsEditable()
5097 @Experimental() // untriaged 5685 @Experimental() // untriaged
5098 void drawArraysInstanced(int mode, int first, int count, int instanceCount) => _blink.BlinkWebGL2RenderingContext.instance.drawArraysInstanced_Callback_4_(thi s, mode, first, count, instanceCount); 5686 void drawArraysInstanced(int mode, int first, int count, int instanceCount) =>
5099 5687 _blink.BlinkWebGL2RenderingContext.instance
5688 .drawArraysInstanced_Callback_4_(
5689 this, mode, first, count, instanceCount);
5690
5100 @DomName('WebGL2RenderingContext.drawBuffers') 5691 @DomName('WebGL2RenderingContext.drawBuffers')
5101 @DocsEditable() 5692 @DocsEditable()
5102 @Experimental() // untriaged 5693 @Experimental() // untriaged
5103 void drawBuffers(List<int> buffers) => _blink.BlinkWebGL2RenderingContext.inst ance.drawBuffers_Callback_1_(this, buffers); 5694 void drawBuffers(List<int> buffers) =>
5104 5695 _blink.BlinkWebGL2RenderingContext.instance
5696 .drawBuffers_Callback_1_(this, buffers);
5697
5105 @DomName('WebGL2RenderingContext.drawElementsInstanced') 5698 @DomName('WebGL2RenderingContext.drawElementsInstanced')
5106 @DocsEditable() 5699 @DocsEditable()
5107 @Experimental() // untriaged 5700 @Experimental() // untriaged
5108 void drawElementsInstanced(int mode, int count, int type, int offset, int inst anceCount) => _blink.BlinkWebGL2RenderingContext.instance.drawElementsInstanced_ Callback_5_(this, mode, count, type, offset, instanceCount); 5701 void drawElementsInstanced(
5109 5702 int mode, int count, int type, int offset, int instanceCount) =>
5703 _blink.BlinkWebGL2RenderingContext.instance
5704 .drawElementsInstanced_Callback_5_(
5705 this, mode, count, type, offset, instanceCount);
5706
5110 @DomName('WebGL2RenderingContext.drawRangeElements') 5707 @DomName('WebGL2RenderingContext.drawRangeElements')
5111 @DocsEditable() 5708 @DocsEditable()
5112 @Experimental() // untriaged 5709 @Experimental() // untriaged
5113 void drawRangeElements(int mode, int start, int end, int count, int type, int offset) => _blink.BlinkWebGL2RenderingContext.instance.drawRangeElements_Callbac k_6_(this, mode, start, end, count, type, offset); 5710 void drawRangeElements(
5114 5711 int mode, int start, int end, int count, int type, int offset) =>
5712 _blink.BlinkWebGL2RenderingContext.instance.drawRangeElements_Callback_6_(
5713 this, mode, start, end, count, type, offset);
5714
5115 @DomName('WebGL2RenderingContext.endQuery') 5715 @DomName('WebGL2RenderingContext.endQuery')
5116 @DocsEditable() 5716 @DocsEditable()
5117 @Experimental() // untriaged 5717 @Experimental() // untriaged
5118 void endQuery(int target) => _blink.BlinkWebGL2RenderingContext.instance.endQu ery_Callback_1_(this, target); 5718 void endQuery(int target) => _blink.BlinkWebGL2RenderingContext.instance
5119 5719 .endQuery_Callback_1_(this, target);
5720
5120 @DomName('WebGL2RenderingContext.endTransformFeedback') 5721 @DomName('WebGL2RenderingContext.endTransformFeedback')
5121 @DocsEditable() 5722 @DocsEditable()
5122 @Experimental() // untriaged 5723 @Experimental() // untriaged
5123 void endTransformFeedback() => _blink.BlinkWebGL2RenderingContext.instance.end TransformFeedback_Callback_0_(this); 5724 void endTransformFeedback() => _blink.BlinkWebGL2RenderingContext.instance
5124 5725 .endTransformFeedback_Callback_0_(this);
5726
5125 @DomName('WebGL2RenderingContext.fenceSync') 5727 @DomName('WebGL2RenderingContext.fenceSync')
5126 @DocsEditable() 5728 @DocsEditable()
5127 @Experimental() // untriaged 5729 @Experimental() // untriaged
5128 Sync fenceSync(int condition, int flags) => _blink.BlinkWebGL2RenderingContext .instance.fenceSync_Callback_2_(this, condition, flags); 5730 Sync fenceSync(int condition, int flags) =>
5129 5731 _blink.BlinkWebGL2RenderingContext.instance
5732 .fenceSync_Callback_2_(this, condition, flags);
5733
5130 @DomName('WebGL2RenderingContext.framebufferTextureLayer') 5734 @DomName('WebGL2RenderingContext.framebufferTextureLayer')
5131 @DocsEditable() 5735 @DocsEditable()
5132 @Experimental() // untriaged 5736 @Experimental() // untriaged
5133 void framebufferTextureLayer(int target, int attachment, Texture texture, int level, int layer) => _blink.BlinkWebGL2RenderingContext.instance.framebufferText ureLayer_Callback_5_(this, target, attachment, texture, level, layer); 5737 void framebufferTextureLayer(
5134 5738 int target, int attachment, Texture texture, int level, int layer) =>
5739 _blink.BlinkWebGL2RenderingContext.instance
5740 .framebufferTextureLayer_Callback_5_(
5741 this, target, attachment, texture, level, layer);
5742
5135 @DomName('WebGL2RenderingContext.getActiveUniformBlockName') 5743 @DomName('WebGL2RenderingContext.getActiveUniformBlockName')
5136 @DocsEditable() 5744 @DocsEditable()
5137 @Experimental() // untriaged 5745 @Experimental() // untriaged
5138 String getActiveUniformBlockName(Program program, int uniformBlockIndex) => _b link.BlinkWebGL2RenderingContext.instance.getActiveUniformBlockName_Callback_2_( this, program, uniformBlockIndex); 5746 String getActiveUniformBlockName(Program program, int uniformBlockIndex) =>
5139 5747 _blink.BlinkWebGL2RenderingContext.instance
5748 .getActiveUniformBlockName_Callback_2_(
5749 this, program, uniformBlockIndex);
5750
5140 @DomName('WebGL2RenderingContext.getActiveUniformBlockParameter') 5751 @DomName('WebGL2RenderingContext.getActiveUniformBlockParameter')
5141 @DocsEditable() 5752 @DocsEditable()
5142 @Experimental() // untriaged 5753 @Experimental() // untriaged
5143 Object getActiveUniformBlockParameter(Program program, int uniformBlockIndex, int pname) => (_blink.BlinkWebGL2RenderingContext.instance.getActiveUniformBlock Parameter_Callback_3_(this, program, uniformBlockIndex, pname)); 5754 Object getActiveUniformBlockParameter(
5144 5755 Program program, int uniformBlockIndex, int pname) =>
5756 (_blink.BlinkWebGL2RenderingContext.instance
5757 .getActiveUniformBlockParameter_Callback_3_(
5758 this, program, uniformBlockIndex, pname));
5759
5145 @DomName('WebGL2RenderingContext.getActiveUniforms') 5760 @DomName('WebGL2RenderingContext.getActiveUniforms')
5146 @DocsEditable() 5761 @DocsEditable()
5147 @Experimental() // untriaged 5762 @Experimental() // untriaged
5148 List<int> getActiveUniforms(Program program, List<int> uniformIndices, int pna me) => _blink.BlinkWebGL2RenderingContext.instance.getActiveUniforms_Callback_3_ (this, program, uniformIndices, pname); 5763 List<int> getActiveUniforms(
5149 5764 Program program, List<int> uniformIndices, int pname) =>
5765 _blink.BlinkWebGL2RenderingContext.instance
5766 .getActiveUniforms_Callback_3_(this, program, uniformIndices, pname);
5767
5150 @DomName('WebGL2RenderingContext.getBufferSubData') 5768 @DomName('WebGL2RenderingContext.getBufferSubData')
5151 @DocsEditable() 5769 @DocsEditable()
5152 @Experimental() // untriaged 5770 @Experimental() // untriaged
5153 void getBufferSubData(int target, int offset, ByteBuffer returnedData) => _bli nk.BlinkWebGL2RenderingContext.instance.getBufferSubData_Callback_3_(this, targe t, offset, returnedData); 5771 void getBufferSubData(int target, int offset, ByteBuffer returnedData) =>
5154 5772 _blink.BlinkWebGL2RenderingContext.instance
5773 .getBufferSubData_Callback_3_(this, target, offset, returnedData);
5774
5155 @DomName('WebGL2RenderingContext.getFragDataLocation') 5775 @DomName('WebGL2RenderingContext.getFragDataLocation')
5156 @DocsEditable() 5776 @DocsEditable()
5157 @Experimental() // untriaged 5777 @Experimental() // untriaged
5158 int getFragDataLocation(Program program, String name) => _blink.BlinkWebGL2Ren deringContext.instance.getFragDataLocation_Callback_2_(this, program, name); 5778 int getFragDataLocation(Program program, String name) =>
5159 5779 _blink.BlinkWebGL2RenderingContext.instance
5780 .getFragDataLocation_Callback_2_(this, program, name);
5781
5160 @DomName('WebGL2RenderingContext.getIndexedParameter') 5782 @DomName('WebGL2RenderingContext.getIndexedParameter')
5161 @DocsEditable() 5783 @DocsEditable()
5162 @Experimental() // untriaged 5784 @Experimental() // untriaged
5163 Object getIndexedParameter(int target, int index) => (_blink.BlinkWebGL2Render ingContext.instance.getIndexedParameter_Callback_2_(this, target, index)); 5785 Object getIndexedParameter(int target, int index) =>
5164 5786 (_blink.BlinkWebGL2RenderingContext.instance
5787 .getIndexedParameter_Callback_2_(this, target, index));
5788
5165 @DomName('WebGL2RenderingContext.getInternalformatParameter') 5789 @DomName('WebGL2RenderingContext.getInternalformatParameter')
5166 @DocsEditable() 5790 @DocsEditable()
5167 @Experimental() // untriaged 5791 @Experimental() // untriaged
5168 Object getInternalformatParameter(int target, int internalformat, int pname) = > (_blink.BlinkWebGL2RenderingContext.instance.getInternalformatParameter_Callba ck_3_(this, target, internalformat, pname)); 5792 Object getInternalformatParameter(
5169 5793 int target, int internalformat, int pname) =>
5794 (_blink.BlinkWebGL2RenderingContext.instance
5795 .getInternalformatParameter_Callback_3_(
5796 this, target, internalformat, pname));
5797
5170 @DomName('WebGL2RenderingContext.getQuery') 5798 @DomName('WebGL2RenderingContext.getQuery')
5171 @DocsEditable() 5799 @DocsEditable()
5172 @Experimental() // untriaged 5800 @Experimental() // untriaged
5173 Query getQuery(int target, int pname) => _blink.BlinkWebGL2RenderingContext.in stance.getQuery_Callback_2_(this, target, pname); 5801 Query getQuery(int target, int pname) =>
5174 5802 _blink.BlinkWebGL2RenderingContext.instance
5803 .getQuery_Callback_2_(this, target, pname);
5804
5175 @DomName('WebGL2RenderingContext.getQueryParameter') 5805 @DomName('WebGL2RenderingContext.getQueryParameter')
5176 @DocsEditable() 5806 @DocsEditable()
5177 @Experimental() // untriaged 5807 @Experimental() // untriaged
5178 Object getQueryParameter(Query query, int pname) => (_blink.BlinkWebGL2Renderi ngContext.instance.getQueryParameter_Callback_2_(this, query, pname)); 5808 Object getQueryParameter(Query query, int pname) =>
5179 5809 (_blink.BlinkWebGL2RenderingContext.instance
5810 .getQueryParameter_Callback_2_(this, query, pname));
5811
5180 @DomName('WebGL2RenderingContext.getSamplerParameter') 5812 @DomName('WebGL2RenderingContext.getSamplerParameter')
5181 @DocsEditable() 5813 @DocsEditable()
5182 @Experimental() // untriaged 5814 @Experimental() // untriaged
5183 Object getSamplerParameter(Sampler sampler, int pname) => (_blink.BlinkWebGL2R enderingContext.instance.getSamplerParameter_Callback_2_(this, sampler, pname)); 5815 Object getSamplerParameter(Sampler sampler, int pname) =>
5184 5816 (_blink.BlinkWebGL2RenderingContext.instance
5817 .getSamplerParameter_Callback_2_(this, sampler, pname));
5818
5185 @DomName('WebGL2RenderingContext.getSyncParameter') 5819 @DomName('WebGL2RenderingContext.getSyncParameter')
5186 @DocsEditable() 5820 @DocsEditable()
5187 @Experimental() // untriaged 5821 @Experimental() // untriaged
5188 Object getSyncParameter(Sync sync, int pname) => (_blink.BlinkWebGL2RenderingC ontext.instance.getSyncParameter_Callback_2_(this, sync, pname)); 5822 Object getSyncParameter(Sync sync, int pname) =>
5189 5823 (_blink.BlinkWebGL2RenderingContext.instance
5824 .getSyncParameter_Callback_2_(this, sync, pname));
5825
5190 @DomName('WebGL2RenderingContext.getTransformFeedbackVarying') 5826 @DomName('WebGL2RenderingContext.getTransformFeedbackVarying')
5191 @DocsEditable() 5827 @DocsEditable()
5192 @Experimental() // untriaged 5828 @Experimental() // untriaged
5193 ActiveInfo getTransformFeedbackVarying(Program program, int index) => _blink.B linkWebGL2RenderingContext.instance.getTransformFeedbackVarying_Callback_2_(this , program, index); 5829 ActiveInfo getTransformFeedbackVarying(Program program, int index) =>
5194 5830 _blink.BlinkWebGL2RenderingContext.instance
5831 .getTransformFeedbackVarying_Callback_2_(this, program, index);
5832
5195 @DomName('WebGL2RenderingContext.getUniformBlockIndex') 5833 @DomName('WebGL2RenderingContext.getUniformBlockIndex')
5196 @DocsEditable() 5834 @DocsEditable()
5197 @Experimental() // untriaged 5835 @Experimental() // untriaged
5198 int getUniformBlockIndex(Program program, String uniformBlockName) => _blink.B linkWebGL2RenderingContext.instance.getUniformBlockIndex_Callback_2_(this, progr am, uniformBlockName); 5836 int getUniformBlockIndex(Program program, String uniformBlockName) =>
5199 5837 _blink.BlinkWebGL2RenderingContext.instance
5838 .getUniformBlockIndex_Callback_2_(this, program, uniformBlockName);
5839
5200 @DomName('WebGL2RenderingContext.getUniformIndices') 5840 @DomName('WebGL2RenderingContext.getUniformIndices')
5201 @DocsEditable() 5841 @DocsEditable()
5202 @Experimental() // untriaged 5842 @Experimental() // untriaged
5203 List<int> getUniformIndices(Program program, List<String> uniformNames) => _bl ink.BlinkWebGL2RenderingContext.instance.getUniformIndices_Callback_2_(this, pro gram, uniformNames); 5843 List<int> getUniformIndices(Program program, List<String> uniformNames) =>
5204 5844 _blink.BlinkWebGL2RenderingContext.instance
5845 .getUniformIndices_Callback_2_(this, program, uniformNames);
5846
5205 @DomName('WebGL2RenderingContext.invalidateFramebuffer') 5847 @DomName('WebGL2RenderingContext.invalidateFramebuffer')
5206 @DocsEditable() 5848 @DocsEditable()
5207 @Experimental() // untriaged 5849 @Experimental() // untriaged
5208 void invalidateFramebuffer(int target, List<int> attachments) => _blink.BlinkW ebGL2RenderingContext.instance.invalidateFramebuffer_Callback_2_(this, target, a ttachments); 5850 void invalidateFramebuffer(int target, List<int> attachments) =>
5209 5851 _blink.BlinkWebGL2RenderingContext.instance
5852 .invalidateFramebuffer_Callback_2_(this, target, attachments);
5853
5210 @DomName('WebGL2RenderingContext.invalidateSubFramebuffer') 5854 @DomName('WebGL2RenderingContext.invalidateSubFramebuffer')
5211 @DocsEditable() 5855 @DocsEditable()
5212 @Experimental() // untriaged 5856 @Experimental() // untriaged
5213 void invalidateSubFramebuffer(int target, List<int> attachments, int x, int y, int width, int height) => _blink.BlinkWebGL2RenderingContext.instance.invalidat eSubFramebuffer_Callback_6_(this, target, attachments, x, y, width, height); 5857 void invalidateSubFramebuffer(int target, List<int> attachments, int x, int y,
5214 5858 int width, int height) =>
5859 _blink.BlinkWebGL2RenderingContext.instance
5860 .invalidateSubFramebuffer_Callback_6_(
5861 this, target, attachments, x, y, width, height);
5862
5215 @DomName('WebGL2RenderingContext.isQuery') 5863 @DomName('WebGL2RenderingContext.isQuery')
5216 @DocsEditable() 5864 @DocsEditable()
5217 @Experimental() // untriaged 5865 @Experimental() // untriaged
5218 bool isQuery(Query query) => _blink.BlinkWebGL2RenderingContext.instance.isQue ry_Callback_1_(this, query); 5866 bool isQuery(Query query) => _blink.BlinkWebGL2RenderingContext.instance
5219 5867 .isQuery_Callback_1_(this, query);
5868
5220 @DomName('WebGL2RenderingContext.isSampler') 5869 @DomName('WebGL2RenderingContext.isSampler')
5221 @DocsEditable() 5870 @DocsEditable()
5222 @Experimental() // untriaged 5871 @Experimental() // untriaged
5223 bool isSampler(Sampler sampler) => _blink.BlinkWebGL2RenderingContext.instance .isSampler_Callback_1_(this, sampler); 5872 bool isSampler(Sampler sampler) => _blink.BlinkWebGL2RenderingContext.instance
5224 5873 .isSampler_Callback_1_(this, sampler);
5874
5225 @DomName('WebGL2RenderingContext.isSync') 5875 @DomName('WebGL2RenderingContext.isSync')
5226 @DocsEditable() 5876 @DocsEditable()
5227 @Experimental() // untriaged 5877 @Experimental() // untriaged
5228 bool isSync(Sync sync) => _blink.BlinkWebGL2RenderingContext.instance.isSync_C allback_1_(this, sync); 5878 bool isSync(Sync sync) => _blink.BlinkWebGL2RenderingContext.instance
5229 5879 .isSync_Callback_1_(this, sync);
5880
5230 @DomName('WebGL2RenderingContext.isTransformFeedback') 5881 @DomName('WebGL2RenderingContext.isTransformFeedback')
5231 @DocsEditable() 5882 @DocsEditable()
5232 @Experimental() // untriaged 5883 @Experimental() // untriaged
5233 bool isTransformFeedback(TransformFeedback feedback) => _blink.BlinkWebGL2Rend eringContext.instance.isTransformFeedback_Callback_1_(this, feedback); 5884 bool isTransformFeedback(TransformFeedback feedback) =>
5234 5885 _blink.BlinkWebGL2RenderingContext.instance
5886 .isTransformFeedback_Callback_1_(this, feedback);
5887
5235 @DomName('WebGL2RenderingContext.isVertexArray') 5888 @DomName('WebGL2RenderingContext.isVertexArray')
5236 @DocsEditable() 5889 @DocsEditable()
5237 @Experimental() // untriaged 5890 @Experimental() // untriaged
5238 bool isVertexArray(VertexArrayObject vertexArray) => _blink.BlinkWebGL2Renderi ngContext.instance.isVertexArray_Callback_1_(this, vertexArray); 5891 bool isVertexArray(VertexArrayObject vertexArray) =>
5239 5892 _blink.BlinkWebGL2RenderingContext.instance
5893 .isVertexArray_Callback_1_(this, vertexArray);
5894
5240 @DomName('WebGL2RenderingContext.pauseTransformFeedback') 5895 @DomName('WebGL2RenderingContext.pauseTransformFeedback')
5241 @DocsEditable() 5896 @DocsEditable()
5242 @Experimental() // untriaged 5897 @Experimental() // untriaged
5243 void pauseTransformFeedback() => _blink.BlinkWebGL2RenderingContext.instance.p auseTransformFeedback_Callback_0_(this); 5898 void pauseTransformFeedback() => _blink.BlinkWebGL2RenderingContext.instance
5244 5899 .pauseTransformFeedback_Callback_0_(this);
5900
5245 @DomName('WebGL2RenderingContext.readBuffer') 5901 @DomName('WebGL2RenderingContext.readBuffer')
5246 @DocsEditable() 5902 @DocsEditable()
5247 @Experimental() // untriaged 5903 @Experimental() // untriaged
5248 void readBuffer(int mode) => _blink.BlinkWebGL2RenderingContext.instance.readB uffer_Callback_1_(this, mode); 5904 void readBuffer(int mode) => _blink.BlinkWebGL2RenderingContext.instance
5249 5905 .readBuffer_Callback_1_(this, mode);
5906
5250 @DomName('WebGL2RenderingContext.renderbufferStorageMultisample') 5907 @DomName('WebGL2RenderingContext.renderbufferStorageMultisample')
5251 @DocsEditable() 5908 @DocsEditable()
5252 @Experimental() // untriaged 5909 @Experimental() // untriaged
5253 void renderbufferStorageMultisample(int target, int samples, int internalforma t, int width, int height) => _blink.BlinkWebGL2RenderingContext.instance.renderb ufferStorageMultisample_Callback_5_(this, target, samples, internalformat, width , height); 5910 void renderbufferStorageMultisample(
5254 5911 int target, int samples, int internalformat, int width, int height) =>
5912 _blink.BlinkWebGL2RenderingContext.instance
5913 .renderbufferStorageMultisample_Callback_5_(
5914 this, target, samples, internalformat, width, height);
5915
5255 @DomName('WebGL2RenderingContext.resumeTransformFeedback') 5916 @DomName('WebGL2RenderingContext.resumeTransformFeedback')
5256 @DocsEditable() 5917 @DocsEditable()
5257 @Experimental() // untriaged 5918 @Experimental() // untriaged
5258 void resumeTransformFeedback() => _blink.BlinkWebGL2RenderingContext.instance. resumeTransformFeedback_Callback_0_(this); 5919 void resumeTransformFeedback() => _blink.BlinkWebGL2RenderingContext.instance
5259 5920 .resumeTransformFeedback_Callback_0_(this);
5921
5260 @DomName('WebGL2RenderingContext.samplerParameterf') 5922 @DomName('WebGL2RenderingContext.samplerParameterf')
5261 @DocsEditable() 5923 @DocsEditable()
5262 @Experimental() // untriaged 5924 @Experimental() // untriaged
5263 void samplerParameterf(Sampler sampler, int pname, num param) => _blink.BlinkW ebGL2RenderingContext.instance.samplerParameterf_Callback_3_(this, sampler, pnam e, param); 5925 void samplerParameterf(Sampler sampler, int pname, num param) =>
5264 5926 _blink.BlinkWebGL2RenderingContext.instance
5927 .samplerParameterf_Callback_3_(this, sampler, pname, param);
5928
5265 @DomName('WebGL2RenderingContext.samplerParameteri') 5929 @DomName('WebGL2RenderingContext.samplerParameteri')
5266 @DocsEditable() 5930 @DocsEditable()
5267 @Experimental() // untriaged 5931 @Experimental() // untriaged
5268 void samplerParameteri(Sampler sampler, int pname, int param) => _blink.BlinkW ebGL2RenderingContext.instance.samplerParameteri_Callback_3_(this, sampler, pnam e, param); 5932 void samplerParameteri(Sampler sampler, int pname, int param) =>
5269 5933 _blink.BlinkWebGL2RenderingContext.instance
5934 .samplerParameteri_Callback_3_(this, sampler, pname, param);
5935
5270 @DomName('WebGL2RenderingContext.texImage3D') 5936 @DomName('WebGL2RenderingContext.texImage3D')
5271 @DocsEditable() 5937 @DocsEditable()
5272 @Experimental() // untriaged 5938 @Experimental() // untriaged
5273 void texImage3D(int target, int level, int internalformat, int width, int heig ht, int depth, int border, int format, int type, TypedData pixels) => _blink.Bli nkWebGL2RenderingContext.instance.texImage3D_Callback_10_(this, target, level, i nternalformat, width, height, depth, border, format, type, pixels); 5939 void texImage3D(
5274 5940 int target,
5941 int level,
5942 int internalformat,
5943 int width,
5944 int height,
5945 int depth,
5946 int border,
5947 int format,
5948 int type,
5949 TypedData pixels) =>
5950 _blink.BlinkWebGL2RenderingContext.instance.texImage3D_Callback_10_(
5951 this,
5952 target,
5953 level,
5954 internalformat,
5955 width,
5956 height,
5957 depth,
5958 border,
5959 format,
5960 type,
5961 pixels);
5962
5275 @DomName('WebGL2RenderingContext.texStorage2D') 5963 @DomName('WebGL2RenderingContext.texStorage2D')
5276 @DocsEditable() 5964 @DocsEditable()
5277 @Experimental() // untriaged 5965 @Experimental() // untriaged
5278 void texStorage2D(int target, int levels, int internalformat, int width, int h eight) => _blink.BlinkWebGL2RenderingContext.instance.texStorage2D_Callback_5_(t his, target, levels, internalformat, width, height); 5966 void texStorage2D(
5279 5967 int target, int levels, int internalformat, int width, int height) =>
5968 _blink.BlinkWebGL2RenderingContext.instance.texStorage2D_Callback_5_(
5969 this, target, levels, internalformat, width, height);
5970
5280 @DomName('WebGL2RenderingContext.texStorage3D') 5971 @DomName('WebGL2RenderingContext.texStorage3D')
5281 @DocsEditable() 5972 @DocsEditable()
5282 @Experimental() // untriaged 5973 @Experimental() // untriaged
5283 void texStorage3D(int target, int levels, int internalformat, int width, int h eight, int depth) => _blink.BlinkWebGL2RenderingContext.instance.texStorage3D_Ca llback_6_(this, target, levels, internalformat, width, height, depth); 5974 void texStorage3D(int target, int levels, int internalformat, int width,
5284 5975 int height, int depth) =>
5285 void texSubImage3D(int target, int level, int xoffset, int yoffset, int zoffse t, int format_OR_width, int height_OR_type, canvas_OR_data_OR_depth_OR_image_OR_ video, [int format, int type, TypedData pixels]) { 5976 _blink.BlinkWebGL2RenderingContext.instance.texStorage3D_Callback_6_(
5286 if ((pixels is TypedData || pixels == null) && (type is int) && (format is i nt) && (canvas_OR_data_OR_depth_OR_image_OR_video is int) && (height_OR_type is int) && (format_OR_width is int) && (zoffset is int) && (yoffset is int) && (xof fset is int) && (level is int) && (target is int)) { 5977 this, target, levels, internalformat, width, height, depth);
5287 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_11_(thi s, target, level, xoffset, yoffset, zoffset, format_OR_width, height_OR_type, ca nvas_OR_data_OR_depth_OR_image_OR_video, format, type, pixels); 5978
5979 void texSubImage3D(
5980 int target,
5981 int level,
5982 int xoffset,
5983 int yoffset,
5984 int zoffset,
5985 int format_OR_width,
5986 int height_OR_type,
5987 canvas_OR_data_OR_depth_OR_image_OR_video,
5988 [int format,
5989 int type,
5990 TypedData pixels]) {
5991 if ((pixels is TypedData || pixels == null) &&
5992 (type is int) &&
5993 (format is int) &&
5994 (canvas_OR_data_OR_depth_OR_image_OR_video is int) &&
5995 (height_OR_type is int) &&
5996 (format_OR_width is int) &&
5997 (zoffset is int) &&
5998 (yoffset is int) &&
5999 (xoffset is int) &&
6000 (level is int) &&
6001 (target is int)) {
6002 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_11_(
6003 this,
6004 target,
6005 level,
6006 xoffset,
6007 yoffset,
6008 zoffset,
6009 format_OR_width,
6010 height_OR_type,
6011 canvas_OR_data_OR_depth_OR_image_OR_video,
6012 format,
6013 type,
6014 pixels);
5288 return; 6015 return;
5289 } 6016 }
5290 if ((canvas_OR_data_OR_depth_OR_image_OR_video is ImageData || canvas_OR_dat a_OR_depth_OR_image_OR_video == null) && (height_OR_type is int) && (format_OR_w idth is int) && (zoffset is int) && (yoffset is int) && (xoffset is int) && (lev el is int) && (target is int) && format == null && type == null && pixels == nul l) { 6017 if ((canvas_OR_data_OR_depth_OR_image_OR_video is ImageData ||
5291 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_8_(this , target, level, xoffset, yoffset, zoffset, format_OR_width, height_OR_type, can vas_OR_data_OR_depth_OR_image_OR_video); 6018 canvas_OR_data_OR_depth_OR_image_OR_video == null) &&
6019 (height_OR_type is int) &&
6020 (format_OR_width is int) &&
6021 (zoffset is int) &&
6022 (yoffset is int) &&
6023 (xoffset is int) &&
6024 (level is int) &&
6025 (target is int) &&
6026 format == null &&
6027 type == null &&
6028 pixels == null) {
6029 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_8_(
6030 this,
6031 target,
6032 level,
6033 xoffset,
6034 yoffset,
6035 zoffset,
6036 format_OR_width,
6037 height_OR_type,
6038 canvas_OR_data_OR_depth_OR_image_OR_video);
5292 return; 6039 return;
5293 } 6040 }
5294 if ((canvas_OR_data_OR_depth_OR_image_OR_video is ImageElement || canvas_OR_ data_OR_depth_OR_image_OR_video == null) && (height_OR_type is int) && (format_O R_width is int) && (zoffset is int) && (yoffset is int) && (xoffset is int) && ( level is int) && (target is int) && format == null && type == null && pixels == null) { 6041 if ((canvas_OR_data_OR_depth_OR_image_OR_video is ImageElement ||
5295 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_8_(this , target, level, xoffset, yoffset, zoffset, format_OR_width, height_OR_type, can vas_OR_data_OR_depth_OR_image_OR_video); 6042 canvas_OR_data_OR_depth_OR_image_OR_video == null) &&
6043 (height_OR_type is int) &&
6044 (format_OR_width is int) &&
6045 (zoffset is int) &&
6046 (yoffset is int) &&
6047 (xoffset is int) &&
6048 (level is int) &&
6049 (target is int) &&
6050 format == null &&
6051 type == null &&
6052 pixels == null) {
6053 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_8_(
6054 this,
6055 target,
6056 level,
6057 xoffset,
6058 yoffset,
6059 zoffset,
6060 format_OR_width,
6061 height_OR_type,
6062 canvas_OR_data_OR_depth_OR_image_OR_video);
5296 return; 6063 return;
5297 } 6064 }
5298 if ((canvas_OR_data_OR_depth_OR_image_OR_video is CanvasElement || canvas_OR _data_OR_depth_OR_image_OR_video == null) && (height_OR_type is int) && (format_ OR_width is int) && (zoffset is int) && (yoffset is int) && (xoffset is int) && (level is int) && (target is int) && format == null && type == null && pixels == null) { 6065 if ((canvas_OR_data_OR_depth_OR_image_OR_video is CanvasElement ||
5299 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_8_(this , target, level, xoffset, yoffset, zoffset, format_OR_width, height_OR_type, can vas_OR_data_OR_depth_OR_image_OR_video); 6066 canvas_OR_data_OR_depth_OR_image_OR_video == null) &&
6067 (height_OR_type is int) &&
6068 (format_OR_width is int) &&
6069 (zoffset is int) &&
6070 (yoffset is int) &&
6071 (xoffset is int) &&
6072 (level is int) &&
6073 (target is int) &&
6074 format == null &&
6075 type == null &&
6076 pixels == null) {
6077 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_8_(
6078 this,
6079 target,
6080 level,
6081 xoffset,
6082 yoffset,
6083 zoffset,
6084 format_OR_width,
6085 height_OR_type,
6086 canvas_OR_data_OR_depth_OR_image_OR_video);
5300 return; 6087 return;
5301 } 6088 }
5302 if ((canvas_OR_data_OR_depth_OR_image_OR_video is VideoElement || canvas_OR_ data_OR_depth_OR_image_OR_video == null) && (height_OR_type is int) && (format_O R_width is int) && (zoffset is int) && (yoffset is int) && (xoffset is int) && ( level is int) && (target is int) && format == null && type == null && pixels == null) { 6089 if ((canvas_OR_data_OR_depth_OR_image_OR_video is VideoElement ||
5303 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_8_(this , target, level, xoffset, yoffset, zoffset, format_OR_width, height_OR_type, can vas_OR_data_OR_depth_OR_image_OR_video); 6090 canvas_OR_data_OR_depth_OR_image_OR_video == null) &&
6091 (height_OR_type is int) &&
6092 (format_OR_width is int) &&
6093 (zoffset is int) &&
6094 (yoffset is int) &&
6095 (xoffset is int) &&
6096 (level is int) &&
6097 (target is int) &&
6098 format == null &&
6099 type == null &&
6100 pixels == null) {
6101 _blink.BlinkWebGL2RenderingContext.instance.texSubImage3D_Callback_8_(
6102 this,
6103 target,
6104 level,
6105 xoffset,
6106 yoffset,
6107 zoffset,
6108 format_OR_width,
6109 height_OR_type,
6110 canvas_OR_data_OR_depth_OR_image_OR_video);
5304 return; 6111 return;
5305 } 6112 }
5306 throw new ArgumentError("Incorrect number or type of arguments"); 6113 throw new ArgumentError("Incorrect number or type of arguments");
5307 } 6114 }
5308 6115
5309 @DomName('WebGL2RenderingContext.transformFeedbackVaryings') 6116 @DomName('WebGL2RenderingContext.transformFeedbackVaryings')
5310 @DocsEditable() 6117 @DocsEditable()
5311 @Experimental() // untriaged 6118 @Experimental() // untriaged
5312 void transformFeedbackVaryings(Program program, List<String> varyings, int buf ferMode) => _blink.BlinkWebGL2RenderingContext.instance.transformFeedbackVarying s_Callback_3_(this, program, varyings, bufferMode); 6119 void transformFeedbackVaryings(
5313 6120 Program program, List<String> varyings, int bufferMode) =>
6121 _blink.BlinkWebGL2RenderingContext.instance
6122 .transformFeedbackVaryings_Callback_3_(
6123 this, program, varyings, bufferMode);
6124
5314 @DomName('WebGL2RenderingContext.uniform1ui') 6125 @DomName('WebGL2RenderingContext.uniform1ui')
5315 @DocsEditable() 6126 @DocsEditable()
5316 @Experimental() // untriaged 6127 @Experimental() // untriaged
5317 void uniform1ui(UniformLocation location, int v0) => _blink.BlinkWebGL2Renderi ngContext.instance.uniform1ui_Callback_2_(this, location, v0); 6128 void uniform1ui(UniformLocation location, int v0) =>
5318 6129 _blink.BlinkWebGL2RenderingContext.instance
6130 .uniform1ui_Callback_2_(this, location, v0);
6131
5319 @DomName('WebGL2RenderingContext.uniform1uiv') 6132 @DomName('WebGL2RenderingContext.uniform1uiv')
5320 @DocsEditable() 6133 @DocsEditable()
5321 @Experimental() // untriaged 6134 @Experimental() // untriaged
5322 void uniform1uiv(UniformLocation location, List<int> value) => _blink.BlinkWeb GL2RenderingContext.instance.uniform1uiv_Callback_2_(this, location, value); 6135 void uniform1uiv(UniformLocation location, List<int> value) =>
5323 6136 _blink.BlinkWebGL2RenderingContext.instance
6137 .uniform1uiv_Callback_2_(this, location, value);
6138
5324 @DomName('WebGL2RenderingContext.uniform2ui') 6139 @DomName('WebGL2RenderingContext.uniform2ui')
5325 @DocsEditable() 6140 @DocsEditable()
5326 @Experimental() // untriaged 6141 @Experimental() // untriaged
5327 void uniform2ui(UniformLocation location, int v0, int v1) => _blink.BlinkWebGL 2RenderingContext.instance.uniform2ui_Callback_3_(this, location, v0, v1); 6142 void uniform2ui(UniformLocation location, int v0, int v1) =>
5328 6143 _blink.BlinkWebGL2RenderingContext.instance
6144 .uniform2ui_Callback_3_(this, location, v0, v1);
6145
5329 @DomName('WebGL2RenderingContext.uniform2uiv') 6146 @DomName('WebGL2RenderingContext.uniform2uiv')
5330 @DocsEditable() 6147 @DocsEditable()
5331 @Experimental() // untriaged 6148 @Experimental() // untriaged
5332 void uniform2uiv(UniformLocation location, List<int> value) => _blink.BlinkWeb GL2RenderingContext.instance.uniform2uiv_Callback_2_(this, location, value); 6149 void uniform2uiv(UniformLocation location, List<int> value) =>
5333 6150 _blink.BlinkWebGL2RenderingContext.instance
6151 .uniform2uiv_Callback_2_(this, location, value);
6152
5334 @DomName('WebGL2RenderingContext.uniform3ui') 6153 @DomName('WebGL2RenderingContext.uniform3ui')
5335 @DocsEditable() 6154 @DocsEditable()
5336 @Experimental() // untriaged 6155 @Experimental() // untriaged
5337 void uniform3ui(UniformLocation location, int v0, int v1, int v2) => _blink.Bl inkWebGL2RenderingContext.instance.uniform3ui_Callback_4_(this, location, v0, v1 , v2); 6156 void uniform3ui(UniformLocation location, int v0, int v1, int v2) =>
5338 6157 _blink.BlinkWebGL2RenderingContext.instance
6158 .uniform3ui_Callback_4_(this, location, v0, v1, v2);
6159
5339 @DomName('WebGL2RenderingContext.uniform3uiv') 6160 @DomName('WebGL2RenderingContext.uniform3uiv')
5340 @DocsEditable() 6161 @DocsEditable()
5341 @Experimental() // untriaged 6162 @Experimental() // untriaged
5342 void uniform3uiv(UniformLocation location, List<int> value) => _blink.BlinkWeb GL2RenderingContext.instance.uniform3uiv_Callback_2_(this, location, value); 6163 void uniform3uiv(UniformLocation location, List<int> value) =>
5343 6164 _blink.BlinkWebGL2RenderingContext.instance
6165 .uniform3uiv_Callback_2_(this, location, value);
6166
5344 @DomName('WebGL2RenderingContext.uniform4ui') 6167 @DomName('WebGL2RenderingContext.uniform4ui')
5345 @DocsEditable() 6168 @DocsEditable()
5346 @Experimental() // untriaged 6169 @Experimental() // untriaged
5347 void uniform4ui(UniformLocation location, int v0, int v1, int v2, int v3) => _ blink.BlinkWebGL2RenderingContext.instance.uniform4ui_Callback_5_(this, location , v0, v1, v2, v3); 6170 void uniform4ui(UniformLocation location, int v0, int v1, int v2, int v3) =>
5348 6171 _blink.BlinkWebGL2RenderingContext.instance
6172 .uniform4ui_Callback_5_(this, location, v0, v1, v2, v3);
6173
5349 @DomName('WebGL2RenderingContext.uniform4uiv') 6174 @DomName('WebGL2RenderingContext.uniform4uiv')
5350 @DocsEditable() 6175 @DocsEditable()
5351 @Experimental() // untriaged 6176 @Experimental() // untriaged
5352 void uniform4uiv(UniformLocation location, List<int> value) => _blink.BlinkWeb GL2RenderingContext.instance.uniform4uiv_Callback_2_(this, location, value); 6177 void uniform4uiv(UniformLocation location, List<int> value) =>
5353 6178 _blink.BlinkWebGL2RenderingContext.instance
6179 .uniform4uiv_Callback_2_(this, location, value);
6180
5354 @DomName('WebGL2RenderingContext.uniformBlockBinding') 6181 @DomName('WebGL2RenderingContext.uniformBlockBinding')
5355 @DocsEditable() 6182 @DocsEditable()
5356 @Experimental() // untriaged 6183 @Experimental() // untriaged
5357 void uniformBlockBinding(Program program, int uniformBlockIndex, int uniformBl ockBinding) => _blink.BlinkWebGL2RenderingContext.instance.uniformBlockBinding_C allback_3_(this, program, uniformBlockIndex, uniformBlockBinding); 6184 void uniformBlockBinding(
5358 6185 Program program, int uniformBlockIndex, int uniformBlockBinding) =>
6186 _blink.BlinkWebGL2RenderingContext.instance
6187 .uniformBlockBinding_Callback_3_(
6188 this, program, uniformBlockIndex, uniformBlockBinding);
6189
5359 void uniformMatrix2x3fv(UniformLocation location, bool transpose, value) { 6190 void uniformMatrix2x3fv(UniformLocation location, bool transpose, value) {
5360 if ((value is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 6191 if ((value is Float32List) &&
5361 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix2x3fv_Callback_3_ (this, location, transpose, value); 6192 (transpose is bool) &&
6193 (location is UniformLocation || location == null)) {
6194 _blink.BlinkWebGL2RenderingContext.instance
6195 .uniformMatrix2x3fv_Callback_3_(this, location, transpose, value);
5362 return; 6196 return;
5363 } 6197 }
5364 if ((value is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 6198 if ((value is List<num>) &&
5365 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix2x3fv_Callback_3_ (this, location, transpose, value); 6199 (transpose is bool) &&
6200 (location is UniformLocation || location == null)) {
6201 _blink.BlinkWebGL2RenderingContext.instance
6202 .uniformMatrix2x3fv_Callback_3_(this, location, transpose, value);
5366 return; 6203 return;
5367 } 6204 }
5368 throw new ArgumentError("Incorrect number or type of arguments"); 6205 throw new ArgumentError("Incorrect number or type of arguments");
5369 } 6206 }
5370 6207
5371 void uniformMatrix2x4fv(UniformLocation location, bool transpose, value) { 6208 void uniformMatrix2x4fv(UniformLocation location, bool transpose, value) {
5372 if ((value is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 6209 if ((value is Float32List) &&
5373 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix2x4fv_Callback_3_ (this, location, transpose, value); 6210 (transpose is bool) &&
6211 (location is UniformLocation || location == null)) {
6212 _blink.BlinkWebGL2RenderingContext.instance
6213 .uniformMatrix2x4fv_Callback_3_(this, location, transpose, value);
5374 return; 6214 return;
5375 } 6215 }
5376 if ((value is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 6216 if ((value is List<num>) &&
5377 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix2x4fv_Callback_3_ (this, location, transpose, value); 6217 (transpose is bool) &&
6218 (location is UniformLocation || location == null)) {
6219 _blink.BlinkWebGL2RenderingContext.instance
6220 .uniformMatrix2x4fv_Callback_3_(this, location, transpose, value);
5378 return; 6221 return;
5379 } 6222 }
5380 throw new ArgumentError("Incorrect number or type of arguments"); 6223 throw new ArgumentError("Incorrect number or type of arguments");
5381 } 6224 }
5382 6225
5383 void uniformMatrix3x2fv(UniformLocation location, bool transpose, value) { 6226 void uniformMatrix3x2fv(UniformLocation location, bool transpose, value) {
5384 if ((value is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 6227 if ((value is Float32List) &&
5385 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix3x2fv_Callback_3_ (this, location, transpose, value); 6228 (transpose is bool) &&
6229 (location is UniformLocation || location == null)) {
6230 _blink.BlinkWebGL2RenderingContext.instance
6231 .uniformMatrix3x2fv_Callback_3_(this, location, transpose, value);
5386 return; 6232 return;
5387 } 6233 }
5388 if ((value is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 6234 if ((value is List<num>) &&
5389 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix3x2fv_Callback_3_ (this, location, transpose, value); 6235 (transpose is bool) &&
6236 (location is UniformLocation || location == null)) {
6237 _blink.BlinkWebGL2RenderingContext.instance
6238 .uniformMatrix3x2fv_Callback_3_(this, location, transpose, value);
5390 return; 6239 return;
5391 } 6240 }
5392 throw new ArgumentError("Incorrect number or type of arguments"); 6241 throw new ArgumentError("Incorrect number or type of arguments");
5393 } 6242 }
5394 6243
5395 void uniformMatrix3x4fv(UniformLocation location, bool transpose, value) { 6244 void uniformMatrix3x4fv(UniformLocation location, bool transpose, value) {
5396 if ((value is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 6245 if ((value is Float32List) &&
5397 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix3x4fv_Callback_3_ (this, location, transpose, value); 6246 (transpose is bool) &&
6247 (location is UniformLocation || location == null)) {
6248 _blink.BlinkWebGL2RenderingContext.instance
6249 .uniformMatrix3x4fv_Callback_3_(this, location, transpose, value);
5398 return; 6250 return;
5399 } 6251 }
5400 if ((value is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 6252 if ((value is List<num>) &&
5401 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix3x4fv_Callback_3_ (this, location, transpose, value); 6253 (transpose is bool) &&
6254 (location is UniformLocation || location == null)) {
6255 _blink.BlinkWebGL2RenderingContext.instance
6256 .uniformMatrix3x4fv_Callback_3_(this, location, transpose, value);
5402 return; 6257 return;
5403 } 6258 }
5404 throw new ArgumentError("Incorrect number or type of arguments"); 6259 throw new ArgumentError("Incorrect number or type of arguments");
5405 } 6260 }
5406 6261
5407 void uniformMatrix4x2fv(UniformLocation location, bool transpose, value) { 6262 void uniformMatrix4x2fv(UniformLocation location, bool transpose, value) {
5408 if ((value is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 6263 if ((value is Float32List) &&
5409 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix4x2fv_Callback_3_ (this, location, transpose, value); 6264 (transpose is bool) &&
6265 (location is UniformLocation || location == null)) {
6266 _blink.BlinkWebGL2RenderingContext.instance
6267 .uniformMatrix4x2fv_Callback_3_(this, location, transpose, value);
5410 return; 6268 return;
5411 } 6269 }
5412 if ((value is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 6270 if ((value is List<num>) &&
5413 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix4x2fv_Callback_3_ (this, location, transpose, value); 6271 (transpose is bool) &&
6272 (location is UniformLocation || location == null)) {
6273 _blink.BlinkWebGL2RenderingContext.instance
6274 .uniformMatrix4x2fv_Callback_3_(this, location, transpose, value);
5414 return; 6275 return;
5415 } 6276 }
5416 throw new ArgumentError("Incorrect number or type of arguments"); 6277 throw new ArgumentError("Incorrect number or type of arguments");
5417 } 6278 }
5418 6279
5419 void uniformMatrix4x3fv(UniformLocation location, bool transpose, value) { 6280 void uniformMatrix4x3fv(UniformLocation location, bool transpose, value) {
5420 if ((value is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 6281 if ((value is Float32List) &&
5421 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix4x3fv_Callback_3_ (this, location, transpose, value); 6282 (transpose is bool) &&
6283 (location is UniformLocation || location == null)) {
6284 _blink.BlinkWebGL2RenderingContext.instance
6285 .uniformMatrix4x3fv_Callback_3_(this, location, transpose, value);
5422 return; 6286 return;
5423 } 6287 }
5424 if ((value is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 6288 if ((value is List<num>) &&
5425 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix4x3fv_Callback_3_ (this, location, transpose, value); 6289 (transpose is bool) &&
6290 (location is UniformLocation || location == null)) {
6291 _blink.BlinkWebGL2RenderingContext.instance
6292 .uniformMatrix4x3fv_Callback_3_(this, location, transpose, value);
5426 return; 6293 return;
5427 } 6294 }
5428 throw new ArgumentError("Incorrect number or type of arguments"); 6295 throw new ArgumentError("Incorrect number or type of arguments");
5429 } 6296 }
5430 6297
5431 @DomName('WebGL2RenderingContext.vertexAttribDivisor') 6298 @DomName('WebGL2RenderingContext.vertexAttribDivisor')
5432 @DocsEditable() 6299 @DocsEditable()
5433 @Experimental() // untriaged 6300 @Experimental() // untriaged
5434 void vertexAttribDivisor(int index, int divisor) => _blink.BlinkWebGL2Renderin gContext.instance.vertexAttribDivisor_Callback_2_(this, index, divisor); 6301 void vertexAttribDivisor(int index, int divisor) =>
5435 6302 _blink.BlinkWebGL2RenderingContext.instance
6303 .vertexAttribDivisor_Callback_2_(this, index, divisor);
6304
5436 @DomName('WebGL2RenderingContext.vertexAttribI4i') 6305 @DomName('WebGL2RenderingContext.vertexAttribI4i')
5437 @DocsEditable() 6306 @DocsEditable()
5438 @Experimental() // untriaged 6307 @Experimental() // untriaged
5439 void vertexAttribI4i(int index, int x, int y, int z, int w) => _blink.BlinkWeb GL2RenderingContext.instance.vertexAttribI4i_Callback_5_(this, index, x, y, z, w ); 6308 void vertexAttribI4i(int index, int x, int y, int z, int w) =>
5440 6309 _blink.BlinkWebGL2RenderingContext.instance
6310 .vertexAttribI4i_Callback_5_(this, index, x, y, z, w);
6311
5441 @DomName('WebGL2RenderingContext.vertexAttribI4iv') 6312 @DomName('WebGL2RenderingContext.vertexAttribI4iv')
5442 @DocsEditable() 6313 @DocsEditable()
5443 @Experimental() // untriaged 6314 @Experimental() // untriaged
5444 void vertexAttribI4iv(int index, List<int> v) => _blink.BlinkWebGL2RenderingCo ntext.instance.vertexAttribI4iv_Callback_2_(this, index, v); 6315 void vertexAttribI4iv(int index, List<int> v) =>
5445 6316 _blink.BlinkWebGL2RenderingContext.instance
6317 .vertexAttribI4iv_Callback_2_(this, index, v);
6318
5446 @DomName('WebGL2RenderingContext.vertexAttribI4ui') 6319 @DomName('WebGL2RenderingContext.vertexAttribI4ui')
5447 @DocsEditable() 6320 @DocsEditable()
5448 @Experimental() // untriaged 6321 @Experimental() // untriaged
5449 void vertexAttribI4ui(int index, int x, int y, int z, int w) => _blink.BlinkWe bGL2RenderingContext.instance.vertexAttribI4ui_Callback_5_(this, index, x, y, z, w); 6322 void vertexAttribI4ui(int index, int x, int y, int z, int w) =>
5450 6323 _blink.BlinkWebGL2RenderingContext.instance
6324 .vertexAttribI4ui_Callback_5_(this, index, x, y, z, w);
6325
5451 @DomName('WebGL2RenderingContext.vertexAttribI4uiv') 6326 @DomName('WebGL2RenderingContext.vertexAttribI4uiv')
5452 @DocsEditable() 6327 @DocsEditable()
5453 @Experimental() // untriaged 6328 @Experimental() // untriaged
5454 void vertexAttribI4uiv(int index, List<int> v) => _blink.BlinkWebGL2RenderingC ontext.instance.vertexAttribI4uiv_Callback_2_(this, index, v); 6329 void vertexAttribI4uiv(int index, List<int> v) =>
5455 6330 _blink.BlinkWebGL2RenderingContext.instance
6331 .vertexAttribI4uiv_Callback_2_(this, index, v);
6332
5456 @DomName('WebGL2RenderingContext.vertexAttribIPointer') 6333 @DomName('WebGL2RenderingContext.vertexAttribIPointer')
5457 @DocsEditable() 6334 @DocsEditable()
5458 @Experimental() // untriaged 6335 @Experimental() // untriaged
5459 void vertexAttribIPointer(int index, int size, int type, int stride, int offse t) => _blink.BlinkWebGL2RenderingContext.instance.vertexAttribIPointer_Callback_ 5_(this, index, size, type, stride, offset); 6336 void vertexAttribIPointer(
5460 6337 int index, int size, int type, int stride, int offset) =>
6338 _blink.BlinkWebGL2RenderingContext.instance
6339 .vertexAttribIPointer_Callback_5_(
6340 this, index, size, type, stride, offset);
6341
5461 @DomName('WebGL2RenderingContext.waitSync') 6342 @DomName('WebGL2RenderingContext.waitSync')
5462 @DocsEditable() 6343 @DocsEditable()
5463 @Experimental() // untriaged 6344 @Experimental() // untriaged
5464 void waitSync(Sync sync, int flags, int timeout) => _blink.BlinkWebGL2Renderin gContext.instance.waitSync_Callback_3_(this, sync, flags, timeout); 6345 void waitSync(Sync sync, int flags, int timeout) =>
5465 6346 _blink.BlinkWebGL2RenderingContext.instance
6347 .waitSync_Callback_3_(this, sync, flags, timeout);
6348
5466 @DomName('WebGL2RenderingContext.canvas') 6349 @DomName('WebGL2RenderingContext.canvas')
5467 @DocsEditable() 6350 @DocsEditable()
5468 @Experimental() // untriaged 6351 @Experimental() // untriaged
5469 CanvasElement get canvas => _blink.BlinkWebGL2RenderingContext.instance.canvas _Getter_(this); 6352 CanvasElement get canvas =>
5470 6353 _blink.BlinkWebGL2RenderingContext.instance.canvas_Getter_(this);
6354
5471 @DomName('WebGL2RenderingContext.drawingBufferHeight') 6355 @DomName('WebGL2RenderingContext.drawingBufferHeight')
5472 @DocsEditable() 6356 @DocsEditable()
5473 @Experimental() // untriaged 6357 @Experimental() // untriaged
5474 int get drawingBufferHeight => _blink.BlinkWebGL2RenderingContext.instance.dra wingBufferHeight_Getter_(this); 6358 int get drawingBufferHeight => _blink.BlinkWebGL2RenderingContext.instance
5475 6359 .drawingBufferHeight_Getter_(this);
6360
5476 @DomName('WebGL2RenderingContext.drawingBufferWidth') 6361 @DomName('WebGL2RenderingContext.drawingBufferWidth')
5477 @DocsEditable() 6362 @DocsEditable()
5478 @Experimental() // untriaged 6363 @Experimental() // untriaged
5479 int get drawingBufferWidth => _blink.BlinkWebGL2RenderingContext.instance.draw ingBufferWidth_Getter_(this); 6364 int get drawingBufferWidth => _blink.BlinkWebGL2RenderingContext.instance
5480 6365 .drawingBufferWidth_Getter_(this);
6366
5481 @DomName('WebGL2RenderingContext.activeTexture') 6367 @DomName('WebGL2RenderingContext.activeTexture')
5482 @DocsEditable() 6368 @DocsEditable()
5483 @Experimental() // untriaged 6369 @Experimental() // untriaged
5484 void activeTexture(int texture) => _blink.BlinkWebGL2RenderingContext.instance .activeTexture_Callback_1_(this, texture); 6370 void activeTexture(int texture) => _blink.BlinkWebGL2RenderingContext.instance
5485 6371 .activeTexture_Callback_1_(this, texture);
6372
5486 @DomName('WebGL2RenderingContext.attachShader') 6373 @DomName('WebGL2RenderingContext.attachShader')
5487 @DocsEditable() 6374 @DocsEditable()
5488 @Experimental() // untriaged 6375 @Experimental() // untriaged
5489 void attachShader(Program program, Shader shader) => _blink.BlinkWebGL2Renderi ngContext.instance.attachShader_Callback_2_(this, program, shader); 6376 void attachShader(Program program, Shader shader) =>
5490 6377 _blink.BlinkWebGL2RenderingContext.instance
6378 .attachShader_Callback_2_(this, program, shader);
6379
5491 @DomName('WebGL2RenderingContext.bindAttribLocation') 6380 @DomName('WebGL2RenderingContext.bindAttribLocation')
5492 @DocsEditable() 6381 @DocsEditable()
5493 @Experimental() // untriaged 6382 @Experimental() // untriaged
5494 void bindAttribLocation(Program program, int index, String name) => _blink.Bli nkWebGL2RenderingContext.instance.bindAttribLocation_Callback_3_(this, program, index, name); 6383 void bindAttribLocation(Program program, int index, String name) =>
5495 6384 _blink.BlinkWebGL2RenderingContext.instance
6385 .bindAttribLocation_Callback_3_(this, program, index, name);
6386
5496 @DomName('WebGL2RenderingContext.bindBuffer') 6387 @DomName('WebGL2RenderingContext.bindBuffer')
5497 @DocsEditable() 6388 @DocsEditable()
5498 @Experimental() // untriaged 6389 @Experimental() // untriaged
5499 void bindBuffer(int target, Buffer buffer) => _blink.BlinkWebGL2RenderingConte xt.instance.bindBuffer_Callback_2_(this, target, buffer); 6390 void bindBuffer(int target, Buffer buffer) =>
5500 6391 _blink.BlinkWebGL2RenderingContext.instance
6392 .bindBuffer_Callback_2_(this, target, buffer);
6393
5501 @DomName('WebGL2RenderingContext.bindFramebuffer') 6394 @DomName('WebGL2RenderingContext.bindFramebuffer')
5502 @DocsEditable() 6395 @DocsEditable()
5503 @Experimental() // untriaged 6396 @Experimental() // untriaged
5504 void bindFramebuffer(int target, Framebuffer framebuffer) => _blink.BlinkWebGL 2RenderingContext.instance.bindFramebuffer_Callback_2_(this, target, framebuffer ); 6397 void bindFramebuffer(int target, Framebuffer framebuffer) =>
5505 6398 _blink.BlinkWebGL2RenderingContext.instance
6399 .bindFramebuffer_Callback_2_(this, target, framebuffer);
6400
5506 @DomName('WebGL2RenderingContext.bindRenderbuffer') 6401 @DomName('WebGL2RenderingContext.bindRenderbuffer')
5507 @DocsEditable() 6402 @DocsEditable()
5508 @Experimental() // untriaged 6403 @Experimental() // untriaged
5509 void bindRenderbuffer(int target, Renderbuffer renderbuffer) => _blink.BlinkWe bGL2RenderingContext.instance.bindRenderbuffer_Callback_2_(this, target, renderb uffer); 6404 void bindRenderbuffer(int target, Renderbuffer renderbuffer) =>
5510 6405 _blink.BlinkWebGL2RenderingContext.instance
6406 .bindRenderbuffer_Callback_2_(this, target, renderbuffer);
6407
5511 @DomName('WebGL2RenderingContext.bindTexture') 6408 @DomName('WebGL2RenderingContext.bindTexture')
5512 @DocsEditable() 6409 @DocsEditable()
5513 @Experimental() // untriaged 6410 @Experimental() // untriaged
5514 void bindTexture(int target, Texture texture) => _blink.BlinkWebGL2RenderingCo ntext.instance.bindTexture_Callback_2_(this, target, texture); 6411 void bindTexture(int target, Texture texture) =>
5515 6412 _blink.BlinkWebGL2RenderingContext.instance
6413 .bindTexture_Callback_2_(this, target, texture);
6414
5516 @DomName('WebGL2RenderingContext.blendColor') 6415 @DomName('WebGL2RenderingContext.blendColor')
5517 @DocsEditable() 6416 @DocsEditable()
5518 @Experimental() // untriaged 6417 @Experimental() // untriaged
5519 void blendColor(num red, num green, num blue, num alpha) => _blink.BlinkWebGL2 RenderingContext.instance.blendColor_Callback_4_(this, red, green, blue, alpha); 6418 void blendColor(num red, num green, num blue, num alpha) =>
5520 6419 _blink.BlinkWebGL2RenderingContext.instance
6420 .blendColor_Callback_4_(this, red, green, blue, alpha);
6421
5521 @DomName('WebGL2RenderingContext.blendEquation') 6422 @DomName('WebGL2RenderingContext.blendEquation')
5522 @DocsEditable() 6423 @DocsEditable()
5523 @Experimental() // untriaged 6424 @Experimental() // untriaged
5524 void blendEquation(int mode) => _blink.BlinkWebGL2RenderingContext.instance.bl endEquation_Callback_1_(this, mode); 6425 void blendEquation(int mode) => _blink.BlinkWebGL2RenderingContext.instance
5525 6426 .blendEquation_Callback_1_(this, mode);
6427
5526 @DomName('WebGL2RenderingContext.blendEquationSeparate') 6428 @DomName('WebGL2RenderingContext.blendEquationSeparate')
5527 @DocsEditable() 6429 @DocsEditable()
5528 @Experimental() // untriaged 6430 @Experimental() // untriaged
5529 void blendEquationSeparate(int modeRGB, int modeAlpha) => _blink.BlinkWebGL2Re nderingContext.instance.blendEquationSeparate_Callback_2_(this, modeRGB, modeAlp ha); 6431 void blendEquationSeparate(int modeRGB, int modeAlpha) =>
5530 6432 _blink.BlinkWebGL2RenderingContext.instance
6433 .blendEquationSeparate_Callback_2_(this, modeRGB, modeAlpha);
6434
5531 @DomName('WebGL2RenderingContext.blendFunc') 6435 @DomName('WebGL2RenderingContext.blendFunc')
5532 @DocsEditable() 6436 @DocsEditable()
5533 @Experimental() // untriaged 6437 @Experimental() // untriaged
5534 void blendFunc(int sfactor, int dfactor) => _blink.BlinkWebGL2RenderingContext .instance.blendFunc_Callback_2_(this, sfactor, dfactor); 6438 void blendFunc(int sfactor, int dfactor) =>
5535 6439 _blink.BlinkWebGL2RenderingContext.instance
6440 .blendFunc_Callback_2_(this, sfactor, dfactor);
6441
5536 @DomName('WebGL2RenderingContext.blendFuncSeparate') 6442 @DomName('WebGL2RenderingContext.blendFuncSeparate')
5537 @DocsEditable() 6443 @DocsEditable()
5538 @Experimental() // untriaged 6444 @Experimental() // untriaged
5539 void blendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) => _blink.BlinkWebGL2RenderingContext.instance.blendFuncSeparate_Callback_4_(this, srcRGB, dstRGB, srcAlpha, dstAlpha); 6445 void blendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) =>
5540 6446 _blink.BlinkWebGL2RenderingContext.instance.blendFuncSeparate_Callback_4_(
6447 this, srcRGB, dstRGB, srcAlpha, dstAlpha);
6448
5541 void bufferData(int target, data_OR_size, int usage) { 6449 void bufferData(int target, data_OR_size, int usage) {
5542 if ((usage is int) && (data_OR_size is int) && (target is int)) { 6450 if ((usage is int) && (data_OR_size is int) && (target is int)) {
5543 _blink.BlinkWebGL2RenderingContext.instance.bufferData_Callback_3_(this, t arget, data_OR_size, usage); 6451 _blink.BlinkWebGL2RenderingContext.instance
6452 .bufferData_Callback_3_(this, target, data_OR_size, usage);
5544 return; 6453 return;
5545 } 6454 }
5546 if ((usage is int) && (data_OR_size is TypedData) && (target is int)) { 6455 if ((usage is int) && (data_OR_size is TypedData) && (target is int)) {
5547 _blink.BlinkWebGL2RenderingContext.instance.bufferData_Callback_3_(this, t arget, data_OR_size, usage); 6456 _blink.BlinkWebGL2RenderingContext.instance
6457 .bufferData_Callback_3_(this, target, data_OR_size, usage);
5548 return; 6458 return;
5549 } 6459 }
5550 if ((usage is int) && (data_OR_size is ByteBuffer || data_OR_size == null) & & (target is int)) { 6460 if ((usage is int) &&
5551 _blink.BlinkWebGL2RenderingContext.instance.bufferData_Callback_3_(this, t arget, data_OR_size, usage); 6461 (data_OR_size is ByteBuffer || data_OR_size == null) &&
6462 (target is int)) {
6463 _blink.BlinkWebGL2RenderingContext.instance
6464 .bufferData_Callback_3_(this, target, data_OR_size, usage);
5552 return; 6465 return;
5553 } 6466 }
5554 throw new ArgumentError("Incorrect number or type of arguments"); 6467 throw new ArgumentError("Incorrect number or type of arguments");
5555 } 6468 }
5556 6469
5557 void bufferSubData(int target, int offset, data) { 6470 void bufferSubData(int target, int offset, data) {
5558 if ((data is TypedData) && (offset is int) && (target is int)) { 6471 if ((data is TypedData) && (offset is int) && (target is int)) {
5559 _blink.BlinkWebGL2RenderingContext.instance.bufferSubData_Callback_3_(this , target, offset, data); 6472 _blink.BlinkWebGL2RenderingContext.instance
6473 .bufferSubData_Callback_3_(this, target, offset, data);
5560 return; 6474 return;
5561 } 6475 }
5562 if ((data is ByteBuffer || data == null) && (offset is int) && (target is in t)) { 6476 if ((data is ByteBuffer || data == null) &&
5563 _blink.BlinkWebGL2RenderingContext.instance.bufferSubData_Callback_3_(this , target, offset, data); 6477 (offset is int) &&
6478 (target is int)) {
6479 _blink.BlinkWebGL2RenderingContext.instance
6480 .bufferSubData_Callback_3_(this, target, offset, data);
5564 return; 6481 return;
5565 } 6482 }
5566 throw new ArgumentError("Incorrect number or type of arguments"); 6483 throw new ArgumentError("Incorrect number or type of arguments");
5567 } 6484 }
5568 6485
5569 @DomName('WebGL2RenderingContext.checkFramebufferStatus') 6486 @DomName('WebGL2RenderingContext.checkFramebufferStatus')
5570 @DocsEditable() 6487 @DocsEditable()
5571 @Experimental() // untriaged 6488 @Experimental() // untriaged
5572 int checkFramebufferStatus(int target) => _blink.BlinkWebGL2RenderingContext.i nstance.checkFramebufferStatus_Callback_1_(this, target); 6489 int checkFramebufferStatus(int target) =>
5573 6490 _blink.BlinkWebGL2RenderingContext.instance
6491 .checkFramebufferStatus_Callback_1_(this, target);
6492
5574 @DomName('WebGL2RenderingContext.clear') 6493 @DomName('WebGL2RenderingContext.clear')
5575 @DocsEditable() 6494 @DocsEditable()
5576 @Experimental() // untriaged 6495 @Experimental() // untriaged
5577 void clear(int mask) => _blink.BlinkWebGL2RenderingContext.instance.clear_Call back_1_(this, mask); 6496 void clear(int mask) =>
5578 6497 _blink.BlinkWebGL2RenderingContext.instance.clear_Callback_1_(this, mask);
6498
5579 @DomName('WebGL2RenderingContext.clearColor') 6499 @DomName('WebGL2RenderingContext.clearColor')
5580 @DocsEditable() 6500 @DocsEditable()
5581 @Experimental() // untriaged 6501 @Experimental() // untriaged
5582 void clearColor(num red, num green, num blue, num alpha) => _blink.BlinkWebGL2 RenderingContext.instance.clearColor_Callback_4_(this, red, green, blue, alpha); 6502 void clearColor(num red, num green, num blue, num alpha) =>
5583 6503 _blink.BlinkWebGL2RenderingContext.instance
6504 .clearColor_Callback_4_(this, red, green, blue, alpha);
6505
5584 @DomName('WebGL2RenderingContext.clearDepth') 6506 @DomName('WebGL2RenderingContext.clearDepth')
5585 @DocsEditable() 6507 @DocsEditable()
5586 @Experimental() // untriaged 6508 @Experimental() // untriaged
5587 void clearDepth(num depth) => _blink.BlinkWebGL2RenderingContext.instance.clea rDepth_Callback_1_(this, depth); 6509 void clearDepth(num depth) => _blink.BlinkWebGL2RenderingContext.instance
5588 6510 .clearDepth_Callback_1_(this, depth);
6511
5589 @DomName('WebGL2RenderingContext.clearStencil') 6512 @DomName('WebGL2RenderingContext.clearStencil')
5590 @DocsEditable() 6513 @DocsEditable()
5591 @Experimental() // untriaged 6514 @Experimental() // untriaged
5592 void clearStencil(int s) => _blink.BlinkWebGL2RenderingContext.instance.clearS tencil_Callback_1_(this, s); 6515 void clearStencil(int s) => _blink.BlinkWebGL2RenderingContext.instance
5593 6516 .clearStencil_Callback_1_(this, s);
6517
5594 @DomName('WebGL2RenderingContext.colorMask') 6518 @DomName('WebGL2RenderingContext.colorMask')
5595 @DocsEditable() 6519 @DocsEditable()
5596 @Experimental() // untriaged 6520 @Experimental() // untriaged
5597 void colorMask(bool red, bool green, bool blue, bool alpha) => _blink.BlinkWeb GL2RenderingContext.instance.colorMask_Callback_4_(this, red, green, blue, alpha ); 6521 void colorMask(bool red, bool green, bool blue, bool alpha) =>
5598 6522 _blink.BlinkWebGL2RenderingContext.instance
6523 .colorMask_Callback_4_(this, red, green, blue, alpha);
6524
5599 @DomName('WebGL2RenderingContext.compileShader') 6525 @DomName('WebGL2RenderingContext.compileShader')
5600 @DocsEditable() 6526 @DocsEditable()
5601 @Experimental() // untriaged 6527 @Experimental() // untriaged
5602 void compileShader(Shader shader) => _blink.BlinkWebGL2RenderingContext.instan ce.compileShader_Callback_1_(this, shader); 6528 void compileShader(Shader shader) =>
5603 6529 _blink.BlinkWebGL2RenderingContext.instance
6530 .compileShader_Callback_1_(this, shader);
6531
5604 @DomName('WebGL2RenderingContext.compressedTexImage2D') 6532 @DomName('WebGL2RenderingContext.compressedTexImage2D')
5605 @DocsEditable() 6533 @DocsEditable()
5606 @Experimental() // untriaged 6534 @Experimental() // untriaged
5607 void compressedTexImage2D(int target, int level, int internalformat, int width , int height, int border, TypedData data) => _blink.BlinkWebGL2RenderingContext. instance.compressedTexImage2D_Callback_7_(this, target, level, internalformat, w idth, height, border, data); 6535 void compressedTexImage2D(int target, int level, int internalformat,
5608 6536 int width, int height, int border, TypedData data) =>
6537 _blink.BlinkWebGL2RenderingContext.instance
6538 .compressedTexImage2D_Callback_7_(
6539 this, target, level, internalformat, width, height, border, data);
6540
5609 @DomName('WebGL2RenderingContext.compressedTexSubImage2D') 6541 @DomName('WebGL2RenderingContext.compressedTexSubImage2D')
5610 @DocsEditable() 6542 @DocsEditable()
5611 @Experimental() // untriaged 6543 @Experimental() // untriaged
5612 void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, TypedData data) => _blink.BlinkWebGL2Renderin gContext.instance.compressedTexSubImage2D_Callback_8_(this, target, level, xoffs et, yoffset, width, height, format, data); 6544 void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset,
5613 6545 int width, int height, int format, TypedData data) =>
6546 _blink.BlinkWebGL2RenderingContext.instance
6547 .compressedTexSubImage2D_Callback_8_(this, target, level, xoffset,
6548 yoffset, width, height, format, data);
6549
5614 @DomName('WebGL2RenderingContext.copyTexImage2D') 6550 @DomName('WebGL2RenderingContext.copyTexImage2D')
5615 @DocsEditable() 6551 @DocsEditable()
5616 @Experimental() // untriaged 6552 @Experimental() // untriaged
5617 void copyTexImage2D(int target, int level, int internalformat, int x, int y, i nt width, int height, int border) => _blink.BlinkWebGL2RenderingContext.instance .copyTexImage2D_Callback_8_(this, target, level, internalformat, x, y, width, he ight, border); 6553 void copyTexImage2D(int target, int level, int internalformat, int x, int y,
5618 6554 int width, int height, int border) =>
6555 _blink.BlinkWebGL2RenderingContext.instance.copyTexImage2D_Callback_8_(
6556 this, target, level, internalformat, x, y, width, height, border);
6557
5619 @DomName('WebGL2RenderingContext.copyTexSubImage2D') 6558 @DomName('WebGL2RenderingContext.copyTexSubImage2D')
5620 @DocsEditable() 6559 @DocsEditable()
5621 @Experimental() // untriaged 6560 @Experimental() // untriaged
5622 void copyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) => _blink.BlinkWebGL2RenderingContext.instance.co pyTexSubImage2D_Callback_8_(this, target, level, xoffset, yoffset, x, y, width, height); 6561 void copyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x,
5623 6562 int y, int width, int height) =>
6563 _blink.BlinkWebGL2RenderingContext.instance.copyTexSubImage2D_Callback_8_(
6564 this, target, level, xoffset, yoffset, x, y, width, height);
6565
5624 @DomName('WebGL2RenderingContext.createBuffer') 6566 @DomName('WebGL2RenderingContext.createBuffer')
5625 @DocsEditable() 6567 @DocsEditable()
5626 @Experimental() // untriaged 6568 @Experimental() // untriaged
5627 Buffer createBuffer() => _blink.BlinkWebGL2RenderingContext.instance.createBuf fer_Callback_0_(this); 6569 Buffer createBuffer() => _blink.BlinkWebGL2RenderingContext.instance
5628 6570 .createBuffer_Callback_0_(this);
6571
5629 @DomName('WebGL2RenderingContext.createFramebuffer') 6572 @DomName('WebGL2RenderingContext.createFramebuffer')
5630 @DocsEditable() 6573 @DocsEditable()
5631 @Experimental() // untriaged 6574 @Experimental() // untriaged
5632 Framebuffer createFramebuffer() => _blink.BlinkWebGL2RenderingContext.instance .createFramebuffer_Callback_0_(this); 6575 Framebuffer createFramebuffer() => _blink.BlinkWebGL2RenderingContext.instance
5633 6576 .createFramebuffer_Callback_0_(this);
6577
5634 @DomName('WebGL2RenderingContext.createProgram') 6578 @DomName('WebGL2RenderingContext.createProgram')
5635 @DocsEditable() 6579 @DocsEditable()
5636 @Experimental() // untriaged 6580 @Experimental() // untriaged
5637 Program createProgram() => _blink.BlinkWebGL2RenderingContext.instance.createP rogram_Callback_0_(this); 6581 Program createProgram() => _blink.BlinkWebGL2RenderingContext.instance
5638 6582 .createProgram_Callback_0_(this);
6583
5639 @DomName('WebGL2RenderingContext.createRenderbuffer') 6584 @DomName('WebGL2RenderingContext.createRenderbuffer')
5640 @DocsEditable() 6585 @DocsEditable()
5641 @Experimental() // untriaged 6586 @Experimental() // untriaged
5642 Renderbuffer createRenderbuffer() => _blink.BlinkWebGL2RenderingContext.instan ce.createRenderbuffer_Callback_0_(this); 6587 Renderbuffer createRenderbuffer() =>
5643 6588 _blink.BlinkWebGL2RenderingContext.instance
6589 .createRenderbuffer_Callback_0_(this);
6590
5644 @DomName('WebGL2RenderingContext.createShader') 6591 @DomName('WebGL2RenderingContext.createShader')
5645 @DocsEditable() 6592 @DocsEditable()
5646 @Experimental() // untriaged 6593 @Experimental() // untriaged
5647 Shader createShader(int type) => _blink.BlinkWebGL2RenderingContext.instance.c reateShader_Callback_1_(this, type); 6594 Shader createShader(int type) => _blink.BlinkWebGL2RenderingContext.instance
5648 6595 .createShader_Callback_1_(this, type);
6596
5649 @DomName('WebGL2RenderingContext.createTexture') 6597 @DomName('WebGL2RenderingContext.createTexture')
5650 @DocsEditable() 6598 @DocsEditable()
5651 @Experimental() // untriaged 6599 @Experimental() // untriaged
5652 Texture createTexture() => _blink.BlinkWebGL2RenderingContext.instance.createT exture_Callback_0_(this); 6600 Texture createTexture() => _blink.BlinkWebGL2RenderingContext.instance
5653 6601 .createTexture_Callback_0_(this);
6602
5654 @DomName('WebGL2RenderingContext.cullFace') 6603 @DomName('WebGL2RenderingContext.cullFace')
5655 @DocsEditable() 6604 @DocsEditable()
5656 @Experimental() // untriaged 6605 @Experimental() // untriaged
5657 void cullFace(int mode) => _blink.BlinkWebGL2RenderingContext.instance.cullFac e_Callback_1_(this, mode); 6606 void cullFace(int mode) => _blink.BlinkWebGL2RenderingContext.instance
5658 6607 .cullFace_Callback_1_(this, mode);
6608
5659 @DomName('WebGL2RenderingContext.deleteBuffer') 6609 @DomName('WebGL2RenderingContext.deleteBuffer')
5660 @DocsEditable() 6610 @DocsEditable()
5661 @Experimental() // untriaged 6611 @Experimental() // untriaged
5662 void deleteBuffer(Buffer buffer) => _blink.BlinkWebGL2RenderingContext.instanc e.deleteBuffer_Callback_1_(this, buffer); 6612 void deleteBuffer(Buffer buffer) =>
5663 6613 _blink.BlinkWebGL2RenderingContext.instance
6614 .deleteBuffer_Callback_1_(this, buffer);
6615
5664 @DomName('WebGL2RenderingContext.deleteFramebuffer') 6616 @DomName('WebGL2RenderingContext.deleteFramebuffer')
5665 @DocsEditable() 6617 @DocsEditable()
5666 @Experimental() // untriaged 6618 @Experimental() // untriaged
5667 void deleteFramebuffer(Framebuffer framebuffer) => _blink.BlinkWebGL2Rendering Context.instance.deleteFramebuffer_Callback_1_(this, framebuffer); 6619 void deleteFramebuffer(Framebuffer framebuffer) =>
5668 6620 _blink.BlinkWebGL2RenderingContext.instance
6621 .deleteFramebuffer_Callback_1_(this, framebuffer);
6622
5669 @DomName('WebGL2RenderingContext.deleteProgram') 6623 @DomName('WebGL2RenderingContext.deleteProgram')
5670 @DocsEditable() 6624 @DocsEditable()
5671 @Experimental() // untriaged 6625 @Experimental() // untriaged
5672 void deleteProgram(Program program) => _blink.BlinkWebGL2RenderingContext.inst ance.deleteProgram_Callback_1_(this, program); 6626 void deleteProgram(Program program) =>
5673 6627 _blink.BlinkWebGL2RenderingContext.instance
6628 .deleteProgram_Callback_1_(this, program);
6629
5674 @DomName('WebGL2RenderingContext.deleteRenderbuffer') 6630 @DomName('WebGL2RenderingContext.deleteRenderbuffer')
5675 @DocsEditable() 6631 @DocsEditable()
5676 @Experimental() // untriaged 6632 @Experimental() // untriaged
5677 void deleteRenderbuffer(Renderbuffer renderbuffer) => _blink.BlinkWebGL2Render ingContext.instance.deleteRenderbuffer_Callback_1_(this, renderbuffer); 6633 void deleteRenderbuffer(Renderbuffer renderbuffer) =>
5678 6634 _blink.BlinkWebGL2RenderingContext.instance
6635 .deleteRenderbuffer_Callback_1_(this, renderbuffer);
6636
5679 @DomName('WebGL2RenderingContext.deleteShader') 6637 @DomName('WebGL2RenderingContext.deleteShader')
5680 @DocsEditable() 6638 @DocsEditable()
5681 @Experimental() // untriaged 6639 @Experimental() // untriaged
5682 void deleteShader(Shader shader) => _blink.BlinkWebGL2RenderingContext.instanc e.deleteShader_Callback_1_(this, shader); 6640 void deleteShader(Shader shader) =>
5683 6641 _blink.BlinkWebGL2RenderingContext.instance
6642 .deleteShader_Callback_1_(this, shader);
6643
5684 @DomName('WebGL2RenderingContext.deleteTexture') 6644 @DomName('WebGL2RenderingContext.deleteTexture')
5685 @DocsEditable() 6645 @DocsEditable()
5686 @Experimental() // untriaged 6646 @Experimental() // untriaged
5687 void deleteTexture(Texture texture) => _blink.BlinkWebGL2RenderingContext.inst ance.deleteTexture_Callback_1_(this, texture); 6647 void deleteTexture(Texture texture) =>
5688 6648 _blink.BlinkWebGL2RenderingContext.instance
6649 .deleteTexture_Callback_1_(this, texture);
6650
5689 @DomName('WebGL2RenderingContext.depthFunc') 6651 @DomName('WebGL2RenderingContext.depthFunc')
5690 @DocsEditable() 6652 @DocsEditable()
5691 @Experimental() // untriaged 6653 @Experimental() // untriaged
5692 void depthFunc(int func) => _blink.BlinkWebGL2RenderingContext.instance.depthF unc_Callback_1_(this, func); 6654 void depthFunc(int func) => _blink.BlinkWebGL2RenderingContext.instance
5693 6655 .depthFunc_Callback_1_(this, func);
6656
5694 @DomName('WebGL2RenderingContext.depthMask') 6657 @DomName('WebGL2RenderingContext.depthMask')
5695 @DocsEditable() 6658 @DocsEditable()
5696 @Experimental() // untriaged 6659 @Experimental() // untriaged
5697 void depthMask(bool flag) => _blink.BlinkWebGL2RenderingContext.instance.depth Mask_Callback_1_(this, flag); 6660 void depthMask(bool flag) => _blink.BlinkWebGL2RenderingContext.instance
5698 6661 .depthMask_Callback_1_(this, flag);
6662
5699 @DomName('WebGL2RenderingContext.depthRange') 6663 @DomName('WebGL2RenderingContext.depthRange')
5700 @DocsEditable() 6664 @DocsEditable()
5701 @Experimental() // untriaged 6665 @Experimental() // untriaged
5702 void depthRange(num zNear, num zFar) => _blink.BlinkWebGL2RenderingContext.ins tance.depthRange_Callback_2_(this, zNear, zFar); 6666 void depthRange(num zNear, num zFar) =>
5703 6667 _blink.BlinkWebGL2RenderingContext.instance
6668 .depthRange_Callback_2_(this, zNear, zFar);
6669
5704 @DomName('WebGL2RenderingContext.detachShader') 6670 @DomName('WebGL2RenderingContext.detachShader')
5705 @DocsEditable() 6671 @DocsEditable()
5706 @Experimental() // untriaged 6672 @Experimental() // untriaged
5707 void detachShader(Program program, Shader shader) => _blink.BlinkWebGL2Renderi ngContext.instance.detachShader_Callback_2_(this, program, shader); 6673 void detachShader(Program program, Shader shader) =>
5708 6674 _blink.BlinkWebGL2RenderingContext.instance
6675 .detachShader_Callback_2_(this, program, shader);
6676
5709 @DomName('WebGL2RenderingContext.disable') 6677 @DomName('WebGL2RenderingContext.disable')
5710 @DocsEditable() 6678 @DocsEditable()
5711 @Experimental() // untriaged 6679 @Experimental() // untriaged
5712 void disable(int cap) => _blink.BlinkWebGL2RenderingContext.instance.disable_C allback_1_(this, cap); 6680 void disable(int cap) => _blink.BlinkWebGL2RenderingContext.instance
5713 6681 .disable_Callback_1_(this, cap);
6682
5714 @DomName('WebGL2RenderingContext.disableVertexAttribArray') 6683 @DomName('WebGL2RenderingContext.disableVertexAttribArray')
5715 @DocsEditable() 6684 @DocsEditable()
5716 @Experimental() // untriaged 6685 @Experimental() // untriaged
5717 void disableVertexAttribArray(int index) => _blink.BlinkWebGL2RenderingContext .instance.disableVertexAttribArray_Callback_1_(this, index); 6686 void disableVertexAttribArray(int index) =>
5718 6687 _blink.BlinkWebGL2RenderingContext.instance
6688 .disableVertexAttribArray_Callback_1_(this, index);
6689
5719 @DomName('WebGL2RenderingContext.drawArrays') 6690 @DomName('WebGL2RenderingContext.drawArrays')
5720 @DocsEditable() 6691 @DocsEditable()
5721 @Experimental() // untriaged 6692 @Experimental() // untriaged
5722 void drawArrays(int mode, int first, int count) => _blink.BlinkWebGL2Rendering Context.instance.drawArrays_Callback_3_(this, mode, first, count); 6693 void drawArrays(int mode, int first, int count) =>
5723 6694 _blink.BlinkWebGL2RenderingContext.instance
6695 .drawArrays_Callback_3_(this, mode, first, count);
6696
5724 @DomName('WebGL2RenderingContext.drawElements') 6697 @DomName('WebGL2RenderingContext.drawElements')
5725 @DocsEditable() 6698 @DocsEditable()
5726 @Experimental() // untriaged 6699 @Experimental() // untriaged
5727 void drawElements(int mode, int count, int type, int offset) => _blink.BlinkWe bGL2RenderingContext.instance.drawElements_Callback_4_(this, mode, count, type, offset); 6700 void drawElements(int mode, int count, int type, int offset) =>
5728 6701 _blink.BlinkWebGL2RenderingContext.instance
6702 .drawElements_Callback_4_(this, mode, count, type, offset);
6703
5729 @DomName('WebGL2RenderingContext.enable') 6704 @DomName('WebGL2RenderingContext.enable')
5730 @DocsEditable() 6705 @DocsEditable()
5731 @Experimental() // untriaged 6706 @Experimental() // untriaged
5732 void enable(int cap) => _blink.BlinkWebGL2RenderingContext.instance.enable_Cal lback_1_(this, cap); 6707 void enable(int cap) =>
5733 6708 _blink.BlinkWebGL2RenderingContext.instance.enable_Callback_1_(this, cap);
6709
5734 @DomName('WebGL2RenderingContext.enableVertexAttribArray') 6710 @DomName('WebGL2RenderingContext.enableVertexAttribArray')
5735 @DocsEditable() 6711 @DocsEditable()
5736 @Experimental() // untriaged 6712 @Experimental() // untriaged
5737 void enableVertexAttribArray(int index) => _blink.BlinkWebGL2RenderingContext. instance.enableVertexAttribArray_Callback_1_(this, index); 6713 void enableVertexAttribArray(int index) =>
5738 6714 _blink.BlinkWebGL2RenderingContext.instance
6715 .enableVertexAttribArray_Callback_1_(this, index);
6716
5739 @DomName('WebGL2RenderingContext.finish') 6717 @DomName('WebGL2RenderingContext.finish')
5740 @DocsEditable() 6718 @DocsEditable()
5741 @Experimental() // untriaged 6719 @Experimental() // untriaged
5742 void finish() => _blink.BlinkWebGL2RenderingContext.instance.finish_Callback_0 _(this); 6720 void finish() =>
5743 6721 _blink.BlinkWebGL2RenderingContext.instance.finish_Callback_0_(this);
6722
5744 @DomName('WebGL2RenderingContext.flush') 6723 @DomName('WebGL2RenderingContext.flush')
5745 @DocsEditable() 6724 @DocsEditable()
5746 @Experimental() // untriaged 6725 @Experimental() // untriaged
5747 void flush() => _blink.BlinkWebGL2RenderingContext.instance.flush_Callback_0_( this); 6726 void flush() =>
5748 6727 _blink.BlinkWebGL2RenderingContext.instance.flush_Callback_0_(this);
6728
5749 @DomName('WebGL2RenderingContext.framebufferRenderbuffer') 6729 @DomName('WebGL2RenderingContext.framebufferRenderbuffer')
5750 @DocsEditable() 6730 @DocsEditable()
5751 @Experimental() // untriaged 6731 @Experimental() // untriaged
5752 void framebufferRenderbuffer(int target, int attachment, int renderbuffertarge t, Renderbuffer renderbuffer) => _blink.BlinkWebGL2RenderingContext.instance.fra mebufferRenderbuffer_Callback_4_(this, target, attachment, renderbuffertarget, r enderbuffer); 6732 void framebufferRenderbuffer(int target, int attachment,
5753 6733 int renderbuffertarget, Renderbuffer renderbuffer) =>
6734 _blink.BlinkWebGL2RenderingContext.instance
6735 .framebufferRenderbuffer_Callback_4_(
6736 this, target, attachment, renderbuffertarget, renderbuffer);
6737
5754 @DomName('WebGL2RenderingContext.framebufferTexture2D') 6738 @DomName('WebGL2RenderingContext.framebufferTexture2D')
5755 @DocsEditable() 6739 @DocsEditable()
5756 @Experimental() // untriaged 6740 @Experimental() // untriaged
5757 void framebufferTexture2D(int target, int attachment, int textarget, Texture t exture, int level) => _blink.BlinkWebGL2RenderingContext.instance.framebufferTex ture2D_Callback_5_(this, target, attachment, textarget, texture, level); 6741 void framebufferTexture2D(int target, int attachment, int textarget,
5758 6742 Texture texture, int level) =>
6743 _blink.BlinkWebGL2RenderingContext.instance
6744 .framebufferTexture2D_Callback_5_(
6745 this, target, attachment, textarget, texture, level);
6746
5759 @DomName('WebGL2RenderingContext.frontFace') 6747 @DomName('WebGL2RenderingContext.frontFace')
5760 @DocsEditable() 6748 @DocsEditable()
5761 @Experimental() // untriaged 6749 @Experimental() // untriaged
5762 void frontFace(int mode) => _blink.BlinkWebGL2RenderingContext.instance.frontF ace_Callback_1_(this, mode); 6750 void frontFace(int mode) => _blink.BlinkWebGL2RenderingContext.instance
5763 6751 .frontFace_Callback_1_(this, mode);
6752
5764 @DomName('WebGL2RenderingContext.generateMipmap') 6753 @DomName('WebGL2RenderingContext.generateMipmap')
5765 @DocsEditable() 6754 @DocsEditable()
5766 @Experimental() // untriaged 6755 @Experimental() // untriaged
5767 void generateMipmap(int target) => _blink.BlinkWebGL2RenderingContext.instance .generateMipmap_Callback_1_(this, target); 6756 void generateMipmap(int target) => _blink.BlinkWebGL2RenderingContext.instance
5768 6757 .generateMipmap_Callback_1_(this, target);
6758
5769 @DomName('WebGL2RenderingContext.getActiveAttrib') 6759 @DomName('WebGL2RenderingContext.getActiveAttrib')
5770 @DocsEditable() 6760 @DocsEditable()
5771 @Experimental() // untriaged 6761 @Experimental() // untriaged
5772 ActiveInfo getActiveAttrib(Program program, int index) => _blink.BlinkWebGL2Re nderingContext.instance.getActiveAttrib_Callback_2_(this, program, index); 6762 ActiveInfo getActiveAttrib(Program program, int index) =>
5773 6763 _blink.BlinkWebGL2RenderingContext.instance
6764 .getActiveAttrib_Callback_2_(this, program, index);
6765
5774 @DomName('WebGL2RenderingContext.getActiveUniform') 6766 @DomName('WebGL2RenderingContext.getActiveUniform')
5775 @DocsEditable() 6767 @DocsEditable()
5776 @Experimental() // untriaged 6768 @Experimental() // untriaged
5777 ActiveInfo getActiveUniform(Program program, int index) => _blink.BlinkWebGL2R enderingContext.instance.getActiveUniform_Callback_2_(this, program, index); 6769 ActiveInfo getActiveUniform(Program program, int index) =>
5778 6770 _blink.BlinkWebGL2RenderingContext.instance
6771 .getActiveUniform_Callback_2_(this, program, index);
6772
5779 @DomName('WebGL2RenderingContext.getAttachedShaders') 6773 @DomName('WebGL2RenderingContext.getAttachedShaders')
5780 @DocsEditable() 6774 @DocsEditable()
5781 @Experimental() // untriaged 6775 @Experimental() // untriaged
5782 List<Shader> getAttachedShaders(Program program) => _blink.BlinkWebGL2Renderin gContext.instance.getAttachedShaders_Callback_1_(this, program); 6776 List<Shader> getAttachedShaders(Program program) =>
5783 6777 _blink.BlinkWebGL2RenderingContext.instance
6778 .getAttachedShaders_Callback_1_(this, program);
6779
5784 @DomName('WebGL2RenderingContext.getAttribLocation') 6780 @DomName('WebGL2RenderingContext.getAttribLocation')
5785 @DocsEditable() 6781 @DocsEditable()
5786 @Experimental() // untriaged 6782 @Experimental() // untriaged
5787 int getAttribLocation(Program program, String name) => _blink.BlinkWebGL2Rende ringContext.instance.getAttribLocation_Callback_2_(this, program, name); 6783 int getAttribLocation(Program program, String name) =>
5788 6784 _blink.BlinkWebGL2RenderingContext.instance
6785 .getAttribLocation_Callback_2_(this, program, name);
6786
5789 @DomName('WebGL2RenderingContext.getBufferParameter') 6787 @DomName('WebGL2RenderingContext.getBufferParameter')
5790 @DocsEditable() 6788 @DocsEditable()
5791 @Experimental() // untriaged 6789 @Experimental() // untriaged
5792 Object getBufferParameter(int target, int pname) => (_blink.BlinkWebGL2Renderi ngContext.instance.getBufferParameter_Callback_2_(this, target, pname)); 6790 Object getBufferParameter(int target, int pname) =>
5793 6791 (_blink.BlinkWebGL2RenderingContext.instance
6792 .getBufferParameter_Callback_2_(this, target, pname));
6793
5794 @DomName('WebGL2RenderingContext.getContextAttributes') 6794 @DomName('WebGL2RenderingContext.getContextAttributes')
5795 @DocsEditable() 6795 @DocsEditable()
5796 @Experimental() // untriaged 6796 @Experimental() // untriaged
5797 getContextAttributes() => convertNativeDictionaryToDartDictionary((_blink.Bli nkWebGL2RenderingContext.instance.getContextAttributes_Callback_0_(this))); 6797 getContextAttributes() => convertNativeDictionaryToDartDictionary((_blink
5798 6798 .BlinkWebGL2RenderingContext.instance
6799 .getContextAttributes_Callback_0_(this)));
6800
5799 @DomName('WebGL2RenderingContext.getError') 6801 @DomName('WebGL2RenderingContext.getError')
5800 @DocsEditable() 6802 @DocsEditable()
5801 @Experimental() // untriaged 6803 @Experimental() // untriaged
5802 int getError() => _blink.BlinkWebGL2RenderingContext.instance.getError_Callbac k_0_(this); 6804 int getError() =>
5803 6805 _blink.BlinkWebGL2RenderingContext.instance.getError_Callback_0_(this);
6806
5804 @DomName('WebGL2RenderingContext.getExtension') 6807 @DomName('WebGL2RenderingContext.getExtension')
5805 @DocsEditable() 6808 @DocsEditable()
5806 @Experimental() // untriaged 6809 @Experimental() // untriaged
5807 Object getExtension(String name) => (_blink.BlinkWebGL2RenderingContext.instan ce.getExtension_Callback_1_(this, name)); 6810 Object getExtension(String name) =>
5808 6811 (_blink.BlinkWebGL2RenderingContext.instance
6812 .getExtension_Callback_1_(this, name));
6813
5809 @DomName('WebGL2RenderingContext.getFramebufferAttachmentParameter') 6814 @DomName('WebGL2RenderingContext.getFramebufferAttachmentParameter')
5810 @DocsEditable() 6815 @DocsEditable()
5811 @Experimental() // untriaged 6816 @Experimental() // untriaged
5812 Object getFramebufferAttachmentParameter(int target, int attachment, int pname ) => (_blink.BlinkWebGL2RenderingContext.instance.getFramebufferAttachmentParame ter_Callback_3_(this, target, attachment, pname)); 6817 Object getFramebufferAttachmentParameter(
5813 6818 int target, int attachment, int pname) =>
6819 (_blink.BlinkWebGL2RenderingContext.instance
6820 .getFramebufferAttachmentParameter_Callback_3_(
6821 this, target, attachment, pname));
6822
5814 @DomName('WebGL2RenderingContext.getParameter') 6823 @DomName('WebGL2RenderingContext.getParameter')
5815 @DocsEditable() 6824 @DocsEditable()
5816 @Experimental() // untriaged 6825 @Experimental() // untriaged
5817 Object getParameter(int pname) => (_blink.BlinkWebGL2RenderingContext.instance .getParameter_Callback_1_(this, pname)); 6826 Object getParameter(int pname) => (_blink.BlinkWebGL2RenderingContext.instance
5818 6827 .getParameter_Callback_1_(this, pname));
6828
5819 @DomName('WebGL2RenderingContext.getProgramInfoLog') 6829 @DomName('WebGL2RenderingContext.getProgramInfoLog')
5820 @DocsEditable() 6830 @DocsEditable()
5821 @Experimental() // untriaged 6831 @Experimental() // untriaged
5822 String getProgramInfoLog(Program program) => _blink.BlinkWebGL2RenderingContex t.instance.getProgramInfoLog_Callback_1_(this, program); 6832 String getProgramInfoLog(Program program) =>
5823 6833 _blink.BlinkWebGL2RenderingContext.instance
6834 .getProgramInfoLog_Callback_1_(this, program);
6835
5824 @DomName('WebGL2RenderingContext.getProgramParameter') 6836 @DomName('WebGL2RenderingContext.getProgramParameter')
5825 @DocsEditable() 6837 @DocsEditable()
5826 @Experimental() // untriaged 6838 @Experimental() // untriaged
5827 Object getProgramParameter(Program program, int pname) => (_blink.BlinkWebGL2R enderingContext.instance.getProgramParameter_Callback_2_(this, program, pname)); 6839 Object getProgramParameter(Program program, int pname) =>
5828 6840 (_blink.BlinkWebGL2RenderingContext.instance
6841 .getProgramParameter_Callback_2_(this, program, pname));
6842
5829 @DomName('WebGL2RenderingContext.getRenderbufferParameter') 6843 @DomName('WebGL2RenderingContext.getRenderbufferParameter')
5830 @DocsEditable() 6844 @DocsEditable()
5831 @Experimental() // untriaged 6845 @Experimental() // untriaged
5832 Object getRenderbufferParameter(int target, int pname) => (_blink.BlinkWebGL2R enderingContext.instance.getRenderbufferParameter_Callback_2_(this, target, pnam e)); 6846 Object getRenderbufferParameter(int target, int pname) =>
5833 6847 (_blink.BlinkWebGL2RenderingContext.instance
6848 .getRenderbufferParameter_Callback_2_(this, target, pname));
6849
5834 @DomName('WebGL2RenderingContext.getShaderInfoLog') 6850 @DomName('WebGL2RenderingContext.getShaderInfoLog')
5835 @DocsEditable() 6851 @DocsEditable()
5836 @Experimental() // untriaged 6852 @Experimental() // untriaged
5837 String getShaderInfoLog(Shader shader) => _blink.BlinkWebGL2RenderingContext.i nstance.getShaderInfoLog_Callback_1_(this, shader); 6853 String getShaderInfoLog(Shader shader) =>
5838 6854 _blink.BlinkWebGL2RenderingContext.instance
6855 .getShaderInfoLog_Callback_1_(this, shader);
6856
5839 @DomName('WebGL2RenderingContext.getShaderParameter') 6857 @DomName('WebGL2RenderingContext.getShaderParameter')
5840 @DocsEditable() 6858 @DocsEditable()
5841 @Experimental() // untriaged 6859 @Experimental() // untriaged
5842 Object getShaderParameter(Shader shader, int pname) => (_blink.BlinkWebGL2Rend eringContext.instance.getShaderParameter_Callback_2_(this, shader, pname)); 6860 Object getShaderParameter(Shader shader, int pname) =>
5843 6861 (_blink.BlinkWebGL2RenderingContext.instance
6862 .getShaderParameter_Callback_2_(this, shader, pname));
6863
5844 @DomName('WebGL2RenderingContext.getShaderPrecisionFormat') 6864 @DomName('WebGL2RenderingContext.getShaderPrecisionFormat')
5845 @DocsEditable() 6865 @DocsEditable()
5846 @Experimental() // untriaged 6866 @Experimental() // untriaged
5847 ShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precisionty pe) => _blink.BlinkWebGL2RenderingContext.instance.getShaderPrecisionFormat_Call back_2_(this, shadertype, precisiontype); 6867 ShaderPrecisionFormat getShaderPrecisionFormat(
5848 6868 int shadertype, int precisiontype) =>
6869 _blink.BlinkWebGL2RenderingContext.instance
6870 .getShaderPrecisionFormat_Callback_2_(
6871 this, shadertype, precisiontype);
6872
5849 @DomName('WebGL2RenderingContext.getShaderSource') 6873 @DomName('WebGL2RenderingContext.getShaderSource')
5850 @DocsEditable() 6874 @DocsEditable()
5851 @Experimental() // untriaged 6875 @Experimental() // untriaged
5852 String getShaderSource(Shader shader) => _blink.BlinkWebGL2RenderingContext.in stance.getShaderSource_Callback_1_(this, shader); 6876 String getShaderSource(Shader shader) =>
5853 6877 _blink.BlinkWebGL2RenderingContext.instance
6878 .getShaderSource_Callback_1_(this, shader);
6879
5854 @DomName('WebGL2RenderingContext.getSupportedExtensions') 6880 @DomName('WebGL2RenderingContext.getSupportedExtensions')
5855 @DocsEditable() 6881 @DocsEditable()
5856 @Experimental() // untriaged 6882 @Experimental() // untriaged
5857 List<String> getSupportedExtensions() => _blink.BlinkWebGL2RenderingContext.in stance.getSupportedExtensions_Callback_0_(this); 6883 List<String> getSupportedExtensions() =>
5858 6884 _blink.BlinkWebGL2RenderingContext.instance
6885 .getSupportedExtensions_Callback_0_(this);
6886
5859 @DomName('WebGL2RenderingContext.getTexParameter') 6887 @DomName('WebGL2RenderingContext.getTexParameter')
5860 @DocsEditable() 6888 @DocsEditable()
5861 @Experimental() // untriaged 6889 @Experimental() // untriaged
5862 Object getTexParameter(int target, int pname) => (_blink.BlinkWebGL2RenderingC ontext.instance.getTexParameter_Callback_2_(this, target, pname)); 6890 Object getTexParameter(int target, int pname) =>
5863 6891 (_blink.BlinkWebGL2RenderingContext.instance
6892 .getTexParameter_Callback_2_(this, target, pname));
6893
5864 @DomName('WebGL2RenderingContext.getUniform') 6894 @DomName('WebGL2RenderingContext.getUniform')
5865 @DocsEditable() 6895 @DocsEditable()
5866 @Experimental() // untriaged 6896 @Experimental() // untriaged
5867 Object getUniform(Program program, UniformLocation location) => (_blink.BlinkW ebGL2RenderingContext.instance.getUniform_Callback_2_(this, program, location)); 6897 Object getUniform(Program program, UniformLocation location) =>
5868 6898 (_blink.BlinkWebGL2RenderingContext.instance
6899 .getUniform_Callback_2_(this, program, location));
6900
5869 @DomName('WebGL2RenderingContext.getUniformLocation') 6901 @DomName('WebGL2RenderingContext.getUniformLocation')
5870 @DocsEditable() 6902 @DocsEditable()
5871 @Experimental() // untriaged 6903 @Experimental() // untriaged
5872 UniformLocation getUniformLocation(Program program, String name) => _blink.Bli nkWebGL2RenderingContext.instance.getUniformLocation_Callback_2_(this, program, name); 6904 UniformLocation getUniformLocation(Program program, String name) =>
5873 6905 _blink.BlinkWebGL2RenderingContext.instance
6906 .getUniformLocation_Callback_2_(this, program, name);
6907
5874 @DomName('WebGL2RenderingContext.getVertexAttrib') 6908 @DomName('WebGL2RenderingContext.getVertexAttrib')
5875 @DocsEditable() 6909 @DocsEditable()
5876 @Experimental() // untriaged 6910 @Experimental() // untriaged
5877 Object getVertexAttrib(int index, int pname) => (_blink.BlinkWebGL2RenderingCo ntext.instance.getVertexAttrib_Callback_2_(this, index, pname)); 6911 Object getVertexAttrib(int index, int pname) =>
5878 6912 (_blink.BlinkWebGL2RenderingContext.instance
6913 .getVertexAttrib_Callback_2_(this, index, pname));
6914
5879 @DomName('WebGL2RenderingContext.getVertexAttribOffset') 6915 @DomName('WebGL2RenderingContext.getVertexAttribOffset')
5880 @DocsEditable() 6916 @DocsEditable()
5881 @Experimental() // untriaged 6917 @Experimental() // untriaged
5882 int getVertexAttribOffset(int index, int pname) => _blink.BlinkWebGL2Rendering Context.instance.getVertexAttribOffset_Callback_2_(this, index, pname); 6918 int getVertexAttribOffset(int index, int pname) =>
5883 6919 _blink.BlinkWebGL2RenderingContext.instance
6920 .getVertexAttribOffset_Callback_2_(this, index, pname);
6921
5884 @DomName('WebGL2RenderingContext.hint') 6922 @DomName('WebGL2RenderingContext.hint')
5885 @DocsEditable() 6923 @DocsEditable()
5886 @Experimental() // untriaged 6924 @Experimental() // untriaged
5887 void hint(int target, int mode) => _blink.BlinkWebGL2RenderingContext.instance .hint_Callback_2_(this, target, mode); 6925 void hint(int target, int mode) => _blink.BlinkWebGL2RenderingContext.instance
5888 6926 .hint_Callback_2_(this, target, mode);
6927
5889 @DomName('WebGL2RenderingContext.isBuffer') 6928 @DomName('WebGL2RenderingContext.isBuffer')
5890 @DocsEditable() 6929 @DocsEditable()
5891 @Experimental() // untriaged 6930 @Experimental() // untriaged
5892 bool isBuffer(Buffer buffer) => _blink.BlinkWebGL2RenderingContext.instance.is Buffer_Callback_1_(this, buffer); 6931 bool isBuffer(Buffer buffer) => _blink.BlinkWebGL2RenderingContext.instance
5893 6932 .isBuffer_Callback_1_(this, buffer);
6933
5894 @DomName('WebGL2RenderingContext.isContextLost') 6934 @DomName('WebGL2RenderingContext.isContextLost')
5895 @DocsEditable() 6935 @DocsEditable()
5896 @Experimental() // untriaged 6936 @Experimental() // untriaged
5897 bool isContextLost() => _blink.BlinkWebGL2RenderingContext.instance.isContextL ost_Callback_0_(this); 6937 bool isContextLost() => _blink.BlinkWebGL2RenderingContext.instance
5898 6938 .isContextLost_Callback_0_(this);
6939
5899 @DomName('WebGL2RenderingContext.isEnabled') 6940 @DomName('WebGL2RenderingContext.isEnabled')
5900 @DocsEditable() 6941 @DocsEditable()
5901 @Experimental() // untriaged 6942 @Experimental() // untriaged
5902 bool isEnabled(int cap) => _blink.BlinkWebGL2RenderingContext.instance.isEnabl ed_Callback_1_(this, cap); 6943 bool isEnabled(int cap) => _blink.BlinkWebGL2RenderingContext.instance
5903 6944 .isEnabled_Callback_1_(this, cap);
6945
5904 @DomName('WebGL2RenderingContext.isFramebuffer') 6946 @DomName('WebGL2RenderingContext.isFramebuffer')
5905 @DocsEditable() 6947 @DocsEditable()
5906 @Experimental() // untriaged 6948 @Experimental() // untriaged
5907 bool isFramebuffer(Framebuffer framebuffer) => _blink.BlinkWebGL2RenderingCont ext.instance.isFramebuffer_Callback_1_(this, framebuffer); 6949 bool isFramebuffer(Framebuffer framebuffer) =>
5908 6950 _blink.BlinkWebGL2RenderingContext.instance
6951 .isFramebuffer_Callback_1_(this, framebuffer);
6952
5909 @DomName('WebGL2RenderingContext.isProgram') 6953 @DomName('WebGL2RenderingContext.isProgram')
5910 @DocsEditable() 6954 @DocsEditable()
5911 @Experimental() // untriaged 6955 @Experimental() // untriaged
5912 bool isProgram(Program program) => _blink.BlinkWebGL2RenderingContext.instance .isProgram_Callback_1_(this, program); 6956 bool isProgram(Program program) => _blink.BlinkWebGL2RenderingContext.instance
5913 6957 .isProgram_Callback_1_(this, program);
6958
5914 @DomName('WebGL2RenderingContext.isRenderbuffer') 6959 @DomName('WebGL2RenderingContext.isRenderbuffer')
5915 @DocsEditable() 6960 @DocsEditable()
5916 @Experimental() // untriaged 6961 @Experimental() // untriaged
5917 bool isRenderbuffer(Renderbuffer renderbuffer) => _blink.BlinkWebGL2RenderingC ontext.instance.isRenderbuffer_Callback_1_(this, renderbuffer); 6962 bool isRenderbuffer(Renderbuffer renderbuffer) =>
5918 6963 _blink.BlinkWebGL2RenderingContext.instance
6964 .isRenderbuffer_Callback_1_(this, renderbuffer);
6965
5919 @DomName('WebGL2RenderingContext.isShader') 6966 @DomName('WebGL2RenderingContext.isShader')
5920 @DocsEditable() 6967 @DocsEditable()
5921 @Experimental() // untriaged 6968 @Experimental() // untriaged
5922 bool isShader(Shader shader) => _blink.BlinkWebGL2RenderingContext.instance.is Shader_Callback_1_(this, shader); 6969 bool isShader(Shader shader) => _blink.BlinkWebGL2RenderingContext.instance
5923 6970 .isShader_Callback_1_(this, shader);
6971
5924 @DomName('WebGL2RenderingContext.isTexture') 6972 @DomName('WebGL2RenderingContext.isTexture')
5925 @DocsEditable() 6973 @DocsEditable()
5926 @Experimental() // untriaged 6974 @Experimental() // untriaged
5927 bool isTexture(Texture texture) => _blink.BlinkWebGL2RenderingContext.instance .isTexture_Callback_1_(this, texture); 6975 bool isTexture(Texture texture) => _blink.BlinkWebGL2RenderingContext.instance
5928 6976 .isTexture_Callback_1_(this, texture);
6977
5929 @DomName('WebGL2RenderingContext.lineWidth') 6978 @DomName('WebGL2RenderingContext.lineWidth')
5930 @DocsEditable() 6979 @DocsEditable()
5931 @Experimental() // untriaged 6980 @Experimental() // untriaged
5932 void lineWidth(num width) => _blink.BlinkWebGL2RenderingContext.instance.lineW idth_Callback_1_(this, width); 6981 void lineWidth(num width) => _blink.BlinkWebGL2RenderingContext.instance
5933 6982 .lineWidth_Callback_1_(this, width);
6983
5934 @DomName('WebGL2RenderingContext.linkProgram') 6984 @DomName('WebGL2RenderingContext.linkProgram')
5935 @DocsEditable() 6985 @DocsEditable()
5936 @Experimental() // untriaged 6986 @Experimental() // untriaged
5937 void linkProgram(Program program) => _blink.BlinkWebGL2RenderingContext.instan ce.linkProgram_Callback_1_(this, program); 6987 void linkProgram(Program program) =>
5938 6988 _blink.BlinkWebGL2RenderingContext.instance
6989 .linkProgram_Callback_1_(this, program);
6990
5939 @DomName('WebGL2RenderingContext.pixelStorei') 6991 @DomName('WebGL2RenderingContext.pixelStorei')
5940 @DocsEditable() 6992 @DocsEditable()
5941 @Experimental() // untriaged 6993 @Experimental() // untriaged
5942 void pixelStorei(int pname, int param) => _blink.BlinkWebGL2RenderingContext.i nstance.pixelStorei_Callback_2_(this, pname, param); 6994 void pixelStorei(int pname, int param) =>
5943 6995 _blink.BlinkWebGL2RenderingContext.instance
6996 .pixelStorei_Callback_2_(this, pname, param);
6997
5944 @DomName('WebGL2RenderingContext.polygonOffset') 6998 @DomName('WebGL2RenderingContext.polygonOffset')
5945 @DocsEditable() 6999 @DocsEditable()
5946 @Experimental() // untriaged 7000 @Experimental() // untriaged
5947 void polygonOffset(num factor, num units) => _blink.BlinkWebGL2RenderingContex t.instance.polygonOffset_Callback_2_(this, factor, units); 7001 void polygonOffset(num factor, num units) =>
5948 7002 _blink.BlinkWebGL2RenderingContext.instance
7003 .polygonOffset_Callback_2_(this, factor, units);
7004
5949 @DomName('WebGL2RenderingContext.readPixels') 7005 @DomName('WebGL2RenderingContext.readPixels')
5950 @DocsEditable() 7006 @DocsEditable()
5951 @Experimental() // untriaged 7007 @Experimental() // untriaged
5952 void readPixels(int x, int y, int width, int height, int format, int type, Typ edData pixels) => _blink.BlinkWebGL2RenderingContext.instance.readPixels_Callbac k_7_(this, x, y, width, height, format, type, pixels); 7008 void readPixels(int x, int y, int width, int height, int format, int type,
5953 7009 TypedData pixels) =>
7010 _blink.BlinkWebGL2RenderingContext.instance.readPixels_Callback_7_(
7011 this, x, y, width, height, format, type, pixels);
7012
5954 @DomName('WebGL2RenderingContext.renderbufferStorage') 7013 @DomName('WebGL2RenderingContext.renderbufferStorage')
5955 @DocsEditable() 7014 @DocsEditable()
5956 @Experimental() // untriaged 7015 @Experimental() // untriaged
5957 void renderbufferStorage(int target, int internalformat, int width, int height ) => _blink.BlinkWebGL2RenderingContext.instance.renderbufferStorage_Callback_4_ (this, target, internalformat, width, height); 7016 void renderbufferStorage(
5958 7017 int target, int internalformat, int width, int height) =>
7018 _blink.BlinkWebGL2RenderingContext.instance
7019 .renderbufferStorage_Callback_4_(
7020 this, target, internalformat, width, height);
7021
5959 @DomName('WebGL2RenderingContext.sampleCoverage') 7022 @DomName('WebGL2RenderingContext.sampleCoverage')
5960 @DocsEditable() 7023 @DocsEditable()
5961 @Experimental() // untriaged 7024 @Experimental() // untriaged
5962 void sampleCoverage(num value, bool invert) => _blink.BlinkWebGL2RenderingCont ext.instance.sampleCoverage_Callback_2_(this, value, invert); 7025 void sampleCoverage(num value, bool invert) =>
5963 7026 _blink.BlinkWebGL2RenderingContext.instance
7027 .sampleCoverage_Callback_2_(this, value, invert);
7028
5964 @DomName('WebGL2RenderingContext.scissor') 7029 @DomName('WebGL2RenderingContext.scissor')
5965 @DocsEditable() 7030 @DocsEditable()
5966 @Experimental() // untriaged 7031 @Experimental() // untriaged
5967 void scissor(int x, int y, int width, int height) => _blink.BlinkWebGL2Renderi ngContext.instance.scissor_Callback_4_(this, x, y, width, height); 7032 void scissor(int x, int y, int width, int height) =>
5968 7033 _blink.BlinkWebGL2RenderingContext.instance
7034 .scissor_Callback_4_(this, x, y, width, height);
7035
5969 @DomName('WebGL2RenderingContext.shaderSource') 7036 @DomName('WebGL2RenderingContext.shaderSource')
5970 @DocsEditable() 7037 @DocsEditable()
5971 @Experimental() // untriaged 7038 @Experimental() // untriaged
5972 void shaderSource(Shader shader, String string) => _blink.BlinkWebGL2Rendering Context.instance.shaderSource_Callback_2_(this, shader, string); 7039 void shaderSource(Shader shader, String string) =>
5973 7040 _blink.BlinkWebGL2RenderingContext.instance
7041 .shaderSource_Callback_2_(this, shader, string);
7042
5974 @DomName('WebGL2RenderingContext.stencilFunc') 7043 @DomName('WebGL2RenderingContext.stencilFunc')
5975 @DocsEditable() 7044 @DocsEditable()
5976 @Experimental() // untriaged 7045 @Experimental() // untriaged
5977 void stencilFunc(int func, int ref, int mask) => _blink.BlinkWebGL2RenderingCo ntext.instance.stencilFunc_Callback_3_(this, func, ref, mask); 7046 void stencilFunc(int func, int ref, int mask) =>
5978 7047 _blink.BlinkWebGL2RenderingContext.instance
7048 .stencilFunc_Callback_3_(this, func, ref, mask);
7049
5979 @DomName('WebGL2RenderingContext.stencilFuncSeparate') 7050 @DomName('WebGL2RenderingContext.stencilFuncSeparate')
5980 @DocsEditable() 7051 @DocsEditable()
5981 @Experimental() // untriaged 7052 @Experimental() // untriaged
5982 void stencilFuncSeparate(int face, int func, int ref, int mask) => _blink.Blin kWebGL2RenderingContext.instance.stencilFuncSeparate_Callback_4_(this, face, fun c, ref, mask); 7053 void stencilFuncSeparate(int face, int func, int ref, int mask) =>
5983 7054 _blink.BlinkWebGL2RenderingContext.instance
7055 .stencilFuncSeparate_Callback_4_(this, face, func, ref, mask);
7056
5984 @DomName('WebGL2RenderingContext.stencilMask') 7057 @DomName('WebGL2RenderingContext.stencilMask')
5985 @DocsEditable() 7058 @DocsEditable()
5986 @Experimental() // untriaged 7059 @Experimental() // untriaged
5987 void stencilMask(int mask) => _blink.BlinkWebGL2RenderingContext.instance.sten cilMask_Callback_1_(this, mask); 7060 void stencilMask(int mask) => _blink.BlinkWebGL2RenderingContext.instance
5988 7061 .stencilMask_Callback_1_(this, mask);
7062
5989 @DomName('WebGL2RenderingContext.stencilMaskSeparate') 7063 @DomName('WebGL2RenderingContext.stencilMaskSeparate')
5990 @DocsEditable() 7064 @DocsEditable()
5991 @Experimental() // untriaged 7065 @Experimental() // untriaged
5992 void stencilMaskSeparate(int face, int mask) => _blink.BlinkWebGL2RenderingCon text.instance.stencilMaskSeparate_Callback_2_(this, face, mask); 7066 void stencilMaskSeparate(int face, int mask) =>
5993 7067 _blink.BlinkWebGL2RenderingContext.instance
7068 .stencilMaskSeparate_Callback_2_(this, face, mask);
7069
5994 @DomName('WebGL2RenderingContext.stencilOp') 7070 @DomName('WebGL2RenderingContext.stencilOp')
5995 @DocsEditable() 7071 @DocsEditable()
5996 @Experimental() // untriaged 7072 @Experimental() // untriaged
5997 void stencilOp(int fail, int zfail, int zpass) => _blink.BlinkWebGL2RenderingC ontext.instance.stencilOp_Callback_3_(this, fail, zfail, zpass); 7073 void stencilOp(int fail, int zfail, int zpass) =>
5998 7074 _blink.BlinkWebGL2RenderingContext.instance
7075 .stencilOp_Callback_3_(this, fail, zfail, zpass);
7076
5999 @DomName('WebGL2RenderingContext.stencilOpSeparate') 7077 @DomName('WebGL2RenderingContext.stencilOpSeparate')
6000 @DocsEditable() 7078 @DocsEditable()
6001 @Experimental() // untriaged 7079 @Experimental() // untriaged
6002 void stencilOpSeparate(int face, int fail, int zfail, int zpass) => _blink.Bli nkWebGL2RenderingContext.instance.stencilOpSeparate_Callback_4_(this, face, fail , zfail, zpass); 7080 void stencilOpSeparate(int face, int fail, int zfail, int zpass) =>
6003 7081 _blink.BlinkWebGL2RenderingContext.instance
6004 void texImage2D(int target, int level, int internalformat, int format_OR_width , int height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, [int format, int type, TypedData pixels]) { 7082 .stencilOpSeparate_Callback_4_(this, face, fail, zfail, zpass);
6005 if ((pixels is TypedData || pixels == null) && (type is int) && (format is i nt) && (border_OR_canvas_OR_image_OR_pixels_OR_video is int) && (height_OR_type is int) && (format_OR_width is int) && (internalformat is int) && (level is int) && (target is int)) { 7083
6006 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_9_(this, t arget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_ OR_image_OR_pixels_OR_video, format, type, pixels); 7084 void texImage2D(
7085 int target,
7086 int level,
7087 int internalformat,
7088 int format_OR_width,
7089 int height_OR_type,
7090 border_OR_canvas_OR_image_OR_pixels_OR_video,
7091 [int format,
7092 int type,
7093 TypedData pixels]) {
7094 if ((pixels is TypedData || pixels == null) &&
7095 (type is int) &&
7096 (format is int) &&
7097 (border_OR_canvas_OR_image_OR_pixels_OR_video is int) &&
7098 (height_OR_type is int) &&
7099 (format_OR_width is int) &&
7100 (internalformat is int) &&
7101 (level is int) &&
7102 (target is int)) {
7103 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_9_(
7104 this,
7105 target,
7106 level,
7107 internalformat,
7108 format_OR_width,
7109 height_OR_type,
7110 border_OR_canvas_OR_image_OR_pixels_OR_video,
7111 format,
7112 type,
7113 pixels);
6007 return; 7114 return;
6008 } 7115 }
6009 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageData || border_OR_ canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int) && (forma t_OR_width is int) && (internalformat is int) && (level is int) && (target is in t) && format == null && type == null && pixels == null) { 7116 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageData ||
6010 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_6_(this, t arget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_ OR_image_OR_pixels_OR_video); 7117 border_OR_canvas_OR_image_OR_pixels_OR_video == null) &&
7118 (height_OR_type is int) &&
7119 (format_OR_width is int) &&
7120 (internalformat is int) &&
7121 (level is int) &&
7122 (target is int) &&
7123 format == null &&
7124 type == null &&
7125 pixels == null) {
7126 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_6_(
7127 this,
7128 target,
7129 level,
7130 internalformat,
7131 format_OR_width,
7132 height_OR_type,
7133 border_OR_canvas_OR_image_OR_pixels_OR_video);
6011 return; 7134 return;
6012 } 7135 }
6013 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageElement) && (heigh t_OR_type is int) && (format_OR_width is int) && (internalformat is int) && (lev el is int) && (target is int) && format == null && type == null && pixels == nul l) { 7136 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageElement) &&
6014 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_6_(this, t arget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_ OR_image_OR_pixels_OR_video); 7137 (height_OR_type is int) &&
7138 (format_OR_width is int) &&
7139 (internalformat is int) &&
7140 (level is int) &&
7141 (target is int) &&
7142 format == null &&
7143 type == null &&
7144 pixels == null) {
7145 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_6_(
7146 this,
7147 target,
7148 level,
7149 internalformat,
7150 format_OR_width,
7151 height_OR_type,
7152 border_OR_canvas_OR_image_OR_pixels_OR_video);
6015 return; 7153 return;
6016 } 7154 }
6017 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is CanvasElement) && (heig ht_OR_type is int) && (format_OR_width is int) && (internalformat is int) && (le vel is int) && (target is int) && format == null && type == null && pixels == nu ll) { 7155 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is CanvasElement) &&
6018 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_6_(this, t arget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_ OR_image_OR_pixels_OR_video); 7156 (height_OR_type is int) &&
7157 (format_OR_width is int) &&
7158 (internalformat is int) &&
7159 (level is int) &&
7160 (target is int) &&
7161 format == null &&
7162 type == null &&
7163 pixels == null) {
7164 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_6_(
7165 this,
7166 target,
7167 level,
7168 internalformat,
7169 format_OR_width,
7170 height_OR_type,
7171 border_OR_canvas_OR_image_OR_pixels_OR_video);
6019 return; 7172 return;
6020 } 7173 }
6021 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is VideoElement) && (heigh t_OR_type is int) && (format_OR_width is int) && (internalformat is int) && (lev el is int) && (target is int) && format == null && type == null && pixels == nul l) { 7174 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is VideoElement) &&
6022 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_6_(this, t arget, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_ OR_image_OR_pixels_OR_video); 7175 (height_OR_type is int) &&
7176 (format_OR_width is int) &&
7177 (internalformat is int) &&
7178 (level is int) &&
7179 (target is int) &&
7180 format == null &&
7181 type == null &&
7182 pixels == null) {
7183 _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_6_(
7184 this,
7185 target,
7186 level,
7187 internalformat,
7188 format_OR_width,
7189 height_OR_type,
7190 border_OR_canvas_OR_image_OR_pixels_OR_video);
6023 return; 7191 return;
6024 } 7192 }
6025 throw new ArgumentError("Incorrect number or type of arguments"); 7193 throw new ArgumentError("Incorrect number or type of arguments");
6026 } 7194 }
6027 7195
6028 @DomName('WebGL2RenderingContext.texParameterf') 7196 @DomName('WebGL2RenderingContext.texParameterf')
6029 @DocsEditable() 7197 @DocsEditable()
6030 @Experimental() // untriaged 7198 @Experimental() // untriaged
6031 void texParameterf(int target, int pname, num param) => _blink.BlinkWebGL2Rend eringContext.instance.texParameterf_Callback_3_(this, target, pname, param); 7199 void texParameterf(int target, int pname, num param) =>
6032 7200 _blink.BlinkWebGL2RenderingContext.instance
7201 .texParameterf_Callback_3_(this, target, pname, param);
7202
6033 @DomName('WebGL2RenderingContext.texParameteri') 7203 @DomName('WebGL2RenderingContext.texParameteri')
6034 @DocsEditable() 7204 @DocsEditable()
6035 @Experimental() // untriaged 7205 @Experimental() // untriaged
6036 void texParameteri(int target, int pname, int param) => _blink.BlinkWebGL2Rend eringContext.instance.texParameteri_Callback_3_(this, target, pname, param); 7206 void texParameteri(int target, int pname, int param) =>
6037 7207 _blink.BlinkWebGL2RenderingContext.instance
6038 void texSubImage2D(int target, int level, int xoffset, int yoffset, int format _OR_width, int height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, [in t type, TypedData pixels]) { 7208 .texParameteri_Callback_3_(this, target, pname, param);
6039 if ((pixels is TypedData || pixels == null) && (type is int) && (canvas_OR_f ormat_OR_image_OR_pixels_OR_video is int) && (height_OR_type is int) && (format_ OR_width is int) && (yoffset is int) && (xoffset is int) && (level is int) && (t arget is int)) { 7209
6040 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_9_(this , target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_fo rmat_OR_image_OR_pixels_OR_video, type, pixels); 7210 void texSubImage2D(
7211 int target,
7212 int level,
7213 int xoffset,
7214 int yoffset,
7215 int format_OR_width,
7216 int height_OR_type,
7217 canvas_OR_format_OR_image_OR_pixels_OR_video,
7218 [int type,
7219 TypedData pixels]) {
7220 if ((pixels is TypedData || pixels == null) &&
7221 (type is int) &&
7222 (canvas_OR_format_OR_image_OR_pixels_OR_video is int) &&
7223 (height_OR_type is int) &&
7224 (format_OR_width is int) &&
7225 (yoffset is int) &&
7226 (xoffset is int) &&
7227 (level is int) &&
7228 (target is int)) {
7229 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_9_(
7230 this,
7231 target,
7232 level,
7233 xoffset,
7234 yoffset,
7235 format_OR_width,
7236 height_OR_type,
7237 canvas_OR_format_OR_image_OR_pixels_OR_video,
7238 type,
7239 pixels);
6041 return; 7240 return;
6042 } 7241 }
6043 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageData || canvas_OR_ format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int) && (forma t_OR_width is int) && (yoffset is int) && (xoffset is int) && (level is int) && (target is int) && type == null && pixels == null) { 7242 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageData ||
6044 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_7_(this , target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_fo rmat_OR_image_OR_pixels_OR_video); 7243 canvas_OR_format_OR_image_OR_pixels_OR_video == null) &&
7244 (height_OR_type is int) &&
7245 (format_OR_width is int) &&
7246 (yoffset is int) &&
7247 (xoffset is int) &&
7248 (level is int) &&
7249 (target is int) &&
7250 type == null &&
7251 pixels == null) {
7252 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_7_(
7253 this,
7254 target,
7255 level,
7256 xoffset,
7257 yoffset,
7258 format_OR_width,
7259 height_OR_type,
7260 canvas_OR_format_OR_image_OR_pixels_OR_video);
6045 return; 7261 return;
6046 } 7262 }
6047 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageElement) && (heigh t_OR_type is int) && (format_OR_width is int) && (yoffset is int) && (xoffset is int) && (level is int) && (target is int) && type == null && pixels == null) { 7263 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageElement) &&
6048 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_7_(this , target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_fo rmat_OR_image_OR_pixels_OR_video); 7264 (height_OR_type is int) &&
7265 (format_OR_width is int) &&
7266 (yoffset is int) &&
7267 (xoffset is int) &&
7268 (level is int) &&
7269 (target is int) &&
7270 type == null &&
7271 pixels == null) {
7272 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_7_(
7273 this,
7274 target,
7275 level,
7276 xoffset,
7277 yoffset,
7278 format_OR_width,
7279 height_OR_type,
7280 canvas_OR_format_OR_image_OR_pixels_OR_video);
6049 return; 7281 return;
6050 } 7282 }
6051 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is CanvasElement) && (heig ht_OR_type is int) && (format_OR_width is int) && (yoffset is int) && (xoffset i s int) && (level is int) && (target is int) && type == null && pixels == null) { 7283 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is CanvasElement) &&
6052 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_7_(this , target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_fo rmat_OR_image_OR_pixels_OR_video); 7284 (height_OR_type is int) &&
7285 (format_OR_width is int) &&
7286 (yoffset is int) &&
7287 (xoffset is int) &&
7288 (level is int) &&
7289 (target is int) &&
7290 type == null &&
7291 pixels == null) {
7292 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_7_(
7293 this,
7294 target,
7295 level,
7296 xoffset,
7297 yoffset,
7298 format_OR_width,
7299 height_OR_type,
7300 canvas_OR_format_OR_image_OR_pixels_OR_video);
6053 return; 7301 return;
6054 } 7302 }
6055 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is VideoElement) && (heigh t_OR_type is int) && (format_OR_width is int) && (yoffset is int) && (xoffset is int) && (level is int) && (target is int) && type == null && pixels == null) { 7303 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is VideoElement) &&
6056 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_7_(this , target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_fo rmat_OR_image_OR_pixels_OR_video); 7304 (height_OR_type is int) &&
7305 (format_OR_width is int) &&
7306 (yoffset is int) &&
7307 (xoffset is int) &&
7308 (level is int) &&
7309 (target is int) &&
7310 type == null &&
7311 pixels == null) {
7312 _blink.BlinkWebGL2RenderingContext.instance.texSubImage2D_Callback_7_(
7313 this,
7314 target,
7315 level,
7316 xoffset,
7317 yoffset,
7318 format_OR_width,
7319 height_OR_type,
7320 canvas_OR_format_OR_image_OR_pixels_OR_video);
6057 return; 7321 return;
6058 } 7322 }
6059 throw new ArgumentError("Incorrect number or type of arguments"); 7323 throw new ArgumentError("Incorrect number or type of arguments");
6060 } 7324 }
6061 7325
6062 @DomName('WebGL2RenderingContext.uniform1f') 7326 @DomName('WebGL2RenderingContext.uniform1f')
6063 @DocsEditable() 7327 @DocsEditable()
6064 @Experimental() // untriaged 7328 @Experimental() // untriaged
6065 void uniform1f(UniformLocation location, num x) => _blink.BlinkWebGL2Rendering Context.instance.uniform1f_Callback_2_(this, location, x); 7329 void uniform1f(UniformLocation location, num x) =>
6066 7330 _blink.BlinkWebGL2RenderingContext.instance
7331 .uniform1f_Callback_2_(this, location, x);
7332
6067 void uniform1fv(UniformLocation location, v) { 7333 void uniform1fv(UniformLocation location, v) {
6068 if ((v is Float32List) && (location is UniformLocation || location == null)) { 7334 if ((v is Float32List) &&
6069 _blink.BlinkWebGL2RenderingContext.instance.uniform1fv_Callback_2_(this, l ocation, v); 7335 (location is UniformLocation || location == null)) {
7336 _blink.BlinkWebGL2RenderingContext.instance
7337 .uniform1fv_Callback_2_(this, location, v);
6070 return; 7338 return;
6071 } 7339 }
6072 if ((v is List<num>) && (location is UniformLocation || location == null)) { 7340 if ((v is List<num>) && (location is UniformLocation || location == null)) {
6073 _blink.BlinkWebGL2RenderingContext.instance.uniform1fv_Callback_2_(this, l ocation, v); 7341 _blink.BlinkWebGL2RenderingContext.instance
7342 .uniform1fv_Callback_2_(this, location, v);
6074 return; 7343 return;
6075 } 7344 }
6076 throw new ArgumentError("Incorrect number or type of arguments"); 7345 throw new ArgumentError("Incorrect number or type of arguments");
6077 } 7346 }
6078 7347
6079 @DomName('WebGL2RenderingContext.uniform1i') 7348 @DomName('WebGL2RenderingContext.uniform1i')
6080 @DocsEditable() 7349 @DocsEditable()
6081 @Experimental() // untriaged 7350 @Experimental() // untriaged
6082 void uniform1i(UniformLocation location, int x) => _blink.BlinkWebGL2Rendering Context.instance.uniform1i_Callback_2_(this, location, x); 7351 void uniform1i(UniformLocation location, int x) =>
6083 7352 _blink.BlinkWebGL2RenderingContext.instance
7353 .uniform1i_Callback_2_(this, location, x);
7354
6084 void uniform1iv(UniformLocation location, v) { 7355 void uniform1iv(UniformLocation location, v) {
6085 if ((v is Int32List) && (location is UniformLocation || location == null)) { 7356 if ((v is Int32List) && (location is UniformLocation || location == null)) {
6086 _blink.BlinkWebGL2RenderingContext.instance.uniform1iv_Callback_2_(this, l ocation, v); 7357 _blink.BlinkWebGL2RenderingContext.instance
7358 .uniform1iv_Callback_2_(this, location, v);
6087 return; 7359 return;
6088 } 7360 }
6089 if ((v is List<int>) && (location is UniformLocation || location == null)) { 7361 if ((v is List<int>) && (location is UniformLocation || location == null)) {
6090 _blink.BlinkWebGL2RenderingContext.instance.uniform1iv_Callback_2_(this, l ocation, v); 7362 _blink.BlinkWebGL2RenderingContext.instance
7363 .uniform1iv_Callback_2_(this, location, v);
6091 return; 7364 return;
6092 } 7365 }
6093 throw new ArgumentError("Incorrect number or type of arguments"); 7366 throw new ArgumentError("Incorrect number or type of arguments");
6094 } 7367 }
6095 7368
6096 @DomName('WebGL2RenderingContext.uniform2f') 7369 @DomName('WebGL2RenderingContext.uniform2f')
6097 @DocsEditable() 7370 @DocsEditable()
6098 @Experimental() // untriaged 7371 @Experimental() // untriaged
6099 void uniform2f(UniformLocation location, num x, num y) => _blink.BlinkWebGL2Re nderingContext.instance.uniform2f_Callback_3_(this, location, x, y); 7372 void uniform2f(UniformLocation location, num x, num y) =>
6100 7373 _blink.BlinkWebGL2RenderingContext.instance
7374 .uniform2f_Callback_3_(this, location, x, y);
7375
6101 void uniform2fv(UniformLocation location, v) { 7376 void uniform2fv(UniformLocation location, v) {
6102 if ((v is Float32List) && (location is UniformLocation || location == null)) { 7377 if ((v is Float32List) &&
6103 _blink.BlinkWebGL2RenderingContext.instance.uniform2fv_Callback_2_(this, l ocation, v); 7378 (location is UniformLocation || location == null)) {
7379 _blink.BlinkWebGL2RenderingContext.instance
7380 .uniform2fv_Callback_2_(this, location, v);
6104 return; 7381 return;
6105 } 7382 }
6106 if ((v is List<num>) && (location is UniformLocation || location == null)) { 7383 if ((v is List<num>) && (location is UniformLocation || location == null)) {
6107 _blink.BlinkWebGL2RenderingContext.instance.uniform2fv_Callback_2_(this, l ocation, v); 7384 _blink.BlinkWebGL2RenderingContext.instance
7385 .uniform2fv_Callback_2_(this, location, v);
6108 return; 7386 return;
6109 } 7387 }
6110 throw new ArgumentError("Incorrect number or type of arguments"); 7388 throw new ArgumentError("Incorrect number or type of arguments");
6111 } 7389 }
6112 7390
6113 @DomName('WebGL2RenderingContext.uniform2i') 7391 @DomName('WebGL2RenderingContext.uniform2i')
6114 @DocsEditable() 7392 @DocsEditable()
6115 @Experimental() // untriaged 7393 @Experimental() // untriaged
6116 void uniform2i(UniformLocation location, int x, int y) => _blink.BlinkWebGL2Re nderingContext.instance.uniform2i_Callback_3_(this, location, x, y); 7394 void uniform2i(UniformLocation location, int x, int y) =>
6117 7395 _blink.BlinkWebGL2RenderingContext.instance
7396 .uniform2i_Callback_3_(this, location, x, y);
7397
6118 void uniform2iv(UniformLocation location, v) { 7398 void uniform2iv(UniformLocation location, v) {
6119 if ((v is Int32List) && (location is UniformLocation || location == null)) { 7399 if ((v is Int32List) && (location is UniformLocation || location == null)) {
6120 _blink.BlinkWebGL2RenderingContext.instance.uniform2iv_Callback_2_(this, l ocation, v); 7400 _blink.BlinkWebGL2RenderingContext.instance
7401 .uniform2iv_Callback_2_(this, location, v);
6121 return; 7402 return;
6122 } 7403 }
6123 if ((v is List<int>) && (location is UniformLocation || location == null)) { 7404 if ((v is List<int>) && (location is UniformLocation || location == null)) {
6124 _blink.BlinkWebGL2RenderingContext.instance.uniform2iv_Callback_2_(this, l ocation, v); 7405 _blink.BlinkWebGL2RenderingContext.instance
7406 .uniform2iv_Callback_2_(this, location, v);
6125 return; 7407 return;
6126 } 7408 }
6127 throw new ArgumentError("Incorrect number or type of arguments"); 7409 throw new ArgumentError("Incorrect number or type of arguments");
6128 } 7410 }
6129 7411
6130 @DomName('WebGL2RenderingContext.uniform3f') 7412 @DomName('WebGL2RenderingContext.uniform3f')
6131 @DocsEditable() 7413 @DocsEditable()
6132 @Experimental() // untriaged 7414 @Experimental() // untriaged
6133 void uniform3f(UniformLocation location, num x, num y, num z) => _blink.BlinkW ebGL2RenderingContext.instance.uniform3f_Callback_4_(this, location, x, y, z); 7415 void uniform3f(UniformLocation location, num x, num y, num z) =>
6134 7416 _blink.BlinkWebGL2RenderingContext.instance
7417 .uniform3f_Callback_4_(this, location, x, y, z);
7418
6135 void uniform3fv(UniformLocation location, v) { 7419 void uniform3fv(UniformLocation location, v) {
6136 if ((v is Float32List) && (location is UniformLocation || location == null)) { 7420 if ((v is Float32List) &&
6137 _blink.BlinkWebGL2RenderingContext.instance.uniform3fv_Callback_2_(this, l ocation, v); 7421 (location is UniformLocation || location == null)) {
7422 _blink.BlinkWebGL2RenderingContext.instance
7423 .uniform3fv_Callback_2_(this, location, v);
6138 return; 7424 return;
6139 } 7425 }
6140 if ((v is List<num>) && (location is UniformLocation || location == null)) { 7426 if ((v is List<num>) && (location is UniformLocation || location == null)) {
6141 _blink.BlinkWebGL2RenderingContext.instance.uniform3fv_Callback_2_(this, l ocation, v); 7427 _blink.BlinkWebGL2RenderingContext.instance
7428 .uniform3fv_Callback_2_(this, location, v);
6142 return; 7429 return;
6143 } 7430 }
6144 throw new ArgumentError("Incorrect number or type of arguments"); 7431 throw new ArgumentError("Incorrect number or type of arguments");
6145 } 7432 }
6146 7433
6147 @DomName('WebGL2RenderingContext.uniform3i') 7434 @DomName('WebGL2RenderingContext.uniform3i')
6148 @DocsEditable() 7435 @DocsEditable()
6149 @Experimental() // untriaged 7436 @Experimental() // untriaged
6150 void uniform3i(UniformLocation location, int x, int y, int z) => _blink.BlinkW ebGL2RenderingContext.instance.uniform3i_Callback_4_(this, location, x, y, z); 7437 void uniform3i(UniformLocation location, int x, int y, int z) =>
6151 7438 _blink.BlinkWebGL2RenderingContext.instance
7439 .uniform3i_Callback_4_(this, location, x, y, z);
7440
6152 void uniform3iv(UniformLocation location, v) { 7441 void uniform3iv(UniformLocation location, v) {
6153 if ((v is Int32List) && (location is UniformLocation || location == null)) { 7442 if ((v is Int32List) && (location is UniformLocation || location == null)) {
6154 _blink.BlinkWebGL2RenderingContext.instance.uniform3iv_Callback_2_(this, l ocation, v); 7443 _blink.BlinkWebGL2RenderingContext.instance
7444 .uniform3iv_Callback_2_(this, location, v);
6155 return; 7445 return;
6156 } 7446 }
6157 if ((v is List<int>) && (location is UniformLocation || location == null)) { 7447 if ((v is List<int>) && (location is UniformLocation || location == null)) {
6158 _blink.BlinkWebGL2RenderingContext.instance.uniform3iv_Callback_2_(this, l ocation, v); 7448 _blink.BlinkWebGL2RenderingContext.instance
7449 .uniform3iv_Callback_2_(this, location, v);
6159 return; 7450 return;
6160 } 7451 }
6161 throw new ArgumentError("Incorrect number or type of arguments"); 7452 throw new ArgumentError("Incorrect number or type of arguments");
6162 } 7453 }
6163 7454
6164 @DomName('WebGL2RenderingContext.uniform4f') 7455 @DomName('WebGL2RenderingContext.uniform4f')
6165 @DocsEditable() 7456 @DocsEditable()
6166 @Experimental() // untriaged 7457 @Experimental() // untriaged
6167 void uniform4f(UniformLocation location, num x, num y, num z, num w) => _blink .BlinkWebGL2RenderingContext.instance.uniform4f_Callback_5_(this, location, x, y , z, w); 7458 void uniform4f(UniformLocation location, num x, num y, num z, num w) =>
6168 7459 _blink.BlinkWebGL2RenderingContext.instance
7460 .uniform4f_Callback_5_(this, location, x, y, z, w);
7461
6169 void uniform4fv(UniformLocation location, v) { 7462 void uniform4fv(UniformLocation location, v) {
6170 if ((v is Float32List) && (location is UniformLocation || location == null)) { 7463 if ((v is Float32List) &&
6171 _blink.BlinkWebGL2RenderingContext.instance.uniform4fv_Callback_2_(this, l ocation, v); 7464 (location is UniformLocation || location == null)) {
7465 _blink.BlinkWebGL2RenderingContext.instance
7466 .uniform4fv_Callback_2_(this, location, v);
6172 return; 7467 return;
6173 } 7468 }
6174 if ((v is List<num>) && (location is UniformLocation || location == null)) { 7469 if ((v is List<num>) && (location is UniformLocation || location == null)) {
6175 _blink.BlinkWebGL2RenderingContext.instance.uniform4fv_Callback_2_(this, l ocation, v); 7470 _blink.BlinkWebGL2RenderingContext.instance
7471 .uniform4fv_Callback_2_(this, location, v);
6176 return; 7472 return;
6177 } 7473 }
6178 throw new ArgumentError("Incorrect number or type of arguments"); 7474 throw new ArgumentError("Incorrect number or type of arguments");
6179 } 7475 }
6180 7476
6181 @DomName('WebGL2RenderingContext.uniform4i') 7477 @DomName('WebGL2RenderingContext.uniform4i')
6182 @DocsEditable() 7478 @DocsEditable()
6183 @Experimental() // untriaged 7479 @Experimental() // untriaged
6184 void uniform4i(UniformLocation location, int x, int y, int z, int w) => _blink .BlinkWebGL2RenderingContext.instance.uniform4i_Callback_5_(this, location, x, y , z, w); 7480 void uniform4i(UniformLocation location, int x, int y, int z, int w) =>
6185 7481 _blink.BlinkWebGL2RenderingContext.instance
7482 .uniform4i_Callback_5_(this, location, x, y, z, w);
7483
6186 void uniform4iv(UniformLocation location, v) { 7484 void uniform4iv(UniformLocation location, v) {
6187 if ((v is Int32List) && (location is UniformLocation || location == null)) { 7485 if ((v is Int32List) && (location is UniformLocation || location == null)) {
6188 _blink.BlinkWebGL2RenderingContext.instance.uniform4iv_Callback_2_(this, l ocation, v); 7486 _blink.BlinkWebGL2RenderingContext.instance
7487 .uniform4iv_Callback_2_(this, location, v);
6189 return; 7488 return;
6190 } 7489 }
6191 if ((v is List<int>) && (location is UniformLocation || location == null)) { 7490 if ((v is List<int>) && (location is UniformLocation || location == null)) {
6192 _blink.BlinkWebGL2RenderingContext.instance.uniform4iv_Callback_2_(this, l ocation, v); 7491 _blink.BlinkWebGL2RenderingContext.instance
7492 .uniform4iv_Callback_2_(this, location, v);
6193 return; 7493 return;
6194 } 7494 }
6195 throw new ArgumentError("Incorrect number or type of arguments"); 7495 throw new ArgumentError("Incorrect number or type of arguments");
6196 } 7496 }
6197 7497
6198 void uniformMatrix2fv(UniformLocation location, bool transpose, array) { 7498 void uniformMatrix2fv(UniformLocation location, bool transpose, array) {
6199 if ((array is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 7499 if ((array is Float32List) &&
6200 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix2fv_Callback_3_(t his, location, transpose, array); 7500 (transpose is bool) &&
7501 (location is UniformLocation || location == null)) {
7502 _blink.BlinkWebGL2RenderingContext.instance
7503 .uniformMatrix2fv_Callback_3_(this, location, transpose, array);
6201 return; 7504 return;
6202 } 7505 }
6203 if ((array is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 7506 if ((array is List<num>) &&
6204 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix2fv_Callback_3_(t his, location, transpose, array); 7507 (transpose is bool) &&
7508 (location is UniformLocation || location == null)) {
7509 _blink.BlinkWebGL2RenderingContext.instance
7510 .uniformMatrix2fv_Callback_3_(this, location, transpose, array);
6205 return; 7511 return;
6206 } 7512 }
6207 throw new ArgumentError("Incorrect number or type of arguments"); 7513 throw new ArgumentError("Incorrect number or type of arguments");
6208 } 7514 }
6209 7515
6210 void uniformMatrix3fv(UniformLocation location, bool transpose, array) { 7516 void uniformMatrix3fv(UniformLocation location, bool transpose, array) {
6211 if ((array is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 7517 if ((array is Float32List) &&
6212 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix3fv_Callback_3_(t his, location, transpose, array); 7518 (transpose is bool) &&
7519 (location is UniformLocation || location == null)) {
7520 _blink.BlinkWebGL2RenderingContext.instance
7521 .uniformMatrix3fv_Callback_3_(this, location, transpose, array);
6213 return; 7522 return;
6214 } 7523 }
6215 if ((array is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 7524 if ((array is List<num>) &&
6216 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix3fv_Callback_3_(t his, location, transpose, array); 7525 (transpose is bool) &&
7526 (location is UniformLocation || location == null)) {
7527 _blink.BlinkWebGL2RenderingContext.instance
7528 .uniformMatrix3fv_Callback_3_(this, location, transpose, array);
6217 return; 7529 return;
6218 } 7530 }
6219 throw new ArgumentError("Incorrect number or type of arguments"); 7531 throw new ArgumentError("Incorrect number or type of arguments");
6220 } 7532 }
6221 7533
6222 void uniformMatrix4fv(UniformLocation location, bool transpose, array) { 7534 void uniformMatrix4fv(UniformLocation location, bool transpose, array) {
6223 if ((array is Float32List) && (transpose is bool) && (location is UniformLoc ation || location == null)) { 7535 if ((array is Float32List) &&
6224 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix4fv_Callback_3_(t his, location, transpose, array); 7536 (transpose is bool) &&
7537 (location is UniformLocation || location == null)) {
7538 _blink.BlinkWebGL2RenderingContext.instance
7539 .uniformMatrix4fv_Callback_3_(this, location, transpose, array);
6225 return; 7540 return;
6226 } 7541 }
6227 if ((array is List<num>) && (transpose is bool) && (location is UniformLocat ion || location == null)) { 7542 if ((array is List<num>) &&
6228 _blink.BlinkWebGL2RenderingContext.instance.uniformMatrix4fv_Callback_3_(t his, location, transpose, array); 7543 (transpose is bool) &&
7544 (location is UniformLocation || location == null)) {
7545 _blink.BlinkWebGL2RenderingContext.instance
7546 .uniformMatrix4fv_Callback_3_(this, location, transpose, array);
6229 return; 7547 return;
6230 } 7548 }
6231 throw new ArgumentError("Incorrect number or type of arguments"); 7549 throw new ArgumentError("Incorrect number or type of arguments");
6232 } 7550 }
6233 7551
6234 @DomName('WebGL2RenderingContext.useProgram') 7552 @DomName('WebGL2RenderingContext.useProgram')
6235 @DocsEditable() 7553 @DocsEditable()
6236 @Experimental() // untriaged 7554 @Experimental() // untriaged
6237 void useProgram(Program program) => _blink.BlinkWebGL2RenderingContext.instanc e.useProgram_Callback_1_(this, program); 7555 void useProgram(Program program) =>
6238 7556 _blink.BlinkWebGL2RenderingContext.instance
7557 .useProgram_Callback_1_(this, program);
7558
6239 @DomName('WebGL2RenderingContext.validateProgram') 7559 @DomName('WebGL2RenderingContext.validateProgram')
6240 @DocsEditable() 7560 @DocsEditable()
6241 @Experimental() // untriaged 7561 @Experimental() // untriaged
6242 void validateProgram(Program program) => _blink.BlinkWebGL2RenderingContext.in stance.validateProgram_Callback_1_(this, program); 7562 void validateProgram(Program program) =>
6243 7563 _blink.BlinkWebGL2RenderingContext.instance
7564 .validateProgram_Callback_1_(this, program);
7565
6244 @DomName('WebGL2RenderingContext.vertexAttrib1f') 7566 @DomName('WebGL2RenderingContext.vertexAttrib1f')
6245 @DocsEditable() 7567 @DocsEditable()
6246 @Experimental() // untriaged 7568 @Experimental() // untriaged
6247 void vertexAttrib1f(int indx, num x) => _blink.BlinkWebGL2RenderingContext.ins tance.vertexAttrib1f_Callback_2_(this, indx, x); 7569 void vertexAttrib1f(int indx, num x) =>
6248 7570 _blink.BlinkWebGL2RenderingContext.instance
7571 .vertexAttrib1f_Callback_2_(this, indx, x);
7572
6249 void vertexAttrib1fv(int indx, values) { 7573 void vertexAttrib1fv(int indx, values) {
6250 if ((values is Float32List) && (indx is int)) { 7574 if ((values is Float32List) && (indx is int)) {
6251 _blink.BlinkWebGL2RenderingContext.instance.vertexAttrib1fv_Callback_2_(th is, indx, values); 7575 _blink.BlinkWebGL2RenderingContext.instance
7576 .vertexAttrib1fv_Callback_2_(this, indx, values);
6252 return; 7577 return;
6253 } 7578 }
6254 if ((values is List<num>) && (indx is int)) { 7579 if ((values is List<num>) && (indx is int)) {
6255 _blink.BlinkWebGL2RenderingContext.instance.vertexAttrib1fv_Callback_2_(th is, indx, values); 7580 _blink.BlinkWebGL2RenderingContext.instance
7581 .vertexAttrib1fv_Callback_2_(this, indx, values);
6256 return; 7582 return;
6257 } 7583 }
6258 throw new ArgumentError("Incorrect number or type of arguments"); 7584 throw new ArgumentError("Incorrect number or type of arguments");
6259 } 7585 }
6260 7586
6261 @DomName('WebGL2RenderingContext.vertexAttrib2f') 7587 @DomName('WebGL2RenderingContext.vertexAttrib2f')
6262 @DocsEditable() 7588 @DocsEditable()
6263 @Experimental() // untriaged 7589 @Experimental() // untriaged
6264 void vertexAttrib2f(int indx, num x, num y) => _blink.BlinkWebGL2RenderingCont ext.instance.vertexAttrib2f_Callback_3_(this, indx, x, y); 7590 void vertexAttrib2f(int indx, num x, num y) =>
6265 7591 _blink.BlinkWebGL2RenderingContext.instance
7592 .vertexAttrib2f_Callback_3_(this, indx, x, y);
7593
6266 void vertexAttrib2fv(int indx, values) { 7594 void vertexAttrib2fv(int indx, values) {
6267 if ((values is Float32List) && (indx is int)) { 7595 if ((values is Float32List) && (indx is int)) {
6268 _blink.BlinkWebGL2RenderingContext.instance.vertexAttrib2fv_Callback_2_(th is, indx, values); 7596 _blink.BlinkWebGL2RenderingContext.instance
7597 .vertexAttrib2fv_Callback_2_(this, indx, values);
6269 return; 7598 return;
6270 } 7599 }
6271 if ((values is List<num>) && (indx is int)) { 7600 if ((values is List<num>) && (indx is int)) {
6272 _blink.BlinkWebGL2RenderingContext.instance.vertexAttrib2fv_Callback_2_(th is, indx, values); 7601 _blink.BlinkWebGL2RenderingContext.instance
7602 .vertexAttrib2fv_Callback_2_(this, indx, values);
6273 return; 7603 return;
6274 } 7604 }
6275 throw new ArgumentError("Incorrect number or type of arguments"); 7605 throw new ArgumentError("Incorrect number or type of arguments");
6276 } 7606 }
6277 7607
6278 @DomName('WebGL2RenderingContext.vertexAttrib3f') 7608 @DomName('WebGL2RenderingContext.vertexAttrib3f')
6279 @DocsEditable() 7609 @DocsEditable()
6280 @Experimental() // untriaged 7610 @Experimental() // untriaged
6281 void vertexAttrib3f(int indx, num x, num y, num z) => _blink.BlinkWebGL2Render ingContext.instance.vertexAttrib3f_Callback_4_(this, indx, x, y, z); 7611 void vertexAttrib3f(int indx, num x, num y, num z) =>
6282 7612 _blink.BlinkWebGL2RenderingContext.instance
7613 .vertexAttrib3f_Callback_4_(this, indx, x, y, z);
7614
6283 void vertexAttrib3fv(int indx, values) { 7615 void vertexAttrib3fv(int indx, values) {
6284 if ((values is Float32List) && (indx is int)) { 7616 if ((values is Float32List) && (indx is int)) {
6285 _blink.BlinkWebGL2RenderingContext.instance.vertexAttrib3fv_Callback_2_(th is, indx, values); 7617 _blink.BlinkWebGL2RenderingContext.instance
7618 .vertexAttrib3fv_Callback_2_(this, indx, values);
6286 return; 7619 return;
6287 } 7620 }
6288 if ((values is List<num>) && (indx is int)) { 7621 if ((values is List<num>) && (indx is int)) {
6289 _blink.BlinkWebGL2RenderingContext.instance.vertexAttrib3fv_Callback_2_(th is, indx, values); 7622 _blink.BlinkWebGL2RenderingContext.instance
7623 .vertexAttrib3fv_Callback_2_(this, indx, values);
6290 return; 7624 return;
6291 } 7625 }
6292 throw new ArgumentError("Incorrect number or type of arguments"); 7626 throw new ArgumentError("Incorrect number or type of arguments");
6293 } 7627 }
6294 7628
6295 @DomName('WebGL2RenderingContext.vertexAttrib4f') 7629 @DomName('WebGL2RenderingContext.vertexAttrib4f')
6296 @DocsEditable() 7630 @DocsEditable()
6297 @Experimental() // untriaged 7631 @Experimental() // untriaged
6298 void vertexAttrib4f(int indx, num x, num y, num z, num w) => _blink.BlinkWebGL 2RenderingContext.instance.vertexAttrib4f_Callback_5_(this, indx, x, y, z, w); 7632 void vertexAttrib4f(int indx, num x, num y, num z, num w) =>
6299 7633 _blink.BlinkWebGL2RenderingContext.instance
7634 .vertexAttrib4f_Callback_5_(this, indx, x, y, z, w);
7635
6300 void vertexAttrib4fv(int indx, values) { 7636 void vertexAttrib4fv(int indx, values) {
6301 if ((values is Float32List) && (indx is int)) { 7637 if ((values is Float32List) && (indx is int)) {
6302 _blink.BlinkWebGL2RenderingContext.instance.vertexAttrib4fv_Callback_2_(th is, indx, values); 7638 _blink.BlinkWebGL2RenderingContext.instance
7639 .vertexAttrib4fv_Callback_2_(this, indx, values);
6303 return; 7640 return;
6304 } 7641 }
6305 if ((values is List<num>) && (indx is int)) { 7642 if ((values is List<num>) && (indx is int)) {
6306 _blink.BlinkWebGL2RenderingContext.instance.vertexAttrib4fv_Callback_2_(th is, indx, values); 7643 _blink.BlinkWebGL2RenderingContext.instance
7644 .vertexAttrib4fv_Callback_2_(this, indx, values);
6307 return; 7645 return;
6308 } 7646 }
6309 throw new ArgumentError("Incorrect number or type of arguments"); 7647 throw new ArgumentError("Incorrect number or type of arguments");
6310 } 7648 }
6311 7649
6312 @DomName('WebGL2RenderingContext.vertexAttribPointer') 7650 @DomName('WebGL2RenderingContext.vertexAttribPointer')
6313 @DocsEditable() 7651 @DocsEditable()
6314 @Experimental() // untriaged 7652 @Experimental() // untriaged
6315 void vertexAttribPointer(int indx, int size, int type, bool normalized, int st ride, int offset) => _blink.BlinkWebGL2RenderingContext.instance.vertexAttribPoi nter_Callback_6_(this, indx, size, type, normalized, stride, offset); 7653 void vertexAttribPointer(int indx, int size, int type, bool normalized,
6316 7654 int stride, int offset) =>
7655 _blink.BlinkWebGL2RenderingContext.instance
7656 .vertexAttribPointer_Callback_6_(
7657 this, indx, size, type, normalized, stride, offset);
7658
6317 @DomName('WebGL2RenderingContext.viewport') 7659 @DomName('WebGL2RenderingContext.viewport')
6318 @DocsEditable() 7660 @DocsEditable()
6319 @Experimental() // untriaged 7661 @Experimental() // untriaged
6320 void viewport(int x, int y, int width, int height) => _blink.BlinkWebGL2Render ingContext.instance.viewport_Callback_4_(this, x, y, width, height); 7662 void viewport(int x, int y, int width, int height) =>
6321 7663 _blink.BlinkWebGL2RenderingContext.instance
7664 .viewport_Callback_4_(this, x, y, width, height);
6322 } 7665 }
6323 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7666 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6324 // for details. All rights reserved. Use of this source code is governed by a 7667 // for details. All rights reserved. Use of this source code is governed by a
6325 // BSD-style license that can be found in the LICENSE file. 7668 // BSD-style license that can be found in the LICENSE file.
6326 7669
6327 // WARNING: Do not edit - generated code. 7670 // WARNING: Do not edit - generated code.
6328 7671
6329
6330 @DocsEditable() 7672 @DocsEditable()
6331 @DomName('WebGLSampler') 7673 @DomName('WebGLSampler')
6332 @Experimental() // untriaged 7674 @Experimental() // untriaged
6333 class Sampler extends DartHtmlDomObject { 7675 class Sampler extends DartHtmlDomObject {
6334 // To suppress missing implicit constructor warnings. 7676 // To suppress missing implicit constructor warnings.
6335 factory Sampler._() { throw new UnsupportedError("Not supported"); } 7677 factory Sampler._() {
6336 7678 throw new UnsupportedError("Not supported");
7679 }
6337 7680
6338 @Deprecated("Internal Use Only") 7681 @Deprecated("Internal Use Only")
6339 external static Type get instanceRuntimeType; 7682 external static Type get instanceRuntimeType;
6340 7683
6341 @Deprecated("Internal Use Only") 7684 @Deprecated("Internal Use Only")
6342 Sampler.internal_() { } 7685 Sampler.internal_() {}
6343
6344 } 7686 }
6345 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7687 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6346 // for details. All rights reserved. Use of this source code is governed by a 7688 // for details. All rights reserved. Use of this source code is governed by a
6347 // BSD-style license that can be found in the LICENSE file. 7689 // BSD-style license that can be found in the LICENSE file.
6348 7690
6349 // WARNING: Do not edit - generated code. 7691 // WARNING: Do not edit - generated code.
6350 7692
6351
6352 @DocsEditable() 7693 @DocsEditable()
6353 @DomName('WebGLShader') 7694 @DomName('WebGLShader')
6354 class Shader extends DartHtmlDomObject { 7695 class Shader extends DartHtmlDomObject {
6355 // To suppress missing implicit constructor warnings. 7696 // To suppress missing implicit constructor warnings.
6356 factory Shader._() { throw new UnsupportedError("Not supported"); } 7697 factory Shader._() {
6357 7698 throw new UnsupportedError("Not supported");
7699 }
6358 7700
6359 @Deprecated("Internal Use Only") 7701 @Deprecated("Internal Use Only")
6360 external static Type get instanceRuntimeType; 7702 external static Type get instanceRuntimeType;
6361 7703
6362 @Deprecated("Internal Use Only") 7704 @Deprecated("Internal Use Only")
6363 Shader.internal_() { } 7705 Shader.internal_() {}
6364
6365 } 7706 }
6366 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7707 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6367 // for details. All rights reserved. Use of this source code is governed by a 7708 // for details. All rights reserved. Use of this source code is governed by a
6368 // BSD-style license that can be found in the LICENSE file. 7709 // BSD-style license that can be found in the LICENSE file.
6369 7710
6370 // WARNING: Do not edit - generated code. 7711 // WARNING: Do not edit - generated code.
6371 7712
6372
6373 @DocsEditable() 7713 @DocsEditable()
6374 @DomName('WebGLShaderPrecisionFormat') 7714 @DomName('WebGLShaderPrecisionFormat')
6375 class ShaderPrecisionFormat extends DartHtmlDomObject { 7715 class ShaderPrecisionFormat extends DartHtmlDomObject {
6376 // To suppress missing implicit constructor warnings. 7716 // To suppress missing implicit constructor warnings.
6377 factory ShaderPrecisionFormat._() { throw new UnsupportedError("Not supported" ); } 7717 factory ShaderPrecisionFormat._() {
6378 7718 throw new UnsupportedError("Not supported");
7719 }
6379 7720
6380 @Deprecated("Internal Use Only") 7721 @Deprecated("Internal Use Only")
6381 external static Type get instanceRuntimeType; 7722 external static Type get instanceRuntimeType;
6382 7723
6383 @Deprecated("Internal Use Only") 7724 @Deprecated("Internal Use Only")
6384 ShaderPrecisionFormat.internal_() { } 7725 ShaderPrecisionFormat.internal_() {}
6385 7726
6386 @DomName('WebGLShaderPrecisionFormat.precision') 7727 @DomName('WebGLShaderPrecisionFormat.precision')
6387 @DocsEditable() 7728 @DocsEditable()
6388 int get precision => _blink.BlinkWebGLShaderPrecisionFormat.instance.precision _Getter_(this); 7729 int get precision =>
6389 7730 _blink.BlinkWebGLShaderPrecisionFormat.instance.precision_Getter_(this);
7731
6390 @DomName('WebGLShaderPrecisionFormat.rangeMax') 7732 @DomName('WebGLShaderPrecisionFormat.rangeMax')
6391 @DocsEditable() 7733 @DocsEditable()
6392 int get rangeMax => _blink.BlinkWebGLShaderPrecisionFormat.instance.rangeMax_G etter_(this); 7734 int get rangeMax =>
6393 7735 _blink.BlinkWebGLShaderPrecisionFormat.instance.rangeMax_Getter_(this);
7736
6394 @DomName('WebGLShaderPrecisionFormat.rangeMin') 7737 @DomName('WebGLShaderPrecisionFormat.rangeMin')
6395 @DocsEditable() 7738 @DocsEditable()
6396 int get rangeMin => _blink.BlinkWebGLShaderPrecisionFormat.instance.rangeMin_G etter_(this); 7739 int get rangeMin =>
6397 7740 _blink.BlinkWebGLShaderPrecisionFormat.instance.rangeMin_Getter_(this);
6398 } 7741 }
6399 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7742 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6400 // for details. All rights reserved. Use of this source code is governed by a 7743 // for details. All rights reserved. Use of this source code is governed by a
6401 // BSD-style license that can be found in the LICENSE file. 7744 // BSD-style license that can be found in the LICENSE file.
6402 7745
6403 // WARNING: Do not edit - generated code. 7746 // WARNING: Do not edit - generated code.
6404 7747
6405
6406 @DocsEditable() 7748 @DocsEditable()
6407 @DomName('WebGLSync') 7749 @DomName('WebGLSync')
6408 @Experimental() // untriaged 7750 @Experimental() // untriaged
6409 class Sync extends DartHtmlDomObject { 7751 class Sync extends DartHtmlDomObject {
6410 // To suppress missing implicit constructor warnings. 7752 // To suppress missing implicit constructor warnings.
6411 factory Sync._() { throw new UnsupportedError("Not supported"); } 7753 factory Sync._() {
6412 7754 throw new UnsupportedError("Not supported");
7755 }
6413 7756
6414 @Deprecated("Internal Use Only") 7757 @Deprecated("Internal Use Only")
6415 external static Type get instanceRuntimeType; 7758 external static Type get instanceRuntimeType;
6416 7759
6417 @Deprecated("Internal Use Only") 7760 @Deprecated("Internal Use Only")
6418 Sync.internal_() { } 7761 Sync.internal_() {}
6419
6420 } 7762 }
6421 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7763 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6422 // for details. All rights reserved. Use of this source code is governed by a 7764 // for details. All rights reserved. Use of this source code is governed by a
6423 // BSD-style license that can be found in the LICENSE file. 7765 // BSD-style license that can be found in the LICENSE file.
6424 7766
6425 // WARNING: Do not edit - generated code. 7767 // WARNING: Do not edit - generated code.
6426 7768
6427
6428 @DocsEditable() 7769 @DocsEditable()
6429 @DomName('WebGLTexture') 7770 @DomName('WebGLTexture')
6430 class Texture extends DartHtmlDomObject { 7771 class Texture extends DartHtmlDomObject {
6431 // To suppress missing implicit constructor warnings. 7772 // To suppress missing implicit constructor warnings.
6432 factory Texture._() { throw new UnsupportedError("Not supported"); } 7773 factory Texture._() {
6433 7774 throw new UnsupportedError("Not supported");
7775 }
6434 7776
6435 @Deprecated("Internal Use Only") 7777 @Deprecated("Internal Use Only")
6436 external static Type get instanceRuntimeType; 7778 external static Type get instanceRuntimeType;
6437 7779
6438 @Deprecated("Internal Use Only") 7780 @Deprecated("Internal Use Only")
6439 Texture.internal_() { } 7781 Texture.internal_() {}
6440
6441 } 7782 }
6442 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7783 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6443 // for details. All rights reserved. Use of this source code is governed by a 7784 // for details. All rights reserved. Use of this source code is governed by a
6444 // BSD-style license that can be found in the LICENSE file. 7785 // BSD-style license that can be found in the LICENSE file.
6445 7786
6446 // WARNING: Do not edit - generated code. 7787 // WARNING: Do not edit - generated code.
6447 7788
6448
6449 @DocsEditable() 7789 @DocsEditable()
6450 @DomName('WebGLTransformFeedback') 7790 @DomName('WebGLTransformFeedback')
6451 @Experimental() // untriaged 7791 @Experimental() // untriaged
6452 class TransformFeedback extends DartHtmlDomObject { 7792 class TransformFeedback extends DartHtmlDomObject {
6453 // To suppress missing implicit constructor warnings. 7793 // To suppress missing implicit constructor warnings.
6454 factory TransformFeedback._() { throw new UnsupportedError("Not supported"); } 7794 factory TransformFeedback._() {
6455 7795 throw new UnsupportedError("Not supported");
7796 }
6456 7797
6457 @Deprecated("Internal Use Only") 7798 @Deprecated("Internal Use Only")
6458 external static Type get instanceRuntimeType; 7799 external static Type get instanceRuntimeType;
6459 7800
6460 @Deprecated("Internal Use Only") 7801 @Deprecated("Internal Use Only")
6461 TransformFeedback.internal_() { } 7802 TransformFeedback.internal_() {}
6462
6463 } 7803 }
6464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7804 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6465 // for details. All rights reserved. Use of this source code is governed by a 7805 // for details. All rights reserved. Use of this source code is governed by a
6466 // BSD-style license that can be found in the LICENSE file. 7806 // BSD-style license that can be found in the LICENSE file.
6467 7807
6468 // WARNING: Do not edit - generated code. 7808 // WARNING: Do not edit - generated code.
6469 7809
6470
6471 @DocsEditable() 7810 @DocsEditable()
6472 @DomName('WebGLUniformLocation') 7811 @DomName('WebGLUniformLocation')
6473 class UniformLocation extends DartHtmlDomObject { 7812 class UniformLocation extends DartHtmlDomObject {
6474 // To suppress missing implicit constructor warnings. 7813 // To suppress missing implicit constructor warnings.
6475 factory UniformLocation._() { throw new UnsupportedError("Not supported"); } 7814 factory UniformLocation._() {
6476 7815 throw new UnsupportedError("Not supported");
7816 }
6477 7817
6478 @Deprecated("Internal Use Only") 7818 @Deprecated("Internal Use Only")
6479 external static Type get instanceRuntimeType; 7819 external static Type get instanceRuntimeType;
6480 7820
6481 @Deprecated("Internal Use Only") 7821 @Deprecated("Internal Use Only")
6482 UniformLocation.internal_() { } 7822 UniformLocation.internal_() {}
6483
6484 } 7823 }
6485 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6486 // for details. All rights reserved. Use of this source code is governed by a 7825 // for details. All rights reserved. Use of this source code is governed by a
6487 // BSD-style license that can be found in the LICENSE file. 7826 // BSD-style license that can be found in the LICENSE file.
6488 7827
6489 // WARNING: Do not edit - generated code. 7828 // WARNING: Do not edit - generated code.
6490 7829
6491
6492 @DocsEditable() 7830 @DocsEditable()
6493 @DomName('WebGLVertexArrayObject') 7831 @DomName('WebGLVertexArrayObject')
6494 @Experimental() // untriaged 7832 @Experimental() // untriaged
6495 class VertexArrayObject extends DartHtmlDomObject { 7833 class VertexArrayObject extends DartHtmlDomObject {
6496 // To suppress missing implicit constructor warnings. 7834 // To suppress missing implicit constructor warnings.
6497 factory VertexArrayObject._() { throw new UnsupportedError("Not supported"); } 7835 factory VertexArrayObject._() {
6498 7836 throw new UnsupportedError("Not supported");
7837 }
6499 7838
6500 @Deprecated("Internal Use Only") 7839 @Deprecated("Internal Use Only")
6501 external static Type get instanceRuntimeType; 7840 external static Type get instanceRuntimeType;
6502 7841
6503 @Deprecated("Internal Use Only") 7842 @Deprecated("Internal Use Only")
6504 VertexArrayObject.internal_() { } 7843 VertexArrayObject.internal_() {}
6505
6506 } 7844 }
6507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7845 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6508 // for details. All rights reserved. Use of this source code is governed by a 7846 // for details. All rights reserved. Use of this source code is governed by a
6509 // BSD-style license that can be found in the LICENSE file. 7847 // BSD-style license that can be found in the LICENSE file.
6510 7848
6511 // WARNING: Do not edit - generated code. 7849 // WARNING: Do not edit - generated code.
6512 7850
6513
6514 @DocsEditable() 7851 @DocsEditable()
6515 @DomName('WebGLVertexArrayObjectOES') 7852 @DomName('WebGLVertexArrayObjectOES')
6516 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 7853 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
6517 @Experimental() // experimental 7854 @Experimental() // experimental
6518 class VertexArrayObjectOes extends DartHtmlDomObject { 7855 class VertexArrayObjectOes extends DartHtmlDomObject {
6519 // To suppress missing implicit constructor warnings. 7856 // To suppress missing implicit constructor warnings.
6520 factory VertexArrayObjectOes._() { throw new UnsupportedError("Not supported") ; } 7857 factory VertexArrayObjectOes._() {
6521 7858 throw new UnsupportedError("Not supported");
7859 }
6522 7860
6523 @Deprecated("Internal Use Only") 7861 @Deprecated("Internal Use Only")
6524 external static Type get instanceRuntimeType; 7862 external static Type get instanceRuntimeType;
6525 7863
6526 @Deprecated("Internal Use Only") 7864 @Deprecated("Internal Use Only")
6527 VertexArrayObjectOes.internal_() { } 7865 VertexArrayObjectOes.internal_() {}
6528
6529 } 7866 }
6530 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6531 // for details. All rights reserved. Use of this source code is governed by a 7868 // for details. All rights reserved. Use of this source code is governed by a
6532 // BSD-style license that can be found in the LICENSE file. 7869 // BSD-style license that can be found in the LICENSE file.
6533 7870
6534 // WARNING: Do not edit - generated code. 7871 // WARNING: Do not edit - generated code.
6535 7872
6536
6537 @DocsEditable() 7873 @DocsEditable()
6538 @DomName('WebGL2RenderingContextBase') 7874 @DomName('WebGL2RenderingContextBase')
6539 @Experimental() // untriaged 7875 @Experimental() // untriaged
6540 class _WebGL2RenderingContextBase extends DartHtmlDomObject implements _WebGLRen deringContextBase { 7876 class _WebGL2RenderingContextBase extends DartHtmlDomObject
7877 implements _WebGLRenderingContextBase {
6541 // To suppress missing implicit constructor warnings. 7878 // To suppress missing implicit constructor warnings.
6542 factory _WebGL2RenderingContextBase._() { throw new UnsupportedError("Not supp orted"); } 7879 factory _WebGL2RenderingContextBase._() {
6543 7880 throw new UnsupportedError("Not supported");
7881 }
6544 7882
6545 @Deprecated("Internal Use Only") 7883 @Deprecated("Internal Use Only")
6546 external static Type get instanceRuntimeType; 7884 external static Type get instanceRuntimeType;
6547 7885
6548 @Deprecated("Internal Use Only") 7886 @Deprecated("Internal Use Only")
6549 _WebGL2RenderingContextBase.internal_() { } 7887 _WebGL2RenderingContextBase.internal_() {}
6550
6551 } 7888 }
6552 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6553 // for details. All rights reserved. Use of this source code is governed by a 7890 // for details. All rights reserved. Use of this source code is governed by a
6554 // BSD-style license that can be found in the LICENSE file. 7891 // BSD-style license that can be found in the LICENSE file.
6555 7892
6556 // WARNING: Do not edit - generated code. 7893 // WARNING: Do not edit - generated code.
6557 7894
6558
6559 @DocsEditable() 7895 @DocsEditable()
6560 @DomName('WebGLRenderingContextBase') 7896 @DomName('WebGLRenderingContextBase')
6561 @Experimental() // untriaged 7897 @Experimental() // untriaged
6562 class _WebGLRenderingContextBase extends DartHtmlDomObject { 7898 class _WebGLRenderingContextBase extends DartHtmlDomObject {
6563 // To suppress missing implicit constructor warnings. 7899 // To suppress missing implicit constructor warnings.
6564 factory _WebGLRenderingContextBase._() { throw new UnsupportedError("Not suppo rted"); } 7900 factory _WebGLRenderingContextBase._() {
6565 7901 throw new UnsupportedError("Not supported");
7902 }
6566 } 7903 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698