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

Side by Side Diff: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart

Issue 16311002: IDL roll and expectations fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 library dart.dom.web_gl; 1 library dart.dom.web_gl;
2 2
3 import 'dart:collection'; 3 import 'dart:collection';
4 import 'dart:_collection-dev'; 4 import 'dart:_collection-dev';
5 import 'dart:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:typed_data'; 7 import 'dart:typed_data';
8 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure ToJS; 8 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure ToJS;
9 import 'dart:_foreign_helper' show JS; 9 import 'dart:_foreign_helper' show JS;
10 import 'dart:_interceptors' show Interceptor; 10 import 'dart:_interceptors' show Interceptor;
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float/ 754 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float/
755 @Experimental // experimental 755 @Experimental // experimental
756 class OesTextureFloat native "OESTextureFloat" { 756 class OesTextureFloat native "OESTextureFloat" {
757 } 757 }
758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
759 // for details. All rights reserved. Use of this source code is governed by a 759 // for details. All rights reserved. Use of this source code is governed by a
760 // BSD-style license that can be found in the LICENSE file. 760 // BSD-style license that can be found in the LICENSE file.
761 761
762 762
763 @DocsEditable 763 @DocsEditable
764 @DomName('OESTextureFloatLinear')
765 @Experimental // untriaged
766 class OesTextureFloatLinear native "OESTextureFloatLinear" {
767 }
768 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
769 // for details. All rights reserved. Use of this source code is governed by a
770 // BSD-style license that can be found in the LICENSE file.
771
772
773 @DocsEditable
764 @DomName('OESTextureHalfFloat') 774 @DomName('OESTextureHalfFloat')
765 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ 775 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/
766 @Experimental // experimental 776 @Experimental // experimental
767 class OesTextureHalfFloat native "OESTextureHalfFloat" { 777 class OesTextureHalfFloat native "OESTextureHalfFloat" {
768 778
769 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') 779 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES')
770 @DocsEditable 780 @DocsEditable
771 @Experimental // untriaged 781 @Experimental // untriaged
772 static const int HALF_FLOAT_OES = 0x8D61; 782 static const int HALF_FLOAT_OES = 0x8D61;
773 } 783 }
774 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 784 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
775 // for details. All rights reserved. Use of this source code is governed by a 785 // for details. All rights reserved. Use of this source code is governed by a
776 // BSD-style license that can be found in the LICENSE file. 786 // BSD-style license that can be found in the LICENSE file.
777 787
778 788
779 @DocsEditable 789 @DocsEditable
790 @DomName('OESTextureHalfFloatLinear')
791 @Experimental // untriaged
792 class OesTextureHalfFloatLinear native "OESTextureHalfFloatLinear" {
793 }
794 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
795 // for details. All rights reserved. Use of this source code is governed by a
796 // BSD-style license that can be found in the LICENSE file.
797
798
799 @DocsEditable
780 @DomName('OESVertexArrayObject') 800 @DomName('OESVertexArrayObject')
781 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 801 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
782 @Experimental // experimental 802 @Experimental // experimental
783 class OesVertexArrayObject native "OESVertexArrayObject" { 803 class OesVertexArrayObject native "OESVertexArrayObject" {
784 804
785 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') 805 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES')
786 @DocsEditable 806 @DocsEditable
787 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; 807 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5;
788 808
789 @JSName('bindVertexArrayOES') 809 @JSName('bindVertexArrayOES')
(...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after
2714 // for details. All rights reserved. Use of this source code is governed by a 2734 // for details. All rights reserved. Use of this source code is governed by a
2715 // BSD-style license that can be found in the LICENSE file. 2735 // BSD-style license that can be found in the LICENSE file.
2716 2736
2717 2737
2718 @DocsEditable 2738 @DocsEditable
2719 @DomName('WebGLVertexArrayObjectOES') 2739 @DomName('WebGLVertexArrayObjectOES')
2720 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 2740 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
2721 @Experimental // experimental 2741 @Experimental // experimental
2722 class VertexArrayObject native "WebGLVertexArrayObjectOES" { 2742 class VertexArrayObject native "WebGLVertexArrayObjectOES" {
2723 } 2743 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698