| OLD | NEW |
| 1 library dart.dom.web_gl; | 1 library dart.dom.web_gl; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:_collection-dev' hide deprecated; | 5 import 'dart:_collection-dev' hide deprecated; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
| 9 import 'dart:typed_data'; | 9 import 'dart:typed_data'; |
| 10 // DO NOT EDIT | 10 // DO NOT EDIT |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 | 341 |
| 342 } | 342 } |
| 343 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 343 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 344 // for details. All rights reserved. Use of this source code is governed by a | 344 // for details. All rights reserved. Use of this source code is governed by a |
| 345 // BSD-style license that can be found in the LICENSE file. | 345 // BSD-style license that can be found in the LICENSE file. |
| 346 | 346 |
| 347 // WARNING: Do not edit - generated code. | 347 // WARNING: Do not edit - generated code. |
| 348 | 348 |
| 349 | 349 |
| 350 @DocsEditable() | 350 @DocsEditable() |
| 351 @DomName('ANGLEInstancedArrays') |
| 352 @Experimental() // untriaged |
| 353 class AngleInstancedArrays extends NativeFieldWrapperClass1 { |
| 354 |
| 355 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE') |
| 356 @DocsEditable() |
| 357 @Experimental() // untriaged |
| 358 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE; |
| 359 |
| 360 @DomName('ANGLEInstancedArrays.drawArraysInstancedANGLE') |
| 361 @DocsEditable() |
| 362 @Experimental() // untriaged |
| 363 void drawArraysInstancedAngle(int mode, int first, int count, int primcount) n
ative "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback"; |
| 364 |
| 365 @DomName('ANGLEInstancedArrays.drawElementsInstancedANGLE') |
| 366 @DocsEditable() |
| 367 @Experimental() // untriaged |
| 368 void drawElementsInstancedAngle(int mode, int count, int type, int offset, int
primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback"; |
| 369 |
| 370 @DomName('ANGLEInstancedArrays.vertexAttribDivisorANGLE') |
| 371 @DocsEditable() |
| 372 @Experimental() // untriaged |
| 373 void vertexAttribDivisorAngle(int index, int divisor) native "ANGLEInstancedAr
rays_vertexAttribDivisorANGLE_Callback"; |
| 374 |
| 375 } |
| 376 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 377 // for details. All rights reserved. Use of this source code is governed by a |
| 378 // BSD-style license that can be found in the LICENSE file. |
| 379 |
| 380 // WARNING: Do not edit - generated code. |
| 381 |
| 382 |
| 383 @DocsEditable() |
| 351 @DomName('WebGLBuffer') | 384 @DomName('WebGLBuffer') |
| 352 @Unstable() | 385 @Unstable() |
| 353 class Buffer extends NativeFieldWrapperClass1 { | 386 class Buffer extends NativeFieldWrapperClass1 { |
| 354 | 387 |
| 355 } | 388 } |
| 356 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 389 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 357 // for details. All rights reserved. Use of this source code is governed by a | 390 // for details. All rights reserved. Use of this source code is governed by a |
| 358 // BSD-style license that can be found in the LICENSE file. | 391 // BSD-style license that can be found in the LICENSE file. |
| 359 | 392 |
| 360 // WARNING: Do not edit - generated code. | 393 // WARNING: Do not edit - generated code. |
| (...skipping 2505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2866 // WARNING: Do not edit - generated code. | 2899 // WARNING: Do not edit - generated code. |
| 2867 | 2900 |
| 2868 | 2901 |
| 2869 @DocsEditable() | 2902 @DocsEditable() |
| 2870 @DomName('WebGLVertexArrayObjectOES') | 2903 @DomName('WebGLVertexArrayObjectOES') |
| 2871 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ | 2904 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ |
| 2872 @Experimental() // experimental | 2905 @Experimental() // experimental |
| 2873 class VertexArrayObject extends NativeFieldWrapperClass1 { | 2906 class VertexArrayObject extends NativeFieldWrapperClass1 { |
| 2874 | 2907 |
| 2875 } | 2908 } |
| OLD | NEW |