OLD | NEW |
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'; |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 | 416 |
417 @Deprecated("Internal Use Only") | 417 @Deprecated("Internal Use Only") |
418 static ActiveInfo internalCreateActiveInfo() { | 418 static ActiveInfo internalCreateActiveInfo() { |
419 return new ActiveInfo._internalWrap(); | 419 return new ActiveInfo._internalWrap(); |
420 } | 420 } |
421 | 421 |
422 factory ActiveInfo._internalWrap() { | 422 factory ActiveInfo._internalWrap() { |
423 return new ActiveInfo.internal_(); | 423 return new ActiveInfo.internal_(); |
424 } | 424 } |
425 | 425 |
| 426 @Deprecated("Internal Use Only") |
426 ActiveInfo.internal_() { } | 427 ActiveInfo.internal_() { } |
427 | 428 |
428 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 429 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
429 int get hashCode => unwrap_jso(this).hashCode; | 430 int get hashCode => unwrap_jso(this).hashCode; |
430 | 431 |
431 @DomName('WebGLActiveInfo.name') | 432 @DomName('WebGLActiveInfo.name') |
432 @DocsEditable() | 433 @DocsEditable() |
433 String get name => _blink.BlinkWebGLActiveInfo.instance.name_Getter_(unwrap_js
o(this)); | 434 String get name => _blink.BlinkWebGLActiveInfo.instance.name_Getter_(unwrap_js
o(this)); |
434 | 435 |
435 @DomName('WebGLActiveInfo.size') | 436 @DomName('WebGLActiveInfo.size') |
(...skipping 21 matching lines...) Expand all Loading... |
457 | 458 |
458 @Deprecated("Internal Use Only") | 459 @Deprecated("Internal Use Only") |
459 static AngleInstancedArrays internalCreateAngleInstancedArrays() { | 460 static AngleInstancedArrays internalCreateAngleInstancedArrays() { |
460 return new AngleInstancedArrays._internalWrap(); | 461 return new AngleInstancedArrays._internalWrap(); |
461 } | 462 } |
462 | 463 |
463 factory AngleInstancedArrays._internalWrap() { | 464 factory AngleInstancedArrays._internalWrap() { |
464 return new AngleInstancedArrays.internal_(); | 465 return new AngleInstancedArrays.internal_(); |
465 } | 466 } |
466 | 467 |
| 468 @Deprecated("Internal Use Only") |
467 AngleInstancedArrays.internal_() { } | 469 AngleInstancedArrays.internal_() { } |
468 | 470 |
469 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 471 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
470 int get hashCode => unwrap_jso(this).hashCode; | 472 int get hashCode => unwrap_jso(this).hashCode; |
471 | 473 |
472 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE') | 474 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE') |
473 @DocsEditable() | 475 @DocsEditable() |
474 @Experimental() // untriaged | 476 @Experimental() // untriaged |
475 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE; | 477 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE; |
476 | 478 |
(...skipping 29 matching lines...) Expand all Loading... |
506 | 508 |
507 @Deprecated("Internal Use Only") | 509 @Deprecated("Internal Use Only") |
508 static Buffer internalCreateBuffer() { | 510 static Buffer internalCreateBuffer() { |
509 return new Buffer._internalWrap(); | 511 return new Buffer._internalWrap(); |
510 } | 512 } |
511 | 513 |
512 factory Buffer._internalWrap() { | 514 factory Buffer._internalWrap() { |
513 return new Buffer.internal_(); | 515 return new Buffer.internal_(); |
514 } | 516 } |
515 | 517 |
| 518 @Deprecated("Internal Use Only") |
516 Buffer.internal_() { } | 519 Buffer.internal_() { } |
517 | 520 |
518 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 521 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
519 int get hashCode => unwrap_jso(this).hashCode; | 522 int get hashCode => unwrap_jso(this).hashCode; |
520 | 523 |
521 } | 524 } |
522 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 525 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
523 // for details. All rights reserved. Use of this source code is governed by a | 526 // for details. All rights reserved. Use of this source code is governed by a |
524 // BSD-style license that can be found in the LICENSE file. | 527 // BSD-style license that can be found in the LICENSE file. |
525 | 528 |
(...skipping 10 matching lines...) Expand all Loading... |
536 | 539 |
537 @Deprecated("Internal Use Only") | 540 @Deprecated("Internal Use Only") |
538 static CompressedTextureAtc internalCreateCompressedTextureAtc() { | 541 static CompressedTextureAtc internalCreateCompressedTextureAtc() { |
539 return new CompressedTextureAtc._internalWrap(); | 542 return new CompressedTextureAtc._internalWrap(); |
540 } | 543 } |
541 | 544 |
542 factory CompressedTextureAtc._internalWrap() { | 545 factory CompressedTextureAtc._internalWrap() { |
543 return new CompressedTextureAtc.internal_(); | 546 return new CompressedTextureAtc.internal_(); |
544 } | 547 } |
545 | 548 |
| 549 @Deprecated("Internal Use Only") |
546 CompressedTextureAtc.internal_() { } | 550 CompressedTextureAtc.internal_() { } |
547 | 551 |
548 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 552 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
549 int get hashCode => unwrap_jso(this).hashCode; | 553 int get hashCode => unwrap_jso(this).hashCode; |
550 | 554 |
551 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL') | 555 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL') |
552 @DocsEditable() | 556 @DocsEditable() |
553 static const int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; | 557 static const int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; |
554 | 558 |
555 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEB
GL') | 559 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEB
GL') |
(...skipping 21 matching lines...) Expand all Loading... |
577 | 581 |
578 @Deprecated("Internal Use Only") | 582 @Deprecated("Internal Use Only") |
579 static CompressedTextureETC1 internalCreateCompressedTextureETC1() { | 583 static CompressedTextureETC1 internalCreateCompressedTextureETC1() { |
580 return new CompressedTextureETC1._internalWrap(); | 584 return new CompressedTextureETC1._internalWrap(); |
581 } | 585 } |
582 | 586 |
583 factory CompressedTextureETC1._internalWrap() { | 587 factory CompressedTextureETC1._internalWrap() { |
584 return new CompressedTextureETC1.internal_(); | 588 return new CompressedTextureETC1.internal_(); |
585 } | 589 } |
586 | 590 |
| 591 @Deprecated("Internal Use Only") |
587 CompressedTextureETC1.internal_() { } | 592 CompressedTextureETC1.internal_() { } |
588 | 593 |
589 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 594 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
590 int get hashCode => unwrap_jso(this).hashCode; | 595 int get hashCode => unwrap_jso(this).hashCode; |
591 | 596 |
592 @DomName('WebGLCompressedTextureETC1.COMPRESSED_RGB_ETC1_WEBGL') | 597 @DomName('WebGLCompressedTextureETC1.COMPRESSED_RGB_ETC1_WEBGL') |
593 @DocsEditable() | 598 @DocsEditable() |
594 @Experimental() // untriaged | 599 @Experimental() // untriaged |
595 static const int COMPRESSED_RGB_ETC1_WEBGL = 0x8D64; | 600 static const int COMPRESSED_RGB_ETC1_WEBGL = 0x8D64; |
596 | 601 |
(...skipping 15 matching lines...) Expand all Loading... |
612 | 617 |
613 @Deprecated("Internal Use Only") | 618 @Deprecated("Internal Use Only") |
614 static CompressedTexturePvrtc internalCreateCompressedTexturePvrtc() { | 619 static CompressedTexturePvrtc internalCreateCompressedTexturePvrtc() { |
615 return new CompressedTexturePvrtc._internalWrap(); | 620 return new CompressedTexturePvrtc._internalWrap(); |
616 } | 621 } |
617 | 622 |
618 factory CompressedTexturePvrtc._internalWrap() { | 623 factory CompressedTexturePvrtc._internalWrap() { |
619 return new CompressedTexturePvrtc.internal_(); | 624 return new CompressedTexturePvrtc.internal_(); |
620 } | 625 } |
621 | 626 |
| 627 @Deprecated("Internal Use Only") |
622 CompressedTexturePvrtc.internal_() { } | 628 CompressedTexturePvrtc.internal_() { } |
623 | 629 |
624 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 630 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
625 int get hashCode => unwrap_jso(this).hashCode; | 631 int get hashCode => unwrap_jso(this).hashCode; |
626 | 632 |
627 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG') | 633 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG') |
628 @DocsEditable() | 634 @DocsEditable() |
629 static const int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03; | 635 static const int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03; |
630 | 636 |
631 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG') | 637 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG') |
(...skipping 26 matching lines...) Expand all Loading... |
658 | 664 |
659 @Deprecated("Internal Use Only") | 665 @Deprecated("Internal Use Only") |
660 static CompressedTextureS3TC internalCreateCompressedTextureS3TC() { | 666 static CompressedTextureS3TC internalCreateCompressedTextureS3TC() { |
661 return new CompressedTextureS3TC._internalWrap(); | 667 return new CompressedTextureS3TC._internalWrap(); |
662 } | 668 } |
663 | 669 |
664 factory CompressedTextureS3TC._internalWrap() { | 670 factory CompressedTextureS3TC._internalWrap() { |
665 return new CompressedTextureS3TC.internal_(); | 671 return new CompressedTextureS3TC.internal_(); |
666 } | 672 } |
667 | 673 |
| 674 @Deprecated("Internal Use Only") |
668 CompressedTextureS3TC.internal_() { } | 675 CompressedTextureS3TC.internal_() { } |
669 | 676 |
670 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 677 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
671 int get hashCode => unwrap_jso(this).hashCode; | 678 int get hashCode => unwrap_jso(this).hashCode; |
672 | 679 |
673 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT1_EXT') | 680 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT1_EXT') |
674 @DocsEditable() | 681 @DocsEditable() |
675 static const int COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; | 682 static const int COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; |
676 | 683 |
677 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT3_EXT') | 684 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT3_EXT') |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 | 732 |
726 @Deprecated("Internal Use Only") | 733 @Deprecated("Internal Use Only") |
727 static ContextAttributes internalCreateContextAttributes() { | 734 static ContextAttributes internalCreateContextAttributes() { |
728 return new ContextAttributes._internalWrap(); | 735 return new ContextAttributes._internalWrap(); |
729 } | 736 } |
730 | 737 |
731 factory ContextAttributes._internalWrap() { | 738 factory ContextAttributes._internalWrap() { |
732 return new ContextAttributes.internal_(); | 739 return new ContextAttributes.internal_(); |
733 } | 740 } |
734 | 741 |
| 742 @Deprecated("Internal Use Only") |
735 ContextAttributes.internal_() { } | 743 ContextAttributes.internal_() { } |
736 | 744 |
737 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 745 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
738 int get hashCode => unwrap_jso(this).hashCode; | 746 int get hashCode => unwrap_jso(this).hashCode; |
739 | 747 |
740 @DomName('WebGLContextAttributes.alpha') | 748 @DomName('WebGLContextAttributes.alpha') |
741 @DocsEditable() | 749 @DocsEditable() |
742 bool get alpha => _blink.BlinkWebGLContextAttributes.instance.alpha_Getter_(un
wrap_jso(this)); | 750 bool get alpha => _blink.BlinkWebGLContextAttributes.instance.alpha_Getter_(un
wrap_jso(this)); |
743 | 751 |
744 @DomName('WebGLContextAttributes.alpha') | 752 @DomName('WebGLContextAttributes.alpha') |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
813 | 821 |
814 @Deprecated("Internal Use Only") | 822 @Deprecated("Internal Use Only") |
815 static ContextEvent internalCreateContextEvent() { | 823 static ContextEvent internalCreateContextEvent() { |
816 return new ContextEvent._internalWrap(); | 824 return new ContextEvent._internalWrap(); |
817 } | 825 } |
818 | 826 |
819 factory ContextEvent._internalWrap() { | 827 factory ContextEvent._internalWrap() { |
820 return new ContextEvent.internal_(); | 828 return new ContextEvent.internal_(); |
821 } | 829 } |
822 | 830 |
| 831 @Deprecated("Internal Use Only") |
823 ContextEvent.internal_() : super.internal_(); | 832 ContextEvent.internal_() : super.internal_(); |
824 | 833 |
825 | 834 |
826 @DomName('WebGLContextEvent.statusMessage') | 835 @DomName('WebGLContextEvent.statusMessage') |
827 @DocsEditable() | 836 @DocsEditable() |
828 String get statusMessage => _blink.BlinkWebGLContextEvent.instance.statusMessa
ge_Getter_(unwrap_jso(this)); | 837 String get statusMessage => _blink.BlinkWebGLContextEvent.instance.statusMessa
ge_Getter_(unwrap_jso(this)); |
829 | 838 |
830 } | 839 } |
831 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 840 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
832 // for details. All rights reserved. Use of this source code is governed by a | 841 // for details. All rights reserved. Use of this source code is governed by a |
(...skipping 12 matching lines...) Expand all Loading... |
845 | 854 |
846 @Deprecated("Internal Use Only") | 855 @Deprecated("Internal Use Only") |
847 static DebugRendererInfo internalCreateDebugRendererInfo() { | 856 static DebugRendererInfo internalCreateDebugRendererInfo() { |
848 return new DebugRendererInfo._internalWrap(); | 857 return new DebugRendererInfo._internalWrap(); |
849 } | 858 } |
850 | 859 |
851 factory DebugRendererInfo._internalWrap() { | 860 factory DebugRendererInfo._internalWrap() { |
852 return new DebugRendererInfo.internal_(); | 861 return new DebugRendererInfo.internal_(); |
853 } | 862 } |
854 | 863 |
| 864 @Deprecated("Internal Use Only") |
855 DebugRendererInfo.internal_() { } | 865 DebugRendererInfo.internal_() { } |
856 | 866 |
857 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 867 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
858 int get hashCode => unwrap_jso(this).hashCode; | 868 int get hashCode => unwrap_jso(this).hashCode; |
859 | 869 |
860 @DomName('WebGLDebugRendererInfo.UNMASKED_RENDERER_WEBGL') | 870 @DomName('WebGLDebugRendererInfo.UNMASKED_RENDERER_WEBGL') |
861 @DocsEditable() | 871 @DocsEditable() |
862 static const int UNMASKED_RENDERER_WEBGL = 0x9246; | 872 static const int UNMASKED_RENDERER_WEBGL = 0x9246; |
863 | 873 |
864 @DomName('WebGLDebugRendererInfo.UNMASKED_VENDOR_WEBGL') | 874 @DomName('WebGLDebugRendererInfo.UNMASKED_VENDOR_WEBGL') |
(...skipping 18 matching lines...) Expand all Loading... |
883 | 893 |
884 @Deprecated("Internal Use Only") | 894 @Deprecated("Internal Use Only") |
885 static DebugShaders internalCreateDebugShaders() { | 895 static DebugShaders internalCreateDebugShaders() { |
886 return new DebugShaders._internalWrap(); | 896 return new DebugShaders._internalWrap(); |
887 } | 897 } |
888 | 898 |
889 factory DebugShaders._internalWrap() { | 899 factory DebugShaders._internalWrap() { |
890 return new DebugShaders.internal_(); | 900 return new DebugShaders.internal_(); |
891 } | 901 } |
892 | 902 |
| 903 @Deprecated("Internal Use Only") |
893 DebugShaders.internal_() { } | 904 DebugShaders.internal_() { } |
894 | 905 |
895 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 906 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
896 int get hashCode => unwrap_jso(this).hashCode; | 907 int get hashCode => unwrap_jso(this).hashCode; |
897 | 908 |
898 @DomName('WebGLDebugShaders.getTranslatedShaderSource') | 909 @DomName('WebGLDebugShaders.getTranslatedShaderSource') |
899 @DocsEditable() | 910 @DocsEditable() |
900 String getTranslatedShaderSource(Shader shader) => _blink.BlinkWebGLDebugShade
rs.instance.getTranslatedShaderSource_Callback_1_(unwrap_jso(this), unwrap_jso(s
hader)); | 911 String getTranslatedShaderSource(Shader shader) => _blink.BlinkWebGLDebugShade
rs.instance.getTranslatedShaderSource_Callback_1_(unwrap_jso(this), unwrap_jso(s
hader)); |
901 | 912 |
902 } | 913 } |
(...skipping 14 matching lines...) Expand all Loading... |
917 | 928 |
918 @Deprecated("Internal Use Only") | 929 @Deprecated("Internal Use Only") |
919 static DepthTexture internalCreateDepthTexture() { | 930 static DepthTexture internalCreateDepthTexture() { |
920 return new DepthTexture._internalWrap(); | 931 return new DepthTexture._internalWrap(); |
921 } | 932 } |
922 | 933 |
923 factory DepthTexture._internalWrap() { | 934 factory DepthTexture._internalWrap() { |
924 return new DepthTexture.internal_(); | 935 return new DepthTexture.internal_(); |
925 } | 936 } |
926 | 937 |
| 938 @Deprecated("Internal Use Only") |
927 DepthTexture.internal_() { } | 939 DepthTexture.internal_() { } |
928 | 940 |
929 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 941 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
930 int get hashCode => unwrap_jso(this).hashCode; | 942 int get hashCode => unwrap_jso(this).hashCode; |
931 | 943 |
932 @DomName('WebGLDepthTexture.UNSIGNED_INT_24_8_WEBGL') | 944 @DomName('WebGLDepthTexture.UNSIGNED_INT_24_8_WEBGL') |
933 @DocsEditable() | 945 @DocsEditable() |
934 static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA; | 946 static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA; |
935 | 947 |
936 } | 948 } |
(...skipping 14 matching lines...) Expand all Loading... |
951 | 963 |
952 @Deprecated("Internal Use Only") | 964 @Deprecated("Internal Use Only") |
953 static DrawBuffers internalCreateDrawBuffers() { | 965 static DrawBuffers internalCreateDrawBuffers() { |
954 return new DrawBuffers._internalWrap(); | 966 return new DrawBuffers._internalWrap(); |
955 } | 967 } |
956 | 968 |
957 factory DrawBuffers._internalWrap() { | 969 factory DrawBuffers._internalWrap() { |
958 return new DrawBuffers.internal_(); | 970 return new DrawBuffers.internal_(); |
959 } | 971 } |
960 | 972 |
| 973 @Deprecated("Internal Use Only") |
961 DrawBuffers.internal_() { } | 974 DrawBuffers.internal_() { } |
962 | 975 |
963 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 976 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
964 int get hashCode => unwrap_jso(this).hashCode; | 977 int get hashCode => unwrap_jso(this).hashCode; |
965 | 978 |
966 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT0_WEBGL') | 979 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT0_WEBGL') |
967 @DocsEditable() | 980 @DocsEditable() |
968 static const int COLOR_ATTACHMENT0_WEBGL = 0x8CE0; | 981 static const int COLOR_ATTACHMENT0_WEBGL = 0x8CE0; |
969 | 982 |
970 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT10_WEBGL') | 983 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT10_WEBGL') |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1120 | 1133 |
1121 @Deprecated("Internal Use Only") | 1134 @Deprecated("Internal Use Only") |
1122 static ExtBlendMinMax internalCreateExtBlendMinMax() { | 1135 static ExtBlendMinMax internalCreateExtBlendMinMax() { |
1123 return new ExtBlendMinMax._internalWrap(); | 1136 return new ExtBlendMinMax._internalWrap(); |
1124 } | 1137 } |
1125 | 1138 |
1126 factory ExtBlendMinMax._internalWrap() { | 1139 factory ExtBlendMinMax._internalWrap() { |
1127 return new ExtBlendMinMax.internal_(); | 1140 return new ExtBlendMinMax.internal_(); |
1128 } | 1141 } |
1129 | 1142 |
| 1143 @Deprecated("Internal Use Only") |
1130 ExtBlendMinMax.internal_() { } | 1144 ExtBlendMinMax.internal_() { } |
1131 | 1145 |
1132 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1146 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1133 int get hashCode => unwrap_jso(this).hashCode; | 1147 int get hashCode => unwrap_jso(this).hashCode; |
1134 | 1148 |
1135 @DomName('EXTBlendMinMax.MAX_EXT') | 1149 @DomName('EXTBlendMinMax.MAX_EXT') |
1136 @DocsEditable() | 1150 @DocsEditable() |
1137 @Experimental() // untriaged | 1151 @Experimental() // untriaged |
1138 static const int MAX_EXT = 0x8008; | 1152 static const int MAX_EXT = 0x8008; |
1139 | 1153 |
(...skipping 20 matching lines...) Expand all Loading... |
1160 | 1174 |
1161 @Deprecated("Internal Use Only") | 1175 @Deprecated("Internal Use Only") |
1162 static ExtFragDepth internalCreateExtFragDepth() { | 1176 static ExtFragDepth internalCreateExtFragDepth() { |
1163 return new ExtFragDepth._internalWrap(); | 1177 return new ExtFragDepth._internalWrap(); |
1164 } | 1178 } |
1165 | 1179 |
1166 factory ExtFragDepth._internalWrap() { | 1180 factory ExtFragDepth._internalWrap() { |
1167 return new ExtFragDepth.internal_(); | 1181 return new ExtFragDepth.internal_(); |
1168 } | 1182 } |
1169 | 1183 |
| 1184 @Deprecated("Internal Use Only") |
1170 ExtFragDepth.internal_() { } | 1185 ExtFragDepth.internal_() { } |
1171 | 1186 |
1172 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1187 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1173 int get hashCode => unwrap_jso(this).hashCode; | 1188 int get hashCode => unwrap_jso(this).hashCode; |
1174 | 1189 |
1175 } | 1190 } |
1176 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1191 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1177 // for details. All rights reserved. Use of this source code is governed by a | 1192 // for details. All rights reserved. Use of this source code is governed by a |
1178 // BSD-style license that can be found in the LICENSE file. | 1193 // BSD-style license that can be found in the LICENSE file. |
1179 | 1194 |
1180 // WARNING: Do not edit - generated code. | 1195 // WARNING: Do not edit - generated code. |
1181 | 1196 |
1182 | 1197 |
1183 @DocsEditable() | 1198 @DocsEditable() |
1184 @DomName('EXTShaderTextureLOD') | 1199 @DomName('EXTShaderTextureLOD') |
1185 @Experimental() // untriaged | 1200 @Experimental() // untriaged |
1186 class ExtShaderTextureLod extends DartHtmlDomObject { | 1201 class ExtShaderTextureLod extends DartHtmlDomObject { |
1187 // To suppress missing implicit constructor warnings. | 1202 // To suppress missing implicit constructor warnings. |
1188 factory ExtShaderTextureLod._() { throw new UnsupportedError("Not supported");
} | 1203 factory ExtShaderTextureLod._() { throw new UnsupportedError("Not supported");
} |
1189 | 1204 |
1190 @Deprecated("Internal Use Only") | 1205 @Deprecated("Internal Use Only") |
1191 static ExtShaderTextureLod internalCreateExtShaderTextureLod() { | 1206 static ExtShaderTextureLod internalCreateExtShaderTextureLod() { |
1192 return new ExtShaderTextureLod._internalWrap(); | 1207 return new ExtShaderTextureLod._internalWrap(); |
1193 } | 1208 } |
1194 | 1209 |
1195 factory ExtShaderTextureLod._internalWrap() { | 1210 factory ExtShaderTextureLod._internalWrap() { |
1196 return new ExtShaderTextureLod.internal_(); | 1211 return new ExtShaderTextureLod.internal_(); |
1197 } | 1212 } |
1198 | 1213 |
| 1214 @Deprecated("Internal Use Only") |
1199 ExtShaderTextureLod.internal_() { } | 1215 ExtShaderTextureLod.internal_() { } |
1200 | 1216 |
1201 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1217 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1202 int get hashCode => unwrap_jso(this).hashCode; | 1218 int get hashCode => unwrap_jso(this).hashCode; |
1203 | 1219 |
1204 } | 1220 } |
1205 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1221 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1206 // for details. All rights reserved. Use of this source code is governed by a | 1222 // for details. All rights reserved. Use of this source code is governed by a |
1207 // BSD-style license that can be found in the LICENSE file. | 1223 // BSD-style license that can be found in the LICENSE file. |
1208 | 1224 |
(...skipping 10 matching lines...) Expand all Loading... |
1219 | 1235 |
1220 @Deprecated("Internal Use Only") | 1236 @Deprecated("Internal Use Only") |
1221 static ExtTextureFilterAnisotropic internalCreateExtTextureFilterAnisotropic()
{ | 1237 static ExtTextureFilterAnisotropic internalCreateExtTextureFilterAnisotropic()
{ |
1222 return new ExtTextureFilterAnisotropic._internalWrap(); | 1238 return new ExtTextureFilterAnisotropic._internalWrap(); |
1223 } | 1239 } |
1224 | 1240 |
1225 factory ExtTextureFilterAnisotropic._internalWrap() { | 1241 factory ExtTextureFilterAnisotropic._internalWrap() { |
1226 return new ExtTextureFilterAnisotropic.internal_(); | 1242 return new ExtTextureFilterAnisotropic.internal_(); |
1227 } | 1243 } |
1228 | 1244 |
| 1245 @Deprecated("Internal Use Only") |
1229 ExtTextureFilterAnisotropic.internal_() { } | 1246 ExtTextureFilterAnisotropic.internal_() { } |
1230 | 1247 |
1231 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1248 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1232 int get hashCode => unwrap_jso(this).hashCode; | 1249 int get hashCode => unwrap_jso(this).hashCode; |
1233 | 1250 |
1234 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT') | 1251 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT') |
1235 @DocsEditable() | 1252 @DocsEditable() |
1236 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; | 1253 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; |
1237 | 1254 |
1238 @DomName('EXTTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT') | 1255 @DomName('EXTTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT') |
(...skipping 17 matching lines...) Expand all Loading... |
1256 | 1273 |
1257 @Deprecated("Internal Use Only") | 1274 @Deprecated("Internal Use Only") |
1258 static Framebuffer internalCreateFramebuffer() { | 1275 static Framebuffer internalCreateFramebuffer() { |
1259 return new Framebuffer._internalWrap(); | 1276 return new Framebuffer._internalWrap(); |
1260 } | 1277 } |
1261 | 1278 |
1262 factory Framebuffer._internalWrap() { | 1279 factory Framebuffer._internalWrap() { |
1263 return new Framebuffer.internal_(); | 1280 return new Framebuffer.internal_(); |
1264 } | 1281 } |
1265 | 1282 |
| 1283 @Deprecated("Internal Use Only") |
1266 Framebuffer.internal_() { } | 1284 Framebuffer.internal_() { } |
1267 | 1285 |
1268 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1286 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1269 int get hashCode => unwrap_jso(this).hashCode; | 1287 int get hashCode => unwrap_jso(this).hashCode; |
1270 | 1288 |
1271 } | 1289 } |
1272 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1290 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1273 // for details. All rights reserved. Use of this source code is governed by a | 1291 // for details. All rights reserved. Use of this source code is governed by a |
1274 // BSD-style license that can be found in the LICENSE file. | 1292 // BSD-style license that can be found in the LICENSE file. |
1275 | 1293 |
(...skipping 10 matching lines...) Expand all Loading... |
1286 | 1304 |
1287 @Deprecated("Internal Use Only") | 1305 @Deprecated("Internal Use Only") |
1288 static LoseContext internalCreateLoseContext() { | 1306 static LoseContext internalCreateLoseContext() { |
1289 return new LoseContext._internalWrap(); | 1307 return new LoseContext._internalWrap(); |
1290 } | 1308 } |
1291 | 1309 |
1292 factory LoseContext._internalWrap() { | 1310 factory LoseContext._internalWrap() { |
1293 return new LoseContext.internal_(); | 1311 return new LoseContext.internal_(); |
1294 } | 1312 } |
1295 | 1313 |
| 1314 @Deprecated("Internal Use Only") |
1296 LoseContext.internal_() { } | 1315 LoseContext.internal_() { } |
1297 | 1316 |
1298 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1317 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1299 int get hashCode => unwrap_jso(this).hashCode; | 1318 int get hashCode => unwrap_jso(this).hashCode; |
1300 | 1319 |
1301 @DomName('WebGLLoseContext.loseContext') | 1320 @DomName('WebGLLoseContext.loseContext') |
1302 @DocsEditable() | 1321 @DocsEditable() |
1303 void loseContext() => _blink.BlinkWebGLLoseContext.instance.loseContext_Callba
ck_0_(unwrap_jso(this)); | 1322 void loseContext() => _blink.BlinkWebGLLoseContext.instance.loseContext_Callba
ck_0_(unwrap_jso(this)); |
1304 | 1323 |
1305 @DomName('WebGLLoseContext.restoreContext') | 1324 @DomName('WebGLLoseContext.restoreContext') |
(...skipping 18 matching lines...) Expand all Loading... |
1324 | 1343 |
1325 @Deprecated("Internal Use Only") | 1344 @Deprecated("Internal Use Only") |
1326 static OesElementIndexUint internalCreateOesElementIndexUint() { | 1345 static OesElementIndexUint internalCreateOesElementIndexUint() { |
1327 return new OesElementIndexUint._internalWrap(); | 1346 return new OesElementIndexUint._internalWrap(); |
1328 } | 1347 } |
1329 | 1348 |
1330 factory OesElementIndexUint._internalWrap() { | 1349 factory OesElementIndexUint._internalWrap() { |
1331 return new OesElementIndexUint.internal_(); | 1350 return new OesElementIndexUint.internal_(); |
1332 } | 1351 } |
1333 | 1352 |
| 1353 @Deprecated("Internal Use Only") |
1334 OesElementIndexUint.internal_() { } | 1354 OesElementIndexUint.internal_() { } |
1335 | 1355 |
1336 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1356 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1337 int get hashCode => unwrap_jso(this).hashCode; | 1357 int get hashCode => unwrap_jso(this).hashCode; |
1338 | 1358 |
1339 } | 1359 } |
1340 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1360 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1341 // for details. All rights reserved. Use of this source code is governed by a | 1361 // for details. All rights reserved. Use of this source code is governed by a |
1342 // BSD-style license that can be found in the LICENSE file. | 1362 // BSD-style license that can be found in the LICENSE file. |
1343 | 1363 |
(...skipping 10 matching lines...) Expand all Loading... |
1354 | 1374 |
1355 @Deprecated("Internal Use Only") | 1375 @Deprecated("Internal Use Only") |
1356 static OesStandardDerivatives internalCreateOesStandardDerivatives() { | 1376 static OesStandardDerivatives internalCreateOesStandardDerivatives() { |
1357 return new OesStandardDerivatives._internalWrap(); | 1377 return new OesStandardDerivatives._internalWrap(); |
1358 } | 1378 } |
1359 | 1379 |
1360 factory OesStandardDerivatives._internalWrap() { | 1380 factory OesStandardDerivatives._internalWrap() { |
1361 return new OesStandardDerivatives.internal_(); | 1381 return new OesStandardDerivatives.internal_(); |
1362 } | 1382 } |
1363 | 1383 |
| 1384 @Deprecated("Internal Use Only") |
1364 OesStandardDerivatives.internal_() { } | 1385 OesStandardDerivatives.internal_() { } |
1365 | 1386 |
1366 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1387 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1367 int get hashCode => unwrap_jso(this).hashCode; | 1388 int get hashCode => unwrap_jso(this).hashCode; |
1368 | 1389 |
1369 @DomName('OESStandardDerivatives.FRAGMENT_SHADER_DERIVATIVE_HINT_OES') | 1390 @DomName('OESStandardDerivatives.FRAGMENT_SHADER_DERIVATIVE_HINT_OES') |
1370 @DocsEditable() | 1391 @DocsEditable() |
1371 static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B; | 1392 static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B; |
1372 | 1393 |
1373 } | 1394 } |
(...skipping 14 matching lines...) Expand all Loading... |
1388 | 1409 |
1389 @Deprecated("Internal Use Only") | 1410 @Deprecated("Internal Use Only") |
1390 static OesTextureFloat internalCreateOesTextureFloat() { | 1411 static OesTextureFloat internalCreateOesTextureFloat() { |
1391 return new OesTextureFloat._internalWrap(); | 1412 return new OesTextureFloat._internalWrap(); |
1392 } | 1413 } |
1393 | 1414 |
1394 factory OesTextureFloat._internalWrap() { | 1415 factory OesTextureFloat._internalWrap() { |
1395 return new OesTextureFloat.internal_(); | 1416 return new OesTextureFloat.internal_(); |
1396 } | 1417 } |
1397 | 1418 |
| 1419 @Deprecated("Internal Use Only") |
1398 OesTextureFloat.internal_() { } | 1420 OesTextureFloat.internal_() { } |
1399 | 1421 |
1400 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1422 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1401 int get hashCode => unwrap_jso(this).hashCode; | 1423 int get hashCode => unwrap_jso(this).hashCode; |
1402 | 1424 |
1403 } | 1425 } |
1404 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1426 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1405 // for details. All rights reserved. Use of this source code is governed by a | 1427 // for details. All rights reserved. Use of this source code is governed by a |
1406 // BSD-style license that can be found in the LICENSE file. | 1428 // BSD-style license that can be found in the LICENSE file. |
1407 | 1429 |
(...skipping 10 matching lines...) Expand all Loading... |
1418 | 1440 |
1419 @Deprecated("Internal Use Only") | 1441 @Deprecated("Internal Use Only") |
1420 static OesTextureFloatLinear internalCreateOesTextureFloatLinear() { | 1442 static OesTextureFloatLinear internalCreateOesTextureFloatLinear() { |
1421 return new OesTextureFloatLinear._internalWrap(); | 1443 return new OesTextureFloatLinear._internalWrap(); |
1422 } | 1444 } |
1423 | 1445 |
1424 factory OesTextureFloatLinear._internalWrap() { | 1446 factory OesTextureFloatLinear._internalWrap() { |
1425 return new OesTextureFloatLinear.internal_(); | 1447 return new OesTextureFloatLinear.internal_(); |
1426 } | 1448 } |
1427 | 1449 |
| 1450 @Deprecated("Internal Use Only") |
1428 OesTextureFloatLinear.internal_() { } | 1451 OesTextureFloatLinear.internal_() { } |
1429 | 1452 |
1430 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1453 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1431 int get hashCode => unwrap_jso(this).hashCode; | 1454 int get hashCode => unwrap_jso(this).hashCode; |
1432 | 1455 |
1433 } | 1456 } |
1434 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1457 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1435 // for details. All rights reserved. Use of this source code is governed by a | 1458 // for details. All rights reserved. Use of this source code is governed by a |
1436 // BSD-style license that can be found in the LICENSE file. | 1459 // BSD-style license that can be found in the LICENSE file. |
1437 | 1460 |
(...skipping 10 matching lines...) Expand all Loading... |
1448 | 1471 |
1449 @Deprecated("Internal Use Only") | 1472 @Deprecated("Internal Use Only") |
1450 static OesTextureHalfFloat internalCreateOesTextureHalfFloat() { | 1473 static OesTextureHalfFloat internalCreateOesTextureHalfFloat() { |
1451 return new OesTextureHalfFloat._internalWrap(); | 1474 return new OesTextureHalfFloat._internalWrap(); |
1452 } | 1475 } |
1453 | 1476 |
1454 factory OesTextureHalfFloat._internalWrap() { | 1477 factory OesTextureHalfFloat._internalWrap() { |
1455 return new OesTextureHalfFloat.internal_(); | 1478 return new OesTextureHalfFloat.internal_(); |
1456 } | 1479 } |
1457 | 1480 |
| 1481 @Deprecated("Internal Use Only") |
1458 OesTextureHalfFloat.internal_() { } | 1482 OesTextureHalfFloat.internal_() { } |
1459 | 1483 |
1460 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1484 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1461 int get hashCode => unwrap_jso(this).hashCode; | 1485 int get hashCode => unwrap_jso(this).hashCode; |
1462 | 1486 |
1463 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') | 1487 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') |
1464 @DocsEditable() | 1488 @DocsEditable() |
1465 static const int HALF_FLOAT_OES = 0x8D61; | 1489 static const int HALF_FLOAT_OES = 0x8D61; |
1466 | 1490 |
1467 } | 1491 } |
(...skipping 14 matching lines...) Expand all Loading... |
1482 | 1506 |
1483 @Deprecated("Internal Use Only") | 1507 @Deprecated("Internal Use Only") |
1484 static OesTextureHalfFloatLinear internalCreateOesTextureHalfFloatLinear() { | 1508 static OesTextureHalfFloatLinear internalCreateOesTextureHalfFloatLinear() { |
1485 return new OesTextureHalfFloatLinear._internalWrap(); | 1509 return new OesTextureHalfFloatLinear._internalWrap(); |
1486 } | 1510 } |
1487 | 1511 |
1488 factory OesTextureHalfFloatLinear._internalWrap() { | 1512 factory OesTextureHalfFloatLinear._internalWrap() { |
1489 return new OesTextureHalfFloatLinear.internal_(); | 1513 return new OesTextureHalfFloatLinear.internal_(); |
1490 } | 1514 } |
1491 | 1515 |
| 1516 @Deprecated("Internal Use Only") |
1492 OesTextureHalfFloatLinear.internal_() { } | 1517 OesTextureHalfFloatLinear.internal_() { } |
1493 | 1518 |
1494 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1519 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1495 int get hashCode => unwrap_jso(this).hashCode; | 1520 int get hashCode => unwrap_jso(this).hashCode; |
1496 | 1521 |
1497 } | 1522 } |
1498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1499 // for details. All rights reserved. Use of this source code is governed by a | 1524 // for details. All rights reserved. Use of this source code is governed by a |
1500 // BSD-style license that can be found in the LICENSE file. | 1525 // BSD-style license that can be found in the LICENSE file. |
1501 | 1526 |
(...skipping 10 matching lines...) Expand all Loading... |
1512 | 1537 |
1513 @Deprecated("Internal Use Only") | 1538 @Deprecated("Internal Use Only") |
1514 static OesVertexArrayObject internalCreateOesVertexArrayObject() { | 1539 static OesVertexArrayObject internalCreateOesVertexArrayObject() { |
1515 return new OesVertexArrayObject._internalWrap(); | 1540 return new OesVertexArrayObject._internalWrap(); |
1516 } | 1541 } |
1517 | 1542 |
1518 factory OesVertexArrayObject._internalWrap() { | 1543 factory OesVertexArrayObject._internalWrap() { |
1519 return new OesVertexArrayObject.internal_(); | 1544 return new OesVertexArrayObject.internal_(); |
1520 } | 1545 } |
1521 | 1546 |
| 1547 @Deprecated("Internal Use Only") |
1522 OesVertexArrayObject.internal_() { } | 1548 OesVertexArrayObject.internal_() { } |
1523 | 1549 |
1524 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1550 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1525 int get hashCode => unwrap_jso(this).hashCode; | 1551 int get hashCode => unwrap_jso(this).hashCode; |
1526 | 1552 |
1527 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') | 1553 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') |
1528 @DocsEditable() | 1554 @DocsEditable() |
1529 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; | 1555 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; |
1530 | 1556 |
1531 @DomName('OESVertexArrayObject.bindVertexArrayOES') | 1557 @DomName('OESVertexArrayObject.bindVertexArrayOES') |
(...skipping 29 matching lines...) Expand all Loading... |
1561 | 1587 |
1562 @Deprecated("Internal Use Only") | 1588 @Deprecated("Internal Use Only") |
1563 static Program internalCreateProgram() { | 1589 static Program internalCreateProgram() { |
1564 return new Program._internalWrap(); | 1590 return new Program._internalWrap(); |
1565 } | 1591 } |
1566 | 1592 |
1567 factory Program._internalWrap() { | 1593 factory Program._internalWrap() { |
1568 return new Program.internal_(); | 1594 return new Program.internal_(); |
1569 } | 1595 } |
1570 | 1596 |
| 1597 @Deprecated("Internal Use Only") |
1571 Program.internal_() { } | 1598 Program.internal_() { } |
1572 | 1599 |
1573 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1600 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1574 int get hashCode => unwrap_jso(this).hashCode; | 1601 int get hashCode => unwrap_jso(this).hashCode; |
1575 | 1602 |
1576 } | 1603 } |
1577 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1604 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1578 // for details. All rights reserved. Use of this source code is governed by a | 1605 // for details. All rights reserved. Use of this source code is governed by a |
1579 // BSD-style license that can be found in the LICENSE file. | 1606 // BSD-style license that can be found in the LICENSE file. |
1580 | 1607 |
1581 // WARNING: Do not edit - generated code. | 1608 // WARNING: Do not edit - generated code. |
1582 | 1609 |
1583 | 1610 |
1584 @DocsEditable() | 1611 @DocsEditable() |
1585 @DomName('WebGLRenderbuffer') | 1612 @DomName('WebGLRenderbuffer') |
1586 @Unstable() | 1613 @Unstable() |
1587 class Renderbuffer extends DartHtmlDomObject { | 1614 class Renderbuffer extends DartHtmlDomObject { |
1588 // To suppress missing implicit constructor warnings. | 1615 // To suppress missing implicit constructor warnings. |
1589 factory Renderbuffer._() { throw new UnsupportedError("Not supported"); } | 1616 factory Renderbuffer._() { throw new UnsupportedError("Not supported"); } |
1590 | 1617 |
1591 @Deprecated("Internal Use Only") | 1618 @Deprecated("Internal Use Only") |
1592 static Renderbuffer internalCreateRenderbuffer() { | 1619 static Renderbuffer internalCreateRenderbuffer() { |
1593 return new Renderbuffer._internalWrap(); | 1620 return new Renderbuffer._internalWrap(); |
1594 } | 1621 } |
1595 | 1622 |
1596 factory Renderbuffer._internalWrap() { | 1623 factory Renderbuffer._internalWrap() { |
1597 return new Renderbuffer.internal_(); | 1624 return new Renderbuffer.internal_(); |
1598 } | 1625 } |
1599 | 1626 |
| 1627 @Deprecated("Internal Use Only") |
1600 Renderbuffer.internal_() { } | 1628 Renderbuffer.internal_() { } |
1601 | 1629 |
1602 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1630 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1603 int get hashCode => unwrap_jso(this).hashCode; | 1631 int get hashCode => unwrap_jso(this).hashCode; |
1604 | 1632 |
1605 } | 1633 } |
1606 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1634 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
1607 // for details. All rights reserved. Use of this source code is governed by a | 1635 // for details. All rights reserved. Use of this source code is governed by a |
1608 // BSD-style license that can be found in the LICENSE file. | 1636 // BSD-style license that can be found in the LICENSE file. |
1609 | 1637 |
1610 | 1638 |
1611 @DomName('WebGLRenderingContext') | 1639 @DomName('WebGLRenderingContext') |
1612 @SupportedBrowser(SupportedBrowser.CHROME) | 1640 @SupportedBrowser(SupportedBrowser.CHROME) |
1613 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1641 @SupportedBrowser(SupportedBrowser.FIREFOX) |
1614 @Experimental() | 1642 @Experimental() |
1615 @Unstable() | 1643 @Unstable() |
1616 class RenderingContext extends DartHtmlDomObject implements CanvasRenderingConte
xt { | 1644 class RenderingContext extends DartHtmlDomObject implements CanvasRenderingConte
xt { |
1617 // To suppress missing implicit constructor warnings. | 1645 // To suppress missing implicit constructor warnings. |
1618 factory RenderingContext._() { throw new UnsupportedError("Not supported"); } | 1646 factory RenderingContext._() { throw new UnsupportedError("Not supported"); } |
1619 | 1647 |
1620 @Deprecated("Internal Use Only") | 1648 @Deprecated("Internal Use Only") |
1621 static RenderingContext internalCreateRenderingContext() { | 1649 static RenderingContext internalCreateRenderingContext() { |
1622 return new RenderingContext._internalWrap(); | 1650 return new RenderingContext._internalWrap(); |
1623 } | 1651 } |
1624 | 1652 |
1625 factory RenderingContext._internalWrap() { | 1653 factory RenderingContext._internalWrap() { |
1626 return new RenderingContext.internal_(); | 1654 return new RenderingContext.internal_(); |
1627 } | 1655 } |
1628 | 1656 |
| 1657 @Deprecated("Internal Use Only") |
1629 RenderingContext.internal_() { } | 1658 RenderingContext.internal_() { } |
1630 | 1659 |
1631 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 1660 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
1632 int get hashCode => unwrap_jso(this).hashCode; | 1661 int get hashCode => unwrap_jso(this).hashCode; |
1633 | 1662 |
1634 /// Checks if this type is supported on the current platform. | 1663 /// Checks if this type is supported on the current platform. |
1635 static bool get supported => true; | 1664 static bool get supported => true; |
1636 | 1665 |
1637 @DomName('WebGLRenderingContext.ACTIVE_ATTRIBUTES') | 1666 @DomName('WebGLRenderingContext.ACTIVE_ATTRIBUTES') |
1638 @DocsEditable() | 1667 @DocsEditable() |
(...skipping 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3565 | 3594 |
3566 @Deprecated("Internal Use Only") | 3595 @Deprecated("Internal Use Only") |
3567 static Shader internalCreateShader() { | 3596 static Shader internalCreateShader() { |
3568 return new Shader._internalWrap(); | 3597 return new Shader._internalWrap(); |
3569 } | 3598 } |
3570 | 3599 |
3571 factory Shader._internalWrap() { | 3600 factory Shader._internalWrap() { |
3572 return new Shader.internal_(); | 3601 return new Shader.internal_(); |
3573 } | 3602 } |
3574 | 3603 |
| 3604 @Deprecated("Internal Use Only") |
3575 Shader.internal_() { } | 3605 Shader.internal_() { } |
3576 | 3606 |
3577 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 3607 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
3578 int get hashCode => unwrap_jso(this).hashCode; | 3608 int get hashCode => unwrap_jso(this).hashCode; |
3579 | 3609 |
3580 } | 3610 } |
3581 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3582 // for details. All rights reserved. Use of this source code is governed by a | 3612 // for details. All rights reserved. Use of this source code is governed by a |
3583 // BSD-style license that can be found in the LICENSE file. | 3613 // BSD-style license that can be found in the LICENSE file. |
3584 | 3614 |
3585 // WARNING: Do not edit - generated code. | 3615 // WARNING: Do not edit - generated code. |
3586 | 3616 |
3587 | 3617 |
3588 @DocsEditable() | 3618 @DocsEditable() |
3589 @DomName('WebGLShaderPrecisionFormat') | 3619 @DomName('WebGLShaderPrecisionFormat') |
3590 class ShaderPrecisionFormat extends DartHtmlDomObject { | 3620 class ShaderPrecisionFormat extends DartHtmlDomObject { |
3591 // To suppress missing implicit constructor warnings. | 3621 // To suppress missing implicit constructor warnings. |
3592 factory ShaderPrecisionFormat._() { throw new UnsupportedError("Not supported"
); } | 3622 factory ShaderPrecisionFormat._() { throw new UnsupportedError("Not supported"
); } |
3593 | 3623 |
3594 @Deprecated("Internal Use Only") | 3624 @Deprecated("Internal Use Only") |
3595 static ShaderPrecisionFormat internalCreateShaderPrecisionFormat() { | 3625 static ShaderPrecisionFormat internalCreateShaderPrecisionFormat() { |
3596 return new ShaderPrecisionFormat._internalWrap(); | 3626 return new ShaderPrecisionFormat._internalWrap(); |
3597 } | 3627 } |
3598 | 3628 |
3599 factory ShaderPrecisionFormat._internalWrap() { | 3629 factory ShaderPrecisionFormat._internalWrap() { |
3600 return new ShaderPrecisionFormat.internal_(); | 3630 return new ShaderPrecisionFormat.internal_(); |
3601 } | 3631 } |
3602 | 3632 |
| 3633 @Deprecated("Internal Use Only") |
3603 ShaderPrecisionFormat.internal_() { } | 3634 ShaderPrecisionFormat.internal_() { } |
3604 | 3635 |
3605 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 3636 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
3606 int get hashCode => unwrap_jso(this).hashCode; | 3637 int get hashCode => unwrap_jso(this).hashCode; |
3607 | 3638 |
3608 @DomName('WebGLShaderPrecisionFormat.precision') | 3639 @DomName('WebGLShaderPrecisionFormat.precision') |
3609 @DocsEditable() | 3640 @DocsEditable() |
3610 int get precision => _blink.BlinkWebGLShaderPrecisionFormat.instance.precision
_Getter_(unwrap_jso(this)); | 3641 int get precision => _blink.BlinkWebGLShaderPrecisionFormat.instance.precision
_Getter_(unwrap_jso(this)); |
3611 | 3642 |
3612 @DomName('WebGLShaderPrecisionFormat.rangeMax') | 3643 @DomName('WebGLShaderPrecisionFormat.rangeMax') |
(...skipping 20 matching lines...) Expand all Loading... |
3633 | 3664 |
3634 @Deprecated("Internal Use Only") | 3665 @Deprecated("Internal Use Only") |
3635 static Texture internalCreateTexture() { | 3666 static Texture internalCreateTexture() { |
3636 return new Texture._internalWrap(); | 3667 return new Texture._internalWrap(); |
3637 } | 3668 } |
3638 | 3669 |
3639 factory Texture._internalWrap() { | 3670 factory Texture._internalWrap() { |
3640 return new Texture.internal_(); | 3671 return new Texture.internal_(); |
3641 } | 3672 } |
3642 | 3673 |
| 3674 @Deprecated("Internal Use Only") |
3643 Texture.internal_() { } | 3675 Texture.internal_() { } |
3644 | 3676 |
3645 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 3677 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
3646 int get hashCode => unwrap_jso(this).hashCode; | 3678 int get hashCode => unwrap_jso(this).hashCode; |
3647 | 3679 |
3648 } | 3680 } |
3649 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3650 // for details. All rights reserved. Use of this source code is governed by a | 3682 // for details. All rights reserved. Use of this source code is governed by a |
3651 // BSD-style license that can be found in the LICENSE file. | 3683 // BSD-style license that can be found in the LICENSE file. |
3652 | 3684 |
3653 // WARNING: Do not edit - generated code. | 3685 // WARNING: Do not edit - generated code. |
3654 | 3686 |
3655 | 3687 |
3656 @DocsEditable() | 3688 @DocsEditable() |
3657 @DomName('WebGLUniformLocation') | 3689 @DomName('WebGLUniformLocation') |
3658 class UniformLocation extends DartHtmlDomObject { | 3690 class UniformLocation extends DartHtmlDomObject { |
3659 // To suppress missing implicit constructor warnings. | 3691 // To suppress missing implicit constructor warnings. |
3660 factory UniformLocation._() { throw new UnsupportedError("Not supported"); } | 3692 factory UniformLocation._() { throw new UnsupportedError("Not supported"); } |
3661 | 3693 |
3662 @Deprecated("Internal Use Only") | 3694 @Deprecated("Internal Use Only") |
3663 static UniformLocation internalCreateUniformLocation() { | 3695 static UniformLocation internalCreateUniformLocation() { |
3664 return new UniformLocation._internalWrap(); | 3696 return new UniformLocation._internalWrap(); |
3665 } | 3697 } |
3666 | 3698 |
3667 factory UniformLocation._internalWrap() { | 3699 factory UniformLocation._internalWrap() { |
3668 return new UniformLocation.internal_(); | 3700 return new UniformLocation.internal_(); |
3669 } | 3701 } |
3670 | 3702 |
| 3703 @Deprecated("Internal Use Only") |
3671 UniformLocation.internal_() { } | 3704 UniformLocation.internal_() { } |
3672 | 3705 |
3673 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 3706 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
3674 int get hashCode => unwrap_jso(this).hashCode; | 3707 int get hashCode => unwrap_jso(this).hashCode; |
3675 | 3708 |
3676 } | 3709 } |
3677 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3710 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3678 // for details. All rights reserved. Use of this source code is governed by a | 3711 // for details. All rights reserved. Use of this source code is governed by a |
3679 // BSD-style license that can be found in the LICENSE file. | 3712 // BSD-style license that can be found in the LICENSE file. |
3680 | 3713 |
(...skipping 10 matching lines...) Expand all Loading... |
3691 | 3724 |
3692 @Deprecated("Internal Use Only") | 3725 @Deprecated("Internal Use Only") |
3693 static VertexArrayObject internalCreateVertexArrayObject() { | 3726 static VertexArrayObject internalCreateVertexArrayObject() { |
3694 return new VertexArrayObject._internalWrap(); | 3727 return new VertexArrayObject._internalWrap(); |
3695 } | 3728 } |
3696 | 3729 |
3697 factory VertexArrayObject._internalWrap() { | 3730 factory VertexArrayObject._internalWrap() { |
3698 return new VertexArrayObject.internal_(); | 3731 return new VertexArrayObject.internal_(); |
3699 } | 3732 } |
3700 | 3733 |
| 3734 @Deprecated("Internal Use Only") |
3701 VertexArrayObject.internal_() { } | 3735 VertexArrayObject.internal_() { } |
3702 | 3736 |
3703 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | 3737 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); |
3704 int get hashCode => unwrap_jso(this).hashCode; | 3738 int get hashCode => unwrap_jso(this).hashCode; |
3705 | 3739 |
3706 } | 3740 } |
3707 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3741 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3708 // for details. All rights reserved. Use of this source code is governed by a | 3742 // for details. All rights reserved. Use of this source code is governed by a |
3709 // BSD-style license that can be found in the LICENSE file. | 3743 // BSD-style license that can be found in the LICENSE file. |
3710 | 3744 |
3711 // WARNING: Do not edit - generated code. | 3745 // WARNING: Do not edit - generated code. |
3712 | 3746 |
3713 | 3747 |
3714 @DocsEditable() | 3748 @DocsEditable() |
3715 @DomName('WebGLRenderingContextBase') | 3749 @DomName('WebGLRenderingContextBase') |
3716 @Experimental() // untriaged | 3750 @Experimental() // untriaged |
3717 class _WebGLRenderingContextBase extends DartHtmlDomObject { | 3751 class _WebGLRenderingContextBase extends DartHtmlDomObject { |
3718 // To suppress missing implicit constructor warnings. | 3752 // To suppress missing implicit constructor warnings. |
3719 factory _WebGLRenderingContextBase._() { throw new UnsupportedError("Not suppo
rted"); } | 3753 factory _WebGLRenderingContextBase._() { throw new UnsupportedError("Not suppo
rted"); } |
3720 | 3754 |
3721 } | 3755 } |
OLD | NEW |