| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 // for details. All rights reserved. Use of this source code is governed by a | 319 // for details. All rights reserved. Use of this source code is governed by a |
| 320 // BSD-style license that can be found in the LICENSE file. | 320 // BSD-style license that can be found in the LICENSE file. |
| 321 | 321 |
| 322 // WARNING: Do not edit - generated code. | 322 // WARNING: Do not edit - generated code. |
| 323 | 323 |
| 324 | 324 |
| 325 @DocsEditable() | 325 @DocsEditable() |
| 326 @DomName('WebGLActiveInfo') | 326 @DomName('WebGLActiveInfo') |
| 327 @Unstable() | 327 @Unstable() |
| 328 class ActiveInfo extends NativeFieldWrapperClass1 { | 328 class ActiveInfo extends NativeFieldWrapperClass1 { |
| 329 // To suppress missing implicit constructor warnings. |
| 330 factory ActiveInfo._() { throw new UnsupportedError("Not supported"); } |
| 329 | 331 |
| 330 @DomName('WebGLActiveInfo.name') | 332 @DomName('WebGLActiveInfo.name') |
| 331 @DocsEditable() | 333 @DocsEditable() |
| 332 String get name native "WebGLActiveInfo_name_Getter"; | 334 String get name native "WebGLActiveInfo_name_Getter"; |
| 333 | 335 |
| 334 @DomName('WebGLActiveInfo.size') | 336 @DomName('WebGLActiveInfo.size') |
| 335 @DocsEditable() | 337 @DocsEditable() |
| 336 int get size native "WebGLActiveInfo_size_Getter"; | 338 int get size native "WebGLActiveInfo_size_Getter"; |
| 337 | 339 |
| 338 @DomName('WebGLActiveInfo.type') | 340 @DomName('WebGLActiveInfo.type') |
| 339 @DocsEditable() | 341 @DocsEditable() |
| 340 int get type native "WebGLActiveInfo_type_Getter"; | 342 int get type native "WebGLActiveInfo_type_Getter"; |
| 341 | 343 |
| 342 } | 344 } |
| 343 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 345 // 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 | 346 // 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. | 347 // BSD-style license that can be found in the LICENSE file. |
| 346 | 348 |
| 347 // WARNING: Do not edit - generated code. | 349 // WARNING: Do not edit - generated code. |
| 348 | 350 |
| 349 | 351 |
| 350 @DocsEditable() | 352 @DocsEditable() |
| 351 @DomName('ANGLEInstancedArrays') | 353 @DomName('ANGLEInstancedArrays') |
| 352 @Experimental() // untriaged | 354 @Experimental() // untriaged |
| 353 class AngleInstancedArrays extends NativeFieldWrapperClass1 { | 355 class AngleInstancedArrays extends NativeFieldWrapperClass1 { |
| 356 // To suppress missing implicit constructor warnings. |
| 357 factory AngleInstancedArrays._() { throw new UnsupportedError("Not supported")
; } |
| 354 | 358 |
| 355 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE') | 359 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE') |
| 356 @DocsEditable() | 360 @DocsEditable() |
| 357 @Experimental() // untriaged | 361 @Experimental() // untriaged |
| 358 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE; | 362 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE; |
| 359 | 363 |
| 360 @DomName('ANGLEInstancedArrays.drawArraysInstancedANGLE') | 364 @DomName('ANGLEInstancedArrays.drawArraysInstancedANGLE') |
| 361 @DocsEditable() | 365 @DocsEditable() |
| 362 @Experimental() // untriaged | 366 @Experimental() // untriaged |
| 363 void drawArraysInstancedAngle(int mode, int first, int count, int primcount) n
ative "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback"; | 367 void drawArraysInstancedAngle(int mode, int first, int count, int primcount) n
ative "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 377 // for details. All rights reserved. Use of this source code is governed by a | 381 // 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. | 382 // BSD-style license that can be found in the LICENSE file. |
| 379 | 383 |
| 380 // WARNING: Do not edit - generated code. | 384 // WARNING: Do not edit - generated code. |
| 381 | 385 |
| 382 | 386 |
| 383 @DocsEditable() | 387 @DocsEditable() |
| 384 @DomName('WebGLBuffer') | 388 @DomName('WebGLBuffer') |
| 385 @Unstable() | 389 @Unstable() |
| 386 class Buffer extends NativeFieldWrapperClass1 { | 390 class Buffer extends NativeFieldWrapperClass1 { |
| 391 // To suppress missing implicit constructor warnings. |
| 392 factory Buffer._() { throw new UnsupportedError("Not supported"); } |
| 387 | 393 |
| 388 } | 394 } |
| 389 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 390 // for details. All rights reserved. Use of this source code is governed by a | 396 // for details. All rights reserved. Use of this source code is governed by a |
| 391 // BSD-style license that can be found in the LICENSE file. | 397 // BSD-style license that can be found in the LICENSE file. |
| 392 | 398 |
| 393 // WARNING: Do not edit - generated code. | 399 // WARNING: Do not edit - generated code. |
| 394 | 400 |
| 395 | 401 |
| 396 @DocsEditable() | 402 @DocsEditable() |
| 397 @DomName('WebGLCompressedTextureATC') | 403 @DomName('WebGLCompressedTextureATC') |
| 398 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_atc
/ | 404 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_atc
/ |
| 399 @Experimental() | 405 @Experimental() |
| 400 class CompressedTextureAtc extends NativeFieldWrapperClass1 { | 406 class CompressedTextureAtc extends NativeFieldWrapperClass1 { |
| 407 // To suppress missing implicit constructor warnings. |
| 408 factory CompressedTextureAtc._() { throw new UnsupportedError("Not supported")
; } |
| 401 | 409 |
| 402 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL') | 410 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL') |
| 403 @DocsEditable() | 411 @DocsEditable() |
| 404 static const int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; | 412 static const int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; |
| 405 | 413 |
| 406 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEB
GL') | 414 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEB
GL') |
| 407 @DocsEditable() | 415 @DocsEditable() |
| 408 static const int COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL = 0x87EE; | 416 static const int COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL = 0x87EE; |
| 409 | 417 |
| 410 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGB_ATC_WEBGL') | 418 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGB_ATC_WEBGL') |
| 411 @DocsEditable() | 419 @DocsEditable() |
| 412 static const int COMPRESSED_RGB_ATC_WEBGL = 0x8C92; | 420 static const int COMPRESSED_RGB_ATC_WEBGL = 0x8C92; |
| 413 | 421 |
| 414 } | 422 } |
| 415 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 423 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 416 // for details. All rights reserved. Use of this source code is governed by a | 424 // for details. All rights reserved. Use of this source code is governed by a |
| 417 // BSD-style license that can be found in the LICENSE file. | 425 // BSD-style license that can be found in the LICENSE file. |
| 418 | 426 |
| 419 // WARNING: Do not edit - generated code. | 427 // WARNING: Do not edit - generated code. |
| 420 | 428 |
| 421 | 429 |
| 422 @DocsEditable() | 430 @DocsEditable() |
| 423 @DomName('WebGLCompressedTexturePVRTC') | 431 @DomName('WebGLCompressedTexturePVRTC') |
| 424 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvr
tc/ | 432 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvr
tc/ |
| 425 @Experimental() // experimental | 433 @Experimental() // experimental |
| 426 class CompressedTexturePvrtc extends NativeFieldWrapperClass1 { | 434 class CompressedTexturePvrtc extends NativeFieldWrapperClass1 { |
| 435 // To suppress missing implicit constructor warnings. |
| 436 factory CompressedTexturePvrtc._() { throw new UnsupportedError("Not supported
"); } |
| 427 | 437 |
| 428 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG') | 438 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG') |
| 429 @DocsEditable() | 439 @DocsEditable() |
| 430 static const int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03; | 440 static const int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03; |
| 431 | 441 |
| 432 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG') | 442 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG') |
| 433 @DocsEditable() | 443 @DocsEditable() |
| 434 static const int COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02; | 444 static const int COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02; |
| 435 | 445 |
| 436 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGB_PVRTC_2BPPV1_IMG') | 446 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGB_PVRTC_2BPPV1_IMG') |
| (...skipping 10 matching lines...) Expand all Loading... |
| 447 // BSD-style license that can be found in the LICENSE file. | 457 // BSD-style license that can be found in the LICENSE file. |
| 448 | 458 |
| 449 // WARNING: Do not edit - generated code. | 459 // WARNING: Do not edit - generated code. |
| 450 | 460 |
| 451 | 461 |
| 452 @DocsEditable() | 462 @DocsEditable() |
| 453 @DomName('WebGLCompressedTextureS3TC') | 463 @DomName('WebGLCompressedTextureS3TC') |
| 454 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3t
c/ | 464 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3t
c/ |
| 455 @Experimental() // experimental | 465 @Experimental() // experimental |
| 456 class CompressedTextureS3TC extends NativeFieldWrapperClass1 { | 466 class CompressedTextureS3TC extends NativeFieldWrapperClass1 { |
| 467 // To suppress missing implicit constructor warnings. |
| 468 factory CompressedTextureS3TC._() { throw new UnsupportedError("Not supported"
); } |
| 457 | 469 |
| 458 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT1_EXT') | 470 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT1_EXT') |
| 459 @DocsEditable() | 471 @DocsEditable() |
| 460 static const int COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; | 472 static const int COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; |
| 461 | 473 |
| 462 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT3_EXT') | 474 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT3_EXT') |
| 463 @DocsEditable() | 475 @DocsEditable() |
| 464 static const int COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2; | 476 static const int COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2; |
| 465 | 477 |
| 466 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT5_EXT') | 478 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT5_EXT') |
| 467 @DocsEditable() | 479 @DocsEditable() |
| 468 static const int COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3; | 480 static const int COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3; |
| 469 | 481 |
| 470 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGB_S3TC_DXT1_EXT') | 482 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGB_S3TC_DXT1_EXT') |
| 471 @DocsEditable() | 483 @DocsEditable() |
| 472 static const int COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0; | 484 static const int COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0; |
| 473 | 485 |
| 474 } | 486 } |
| 475 // 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 |
| 476 // 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 |
| 477 // BSD-style license that can be found in the LICENSE file. | 489 // BSD-style license that can be found in the LICENSE file. |
| 478 | 490 |
| 479 // WARNING: Do not edit - generated code. | 491 // WARNING: Do not edit - generated code. |
| 480 | 492 |
| 481 | 493 |
| 482 @DocsEditable() | 494 @DocsEditable() |
| 483 @DomName('WebGLContextAttributes') | 495 @DomName('WebGLContextAttributes') |
| 484 @Unstable() | 496 @Unstable() |
| 485 class ContextAttributes extends NativeFieldWrapperClass1 { | 497 class ContextAttributes extends NativeFieldWrapperClass1 { |
| 498 // To suppress missing implicit constructor warnings. |
| 499 factory ContextAttributes._() { throw new UnsupportedError("Not supported"); } |
| 486 | 500 |
| 487 @DomName('WebGLContextAttributes.alpha') | 501 @DomName('WebGLContextAttributes.alpha') |
| 488 @DocsEditable() | 502 @DocsEditable() |
| 489 bool get alpha native "WebGLContextAttributes_alpha_Getter"; | 503 bool get alpha native "WebGLContextAttributes_alpha_Getter"; |
| 490 | 504 |
| 491 @DomName('WebGLContextAttributes.alpha') | 505 @DomName('WebGLContextAttributes.alpha') |
| 492 @DocsEditable() | 506 @DocsEditable() |
| 493 void set alpha(bool value) native "WebGLContextAttributes_alpha_Setter"; | 507 void set alpha(bool value) native "WebGLContextAttributes_alpha_Setter"; |
| 494 | 508 |
| 495 @DomName('WebGLContextAttributes.antialias') | 509 @DomName('WebGLContextAttributes.antialias') |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 // BSD-style license that can be found in the LICENSE file. | 571 // BSD-style license that can be found in the LICENSE file. |
| 558 | 572 |
| 559 // WARNING: Do not edit - generated code. | 573 // WARNING: Do not edit - generated code. |
| 560 | 574 |
| 561 | 575 |
| 562 @DocsEditable() | 576 @DocsEditable() |
| 563 @DomName('WebGLDebugRendererInfo') | 577 @DomName('WebGLDebugRendererInfo') |
| 564 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/ | 578 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/ |
| 565 @Experimental() // experimental | 579 @Experimental() // experimental |
| 566 class DebugRendererInfo extends NativeFieldWrapperClass1 { | 580 class DebugRendererInfo extends NativeFieldWrapperClass1 { |
| 581 // To suppress missing implicit constructor warnings. |
| 582 factory DebugRendererInfo._() { throw new UnsupportedError("Not supported"); } |
| 567 | 583 |
| 568 @DomName('WebGLDebugRendererInfo.UNMASKED_RENDERER_WEBGL') | 584 @DomName('WebGLDebugRendererInfo.UNMASKED_RENDERER_WEBGL') |
| 569 @DocsEditable() | 585 @DocsEditable() |
| 570 static const int UNMASKED_RENDERER_WEBGL = 0x9246; | 586 static const int UNMASKED_RENDERER_WEBGL = 0x9246; |
| 571 | 587 |
| 572 @DomName('WebGLDebugRendererInfo.UNMASKED_VENDOR_WEBGL') | 588 @DomName('WebGLDebugRendererInfo.UNMASKED_VENDOR_WEBGL') |
| 573 @DocsEditable() | 589 @DocsEditable() |
| 574 static const int UNMASKED_VENDOR_WEBGL = 0x9245; | 590 static const int UNMASKED_VENDOR_WEBGL = 0x9245; |
| 575 | 591 |
| 576 } | 592 } |
| 577 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 593 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 578 // for details. All rights reserved. Use of this source code is governed by a | 594 // for details. All rights reserved. Use of this source code is governed by a |
| 579 // BSD-style license that can be found in the LICENSE file. | 595 // BSD-style license that can be found in the LICENSE file. |
| 580 | 596 |
| 581 // WARNING: Do not edit - generated code. | 597 // WARNING: Do not edit - generated code. |
| 582 | 598 |
| 583 | 599 |
| 584 @DocsEditable() | 600 @DocsEditable() |
| 585 @DomName('WebGLDebugShaders') | 601 @DomName('WebGLDebugShaders') |
| 586 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/ | 602 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/ |
| 587 @Experimental() // experimental | 603 @Experimental() // experimental |
| 588 class DebugShaders extends NativeFieldWrapperClass1 { | 604 class DebugShaders extends NativeFieldWrapperClass1 { |
| 605 // To suppress missing implicit constructor warnings. |
| 606 factory DebugShaders._() { throw new UnsupportedError("Not supported"); } |
| 589 | 607 |
| 590 @DomName('WebGLDebugShaders.getTranslatedShaderSource') | 608 @DomName('WebGLDebugShaders.getTranslatedShaderSource') |
| 591 @DocsEditable() | 609 @DocsEditable() |
| 592 String getTranslatedShaderSource(Shader shader) native "WebGLDebugShaders_getT
ranslatedShaderSource_Callback"; | 610 String getTranslatedShaderSource(Shader shader) native "WebGLDebugShaders_getT
ranslatedShaderSource_Callback"; |
| 593 | 611 |
| 594 } | 612 } |
| 595 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 613 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 596 // for details. All rights reserved. Use of this source code is governed by a | 614 // for details. All rights reserved. Use of this source code is governed by a |
| 597 // BSD-style license that can be found in the LICENSE file. | 615 // BSD-style license that can be found in the LICENSE file. |
| 598 | 616 |
| 599 // WARNING: Do not edit - generated code. | 617 // WARNING: Do not edit - generated code. |
| 600 | 618 |
| 601 | 619 |
| 602 @DocsEditable() | 620 @DocsEditable() |
| 603 @DomName('WebGLDepthTexture') | 621 @DomName('WebGLDepthTexture') |
| 604 // http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/ | 622 // http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/ |
| 605 @Experimental() // experimental | 623 @Experimental() // experimental |
| 606 class DepthTexture extends NativeFieldWrapperClass1 { | 624 class DepthTexture extends NativeFieldWrapperClass1 { |
| 625 // To suppress missing implicit constructor warnings. |
| 626 factory DepthTexture._() { throw new UnsupportedError("Not supported"); } |
| 607 | 627 |
| 608 @DomName('WebGLDepthTexture.UNSIGNED_INT_24_8_WEBGL') | 628 @DomName('WebGLDepthTexture.UNSIGNED_INT_24_8_WEBGL') |
| 609 @DocsEditable() | 629 @DocsEditable() |
| 610 static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA; | 630 static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA; |
| 611 | 631 |
| 612 } | 632 } |
| 613 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 614 // for details. All rights reserved. Use of this source code is governed by a | 634 // for details. All rights reserved. Use of this source code is governed by a |
| 615 // BSD-style license that can be found in the LICENSE file. | 635 // BSD-style license that can be found in the LICENSE file. |
| 616 | 636 |
| 617 // WARNING: Do not edit - generated code. | 637 // WARNING: Do not edit - generated code. |
| 618 | 638 |
| 619 | 639 |
| 620 @DocsEditable() | 640 @DocsEditable() |
| 621 @DomName('WebGLDrawBuffers') | 641 @DomName('WebGLDrawBuffers') |
| 622 // http://www.khronos.org/registry/webgl/specs/latest/ | 642 // http://www.khronos.org/registry/webgl/specs/latest/ |
| 623 @Experimental() // stable | 643 @Experimental() // stable |
| 624 class DrawBuffers extends NativeFieldWrapperClass1 { | 644 class DrawBuffers extends NativeFieldWrapperClass1 { |
| 645 // To suppress missing implicit constructor warnings. |
| 646 factory DrawBuffers._() { throw new UnsupportedError("Not supported"); } |
| 625 | 647 |
| 626 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT0_WEBGL') | 648 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT0_WEBGL') |
| 627 @DocsEditable() | 649 @DocsEditable() |
| 628 static const int COLOR_ATTACHMENT0_WEBGL = 0x8CE0; | 650 static const int COLOR_ATTACHMENT0_WEBGL = 0x8CE0; |
| 629 | 651 |
| 630 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT10_WEBGL') | 652 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT10_WEBGL') |
| 631 @DocsEditable() | 653 @DocsEditable() |
| 632 static const int COLOR_ATTACHMENT10_WEBGL = 0x8CEA; | 654 static const int COLOR_ATTACHMENT10_WEBGL = 0x8CEA; |
| 633 | 655 |
| 634 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT11_WEBGL') | 656 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT11_WEBGL') |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 // BSD-style license that can be found in the LICENSE file. | 791 // BSD-style license that can be found in the LICENSE file. |
| 770 | 792 |
| 771 // WARNING: Do not edit - generated code. | 793 // WARNING: Do not edit - generated code. |
| 772 | 794 |
| 773 | 795 |
| 774 @DocsEditable() | 796 @DocsEditable() |
| 775 @DomName('EXTFragDepth') | 797 @DomName('EXTFragDepth') |
| 776 // http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/ | 798 // http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/ |
| 777 @Experimental() | 799 @Experimental() |
| 778 class ExtFragDepth extends NativeFieldWrapperClass1 { | 800 class ExtFragDepth extends NativeFieldWrapperClass1 { |
| 801 // To suppress missing implicit constructor warnings. |
| 802 factory ExtFragDepth._() { throw new UnsupportedError("Not supported"); } |
| 779 | 803 |
| 780 } | 804 } |
| 781 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 782 // for details. All rights reserved. Use of this source code is governed by a | 806 // for details. All rights reserved. Use of this source code is governed by a |
| 783 // BSD-style license that can be found in the LICENSE file. | 807 // BSD-style license that can be found in the LICENSE file. |
| 784 | 808 |
| 785 // WARNING: Do not edit - generated code. | 809 // WARNING: Do not edit - generated code. |
| 786 | 810 |
| 787 | 811 |
| 788 @DocsEditable() | 812 @DocsEditable() |
| 789 @DomName('EXTTextureFilterAnisotropic') | 813 @DomName('EXTTextureFilterAnisotropic') |
| 790 // http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotrop
ic/ | 814 // http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotrop
ic/ |
| 791 @Experimental() | 815 @Experimental() |
| 792 class ExtTextureFilterAnisotropic extends NativeFieldWrapperClass1 { | 816 class ExtTextureFilterAnisotropic extends NativeFieldWrapperClass1 { |
| 817 // To suppress missing implicit constructor warnings. |
| 818 factory ExtTextureFilterAnisotropic._() { throw new UnsupportedError("Not supp
orted"); } |
| 793 | 819 |
| 794 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT') | 820 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT') |
| 795 @DocsEditable() | 821 @DocsEditable() |
| 796 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; | 822 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; |
| 797 | 823 |
| 798 @DomName('EXTTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT') | 824 @DomName('EXTTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT') |
| 799 @DocsEditable() | 825 @DocsEditable() |
| 800 static const int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; | 826 static const int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; |
| 801 | 827 |
| 802 } | 828 } |
| 803 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 829 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 804 // for details. All rights reserved. Use of this source code is governed by a | 830 // for details. All rights reserved. Use of this source code is governed by a |
| 805 // BSD-style license that can be found in the LICENSE file. | 831 // BSD-style license that can be found in the LICENSE file. |
| 806 | 832 |
| 807 // WARNING: Do not edit - generated code. | 833 // WARNING: Do not edit - generated code. |
| 808 | 834 |
| 809 | 835 |
| 810 @DocsEditable() | 836 @DocsEditable() |
| 811 @DomName('WebGLFramebuffer') | 837 @DomName('WebGLFramebuffer') |
| 812 @Unstable() | 838 @Unstable() |
| 813 class Framebuffer extends NativeFieldWrapperClass1 { | 839 class Framebuffer extends NativeFieldWrapperClass1 { |
| 840 // To suppress missing implicit constructor warnings. |
| 841 factory Framebuffer._() { throw new UnsupportedError("Not supported"); } |
| 814 | 842 |
| 815 } | 843 } |
| 816 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 817 // for details. All rights reserved. Use of this source code is governed by a | 845 // for details. All rights reserved. Use of this source code is governed by a |
| 818 // BSD-style license that can be found in the LICENSE file. | 846 // BSD-style license that can be found in the LICENSE file. |
| 819 | 847 |
| 820 // WARNING: Do not edit - generated code. | 848 // WARNING: Do not edit - generated code. |
| 821 | 849 |
| 822 | 850 |
| 823 @DocsEditable() | 851 @DocsEditable() |
| 824 @DomName('WebGLLoseContext') | 852 @DomName('WebGLLoseContext') |
| 825 // http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/ | 853 // http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/ |
| 826 @Experimental() | 854 @Experimental() |
| 827 class LoseContext extends NativeFieldWrapperClass1 { | 855 class LoseContext extends NativeFieldWrapperClass1 { |
| 856 // To suppress missing implicit constructor warnings. |
| 857 factory LoseContext._() { throw new UnsupportedError("Not supported"); } |
| 828 | 858 |
| 829 @DomName('WebGLLoseContext.loseContext') | 859 @DomName('WebGLLoseContext.loseContext') |
| 830 @DocsEditable() | 860 @DocsEditable() |
| 831 void loseContext() native "WebGLLoseContext_loseContext_Callback"; | 861 void loseContext() native "WebGLLoseContext_loseContext_Callback"; |
| 832 | 862 |
| 833 @DomName('WebGLLoseContext.restoreContext') | 863 @DomName('WebGLLoseContext.restoreContext') |
| 834 @DocsEditable() | 864 @DocsEditable() |
| 835 void restoreContext() native "WebGLLoseContext_restoreContext_Callback"; | 865 void restoreContext() native "WebGLLoseContext_restoreContext_Callback"; |
| 836 | 866 |
| 837 } | 867 } |
| 838 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 839 // for details. All rights reserved. Use of this source code is governed by a | 869 // for details. All rights reserved. Use of this source code is governed by a |
| 840 // BSD-style license that can be found in the LICENSE file. | 870 // BSD-style license that can be found in the LICENSE file. |
| 841 | 871 |
| 842 // WARNING: Do not edit - generated code. | 872 // WARNING: Do not edit - generated code. |
| 843 | 873 |
| 844 | 874 |
| 845 @DocsEditable() | 875 @DocsEditable() |
| 846 @DomName('OESElementIndexUint') | 876 @DomName('OESElementIndexUint') |
| 847 // http://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/ | 877 // http://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/ |
| 848 @Experimental() // experimental | 878 @Experimental() // experimental |
| 849 class OesElementIndexUint extends NativeFieldWrapperClass1 { | 879 class OesElementIndexUint extends NativeFieldWrapperClass1 { |
| 880 // To suppress missing implicit constructor warnings. |
| 881 factory OesElementIndexUint._() { throw new UnsupportedError("Not supported");
} |
| 850 | 882 |
| 851 } | 883 } |
| 852 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 853 // for details. All rights reserved. Use of this source code is governed by a | 885 // for details. All rights reserved. Use of this source code is governed by a |
| 854 // BSD-style license that can be found in the LICENSE file. | 886 // BSD-style license that can be found in the LICENSE file. |
| 855 | 887 |
| 856 // WARNING: Do not edit - generated code. | 888 // WARNING: Do not edit - generated code. |
| 857 | 889 |
| 858 | 890 |
| 859 @DocsEditable() | 891 @DocsEditable() |
| 860 @DomName('OESStandardDerivatives') | 892 @DomName('OESStandardDerivatives') |
| 861 // http://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/ | 893 // http://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/ |
| 862 @Experimental() // experimental | 894 @Experimental() // experimental |
| 863 class OesStandardDerivatives extends NativeFieldWrapperClass1 { | 895 class OesStandardDerivatives extends NativeFieldWrapperClass1 { |
| 896 // To suppress missing implicit constructor warnings. |
| 897 factory OesStandardDerivatives._() { throw new UnsupportedError("Not supported
"); } |
| 864 | 898 |
| 865 @DomName('OESStandardDerivatives.FRAGMENT_SHADER_DERIVATIVE_HINT_OES') | 899 @DomName('OESStandardDerivatives.FRAGMENT_SHADER_DERIVATIVE_HINT_OES') |
| 866 @DocsEditable() | 900 @DocsEditable() |
| 867 static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B; | 901 static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B; |
| 868 | 902 |
| 869 } | 903 } |
| 870 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 904 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 871 // for details. All rights reserved. Use of this source code is governed by a | 905 // for details. All rights reserved. Use of this source code is governed by a |
| 872 // BSD-style license that can be found in the LICENSE file. | 906 // BSD-style license that can be found in the LICENSE file. |
| 873 | 907 |
| 874 // WARNING: Do not edit - generated code. | 908 // WARNING: Do not edit - generated code. |
| 875 | 909 |
| 876 | 910 |
| 877 @DocsEditable() | 911 @DocsEditable() |
| 878 @DomName('OESTextureFloat') | 912 @DomName('OESTextureFloat') |
| 879 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float/ | 913 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float/ |
| 880 @Experimental() // experimental | 914 @Experimental() // experimental |
| 881 class OesTextureFloat extends NativeFieldWrapperClass1 { | 915 class OesTextureFloat extends NativeFieldWrapperClass1 { |
| 916 // To suppress missing implicit constructor warnings. |
| 917 factory OesTextureFloat._() { throw new UnsupportedError("Not supported"); } |
| 882 | 918 |
| 883 } | 919 } |
| 884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 920 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 885 // for details. All rights reserved. Use of this source code is governed by a | 921 // for details. All rights reserved. Use of this source code is governed by a |
| 886 // BSD-style license that can be found in the LICENSE file. | 922 // BSD-style license that can be found in the LICENSE file. |
| 887 | 923 |
| 888 // WARNING: Do not edit - generated code. | 924 // WARNING: Do not edit - generated code. |
| 889 | 925 |
| 890 | 926 |
| 891 @DocsEditable() | 927 @DocsEditable() |
| 892 @DomName('OESTextureFloatLinear') | 928 @DomName('OESTextureFloatLinear') |
| 893 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/ | 929 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/ |
| 894 @Experimental() | 930 @Experimental() |
| 895 class OesTextureFloatLinear extends NativeFieldWrapperClass1 { | 931 class OesTextureFloatLinear extends NativeFieldWrapperClass1 { |
| 932 // To suppress missing implicit constructor warnings. |
| 933 factory OesTextureFloatLinear._() { throw new UnsupportedError("Not supported"
); } |
| 896 | 934 |
| 897 } | 935 } |
| 898 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 936 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 899 // for details. All rights reserved. Use of this source code is governed by a | 937 // for details. All rights reserved. Use of this source code is governed by a |
| 900 // BSD-style license that can be found in the LICENSE file. | 938 // BSD-style license that can be found in the LICENSE file. |
| 901 | 939 |
| 902 // WARNING: Do not edit - generated code. | 940 // WARNING: Do not edit - generated code. |
| 903 | 941 |
| 904 | 942 |
| 905 @DocsEditable() | 943 @DocsEditable() |
| 906 @DomName('OESTextureHalfFloat') | 944 @DomName('OESTextureHalfFloat') |
| 907 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ | 945 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ |
| 908 @Experimental() // experimental | 946 @Experimental() // experimental |
| 909 class OesTextureHalfFloat extends NativeFieldWrapperClass1 { | 947 class OesTextureHalfFloat extends NativeFieldWrapperClass1 { |
| 948 // To suppress missing implicit constructor warnings. |
| 949 factory OesTextureHalfFloat._() { throw new UnsupportedError("Not supported");
} |
| 910 | 950 |
| 911 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') | 951 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') |
| 912 @DocsEditable() | 952 @DocsEditable() |
| 913 static const int HALF_FLOAT_OES = 0x8D61; | 953 static const int HALF_FLOAT_OES = 0x8D61; |
| 914 | 954 |
| 915 } | 955 } |
| 916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 956 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 917 // for details. All rights reserved. Use of this source code is governed by a | 957 // for details. All rights reserved. Use of this source code is governed by a |
| 918 // BSD-style license that can be found in the LICENSE file. | 958 // BSD-style license that can be found in the LICENSE file. |
| 919 | 959 |
| 920 // WARNING: Do not edit - generated code. | 960 // WARNING: Do not edit - generated code. |
| 921 | 961 |
| 922 | 962 |
| 923 @DocsEditable() | 963 @DocsEditable() |
| 924 @DomName('OESTextureHalfFloatLinear') | 964 @DomName('OESTextureHalfFloatLinear') |
| 925 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linea
r/ | 965 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linea
r/ |
| 926 @Experimental() | 966 @Experimental() |
| 927 class OesTextureHalfFloatLinear extends NativeFieldWrapperClass1 { | 967 class OesTextureHalfFloatLinear extends NativeFieldWrapperClass1 { |
| 968 // To suppress missing implicit constructor warnings. |
| 969 factory OesTextureHalfFloatLinear._() { throw new UnsupportedError("Not suppor
ted"); } |
| 928 | 970 |
| 929 } | 971 } |
| 930 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 972 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 931 // for details. All rights reserved. Use of this source code is governed by a | 973 // for details. All rights reserved. Use of this source code is governed by a |
| 932 // BSD-style license that can be found in the LICENSE file. | 974 // BSD-style license that can be found in the LICENSE file. |
| 933 | 975 |
| 934 // WARNING: Do not edit - generated code. | 976 // WARNING: Do not edit - generated code. |
| 935 | 977 |
| 936 | 978 |
| 937 @DocsEditable() | 979 @DocsEditable() |
| 938 @DomName('OESVertexArrayObject') | 980 @DomName('OESVertexArrayObject') |
| 939 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ | 981 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ |
| 940 @Experimental() // experimental | 982 @Experimental() // experimental |
| 941 class OesVertexArrayObject extends NativeFieldWrapperClass1 { | 983 class OesVertexArrayObject extends NativeFieldWrapperClass1 { |
| 984 // To suppress missing implicit constructor warnings. |
| 985 factory OesVertexArrayObject._() { throw new UnsupportedError("Not supported")
; } |
| 942 | 986 |
| 943 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') | 987 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') |
| 944 @DocsEditable() | 988 @DocsEditable() |
| 945 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; | 989 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; |
| 946 | 990 |
| 947 @DomName('OESVertexArrayObject.bindVertexArrayOES') | 991 @DomName('OESVertexArrayObject.bindVertexArrayOES') |
| 948 @DocsEditable() | 992 @DocsEditable() |
| 949 void bindVertexArray(VertexArrayObject arrayObject) native "OESVertexArrayObje
ct_bindVertexArrayOES_Callback"; | 993 void bindVertexArray(VertexArrayObject arrayObject) native "OESVertexArrayObje
ct_bindVertexArrayOES_Callback"; |
| 950 | 994 |
| 951 @DomName('OESVertexArrayObject.createVertexArrayOES') | 995 @DomName('OESVertexArrayObject.createVertexArrayOES') |
| (...skipping 13 matching lines...) Expand all Loading... |
| 965 // for details. All rights reserved. Use of this source code is governed by a | 1009 // for details. All rights reserved. Use of this source code is governed by a |
| 966 // BSD-style license that can be found in the LICENSE file. | 1010 // BSD-style license that can be found in the LICENSE file. |
| 967 | 1011 |
| 968 // WARNING: Do not edit - generated code. | 1012 // WARNING: Do not edit - generated code. |
| 969 | 1013 |
| 970 | 1014 |
| 971 @DocsEditable() | 1015 @DocsEditable() |
| 972 @DomName('WebGLProgram') | 1016 @DomName('WebGLProgram') |
| 973 @Unstable() | 1017 @Unstable() |
| 974 class Program extends NativeFieldWrapperClass1 { | 1018 class Program extends NativeFieldWrapperClass1 { |
| 1019 // To suppress missing implicit constructor warnings. |
| 1020 factory Program._() { throw new UnsupportedError("Not supported"); } |
| 975 | 1021 |
| 976 } | 1022 } |
| 977 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1023 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 978 // for details. All rights reserved. Use of this source code is governed by a | 1024 // for details. All rights reserved. Use of this source code is governed by a |
| 979 // BSD-style license that can be found in the LICENSE file. | 1025 // BSD-style license that can be found in the LICENSE file. |
| 980 | 1026 |
| 981 // WARNING: Do not edit - generated code. | 1027 // WARNING: Do not edit - generated code. |
| 982 | 1028 |
| 983 | 1029 |
| 984 @DocsEditable() | 1030 @DocsEditable() |
| 985 @DomName('WebGLRenderbuffer') | 1031 @DomName('WebGLRenderbuffer') |
| 986 @Unstable() | 1032 @Unstable() |
| 987 class Renderbuffer extends NativeFieldWrapperClass1 { | 1033 class Renderbuffer extends NativeFieldWrapperClass1 { |
| 1034 // To suppress missing implicit constructor warnings. |
| 1035 factory Renderbuffer._() { throw new UnsupportedError("Not supported"); } |
| 988 | 1036 |
| 989 } | 1037 } |
| 990 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1038 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 991 // for details. All rights reserved. Use of this source code is governed by a | 1039 // for details. All rights reserved. Use of this source code is governed by a |
| 992 // BSD-style license that can be found in the LICENSE file. | 1040 // BSD-style license that can be found in the LICENSE file. |
| 993 | 1041 |
| 994 | 1042 |
| 995 @DomName('WebGLRenderingContext') | 1043 @DomName('WebGLRenderingContext') |
| 996 @SupportedBrowser(SupportedBrowser.CHROME) | 1044 @SupportedBrowser(SupportedBrowser.CHROME) |
| 997 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1045 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| (...skipping 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2846 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2894 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2847 // for details. All rights reserved. Use of this source code is governed by a | 2895 // for details. All rights reserved. Use of this source code is governed by a |
| 2848 // BSD-style license that can be found in the LICENSE file. | 2896 // BSD-style license that can be found in the LICENSE file. |
| 2849 | 2897 |
| 2850 // WARNING: Do not edit - generated code. | 2898 // WARNING: Do not edit - generated code. |
| 2851 | 2899 |
| 2852 | 2900 |
| 2853 @DocsEditable() | 2901 @DocsEditable() |
| 2854 @DomName('WebGLShader') | 2902 @DomName('WebGLShader') |
| 2855 class Shader extends NativeFieldWrapperClass1 { | 2903 class Shader extends NativeFieldWrapperClass1 { |
| 2904 // To suppress missing implicit constructor warnings. |
| 2905 factory Shader._() { throw new UnsupportedError("Not supported"); } |
| 2856 | 2906 |
| 2857 } | 2907 } |
| 2858 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2859 // for details. All rights reserved. Use of this source code is governed by a | 2909 // for details. All rights reserved. Use of this source code is governed by a |
| 2860 // BSD-style license that can be found in the LICENSE file. | 2910 // BSD-style license that can be found in the LICENSE file. |
| 2861 | 2911 |
| 2862 // WARNING: Do not edit - generated code. | 2912 // WARNING: Do not edit - generated code. |
| 2863 | 2913 |
| 2864 | 2914 |
| 2865 @DocsEditable() | 2915 @DocsEditable() |
| 2866 @DomName('WebGLShaderPrecisionFormat') | 2916 @DomName('WebGLShaderPrecisionFormat') |
| 2867 class ShaderPrecisionFormat extends NativeFieldWrapperClass1 { | 2917 class ShaderPrecisionFormat extends NativeFieldWrapperClass1 { |
| 2918 // To suppress missing implicit constructor warnings. |
| 2919 factory ShaderPrecisionFormat._() { throw new UnsupportedError("Not supported"
); } |
| 2868 | 2920 |
| 2869 @DomName('WebGLShaderPrecisionFormat.precision') | 2921 @DomName('WebGLShaderPrecisionFormat.precision') |
| 2870 @DocsEditable() | 2922 @DocsEditable() |
| 2871 int get precision native "WebGLShaderPrecisionFormat_precision_Getter"; | 2923 int get precision native "WebGLShaderPrecisionFormat_precision_Getter"; |
| 2872 | 2924 |
| 2873 @DomName('WebGLShaderPrecisionFormat.rangeMax') | 2925 @DomName('WebGLShaderPrecisionFormat.rangeMax') |
| 2874 @DocsEditable() | 2926 @DocsEditable() |
| 2875 int get rangeMax native "WebGLShaderPrecisionFormat_rangeMax_Getter"; | 2927 int get rangeMax native "WebGLShaderPrecisionFormat_rangeMax_Getter"; |
| 2876 | 2928 |
| 2877 @DomName('WebGLShaderPrecisionFormat.rangeMin') | 2929 @DomName('WebGLShaderPrecisionFormat.rangeMin') |
| 2878 @DocsEditable() | 2930 @DocsEditable() |
| 2879 int get rangeMin native "WebGLShaderPrecisionFormat_rangeMin_Getter"; | 2931 int get rangeMin native "WebGLShaderPrecisionFormat_rangeMin_Getter"; |
| 2880 | 2932 |
| 2881 } | 2933 } |
| 2882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2934 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2883 // for details. All rights reserved. Use of this source code is governed by a | 2935 // for details. All rights reserved. Use of this source code is governed by a |
| 2884 // BSD-style license that can be found in the LICENSE file. | 2936 // BSD-style license that can be found in the LICENSE file. |
| 2885 | 2937 |
| 2886 // WARNING: Do not edit - generated code. | 2938 // WARNING: Do not edit - generated code. |
| 2887 | 2939 |
| 2888 | 2940 |
| 2889 @DocsEditable() | 2941 @DocsEditable() |
| 2890 @DomName('WebGLTexture') | 2942 @DomName('WebGLTexture') |
| 2891 class Texture extends NativeFieldWrapperClass1 { | 2943 class Texture extends NativeFieldWrapperClass1 { |
| 2944 // To suppress missing implicit constructor warnings. |
| 2945 factory Texture._() { throw new UnsupportedError("Not supported"); } |
| 2892 | 2946 |
| 2893 } | 2947 } |
| 2894 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2895 // for details. All rights reserved. Use of this source code is governed by a | 2949 // for details. All rights reserved. Use of this source code is governed by a |
| 2896 // BSD-style license that can be found in the LICENSE file. | 2950 // BSD-style license that can be found in the LICENSE file. |
| 2897 | 2951 |
| 2898 // WARNING: Do not edit - generated code. | 2952 // WARNING: Do not edit - generated code. |
| 2899 | 2953 |
| 2900 | 2954 |
| 2901 @DocsEditable() | 2955 @DocsEditable() |
| 2902 @DomName('WebGLUniformLocation') | 2956 @DomName('WebGLUniformLocation') |
| 2903 class UniformLocation extends NativeFieldWrapperClass1 { | 2957 class UniformLocation extends NativeFieldWrapperClass1 { |
| 2958 // To suppress missing implicit constructor warnings. |
| 2959 factory UniformLocation._() { throw new UnsupportedError("Not supported"); } |
| 2904 | 2960 |
| 2905 } | 2961 } |
| 2906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2962 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2907 // for details. All rights reserved. Use of this source code is governed by a | 2963 // for details. All rights reserved. Use of this source code is governed by a |
| 2908 // BSD-style license that can be found in the LICENSE file. | 2964 // BSD-style license that can be found in the LICENSE file. |
| 2909 | 2965 |
| 2910 // WARNING: Do not edit - generated code. | 2966 // WARNING: Do not edit - generated code. |
| 2911 | 2967 |
| 2912 | 2968 |
| 2913 @DocsEditable() | 2969 @DocsEditable() |
| 2914 @DomName('WebGLVertexArrayObjectOES') | 2970 @DomName('WebGLVertexArrayObjectOES') |
| 2915 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ | 2971 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ |
| 2916 @Experimental() // experimental | 2972 @Experimental() // experimental |
| 2917 class VertexArrayObject extends NativeFieldWrapperClass1 { | 2973 class VertexArrayObject extends NativeFieldWrapperClass1 { |
| 2974 // To suppress missing implicit constructor warnings. |
| 2975 factory VertexArrayObject._() { throw new UnsupportedError("Not supported"); } |
| 2918 | 2976 |
| 2919 } | 2977 } |
| OLD | NEW |