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

Side by Side Diff: sdk/lib/web_gl/dartium/web_gl_dartium.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:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:_collection-dev'; 5 import 'dart:_collection-dev';
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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 846
847 } 847 }
848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
849 // for details. All rights reserved. Use of this source code is governed by a 849 // for details. All rights reserved. Use of this source code is governed by a
850 // BSD-style license that can be found in the LICENSE file. 850 // BSD-style license that can be found in the LICENSE file.
851 851
852 // WARNING: Do not edit - generated code. 852 // WARNING: Do not edit - generated code.
853 853
854 854
855 @DocsEditable 855 @DocsEditable
856 @DomName('OESTextureFloatLinear')
857 @Experimental // untriaged
858 class OesTextureFloatLinear extends NativeFieldWrapperClass1 {
859 OesTextureFloatLinear.internal();
860
861 }
862 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
863 // for details. All rights reserved. Use of this source code is governed by a
864 // BSD-style license that can be found in the LICENSE file.
865
866 // WARNING: Do not edit - generated code.
867
868
869 @DocsEditable
856 @DomName('OESTextureHalfFloat') 870 @DomName('OESTextureHalfFloat')
857 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ 871 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/
858 @Experimental // experimental 872 @Experimental // experimental
859 class OesTextureHalfFloat extends NativeFieldWrapperClass1 { 873 class OesTextureHalfFloat extends NativeFieldWrapperClass1 {
860 OesTextureHalfFloat.internal(); 874 OesTextureHalfFloat.internal();
861 875
862 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') 876 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES')
863 @DocsEditable 877 @DocsEditable
864 @Experimental // untriaged 878 @Experimental // untriaged
865 static const int HALF_FLOAT_OES = 0x8D61; 879 static const int HALF_FLOAT_OES = 0x8D61;
866 880
867 } 881 }
868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
869 // for details. All rights reserved. Use of this source code is governed by a 883 // for details. All rights reserved. Use of this source code is governed by a
870 // BSD-style license that can be found in the LICENSE file. 884 // BSD-style license that can be found in the LICENSE file.
871 885
872 // WARNING: Do not edit - generated code. 886 // WARNING: Do not edit - generated code.
873 887
874 888
875 @DocsEditable 889 @DocsEditable
890 @DomName('OESTextureHalfFloatLinear')
891 @Experimental // untriaged
892 class OesTextureHalfFloatLinear extends NativeFieldWrapperClass1 {
893 OesTextureHalfFloatLinear.internal();
894
895 }
896 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
897 // for details. All rights reserved. Use of this source code is governed by a
898 // BSD-style license that can be found in the LICENSE file.
899
900 // WARNING: Do not edit - generated code.
901
902
903 @DocsEditable
876 @DomName('OESVertexArrayObject') 904 @DomName('OESVertexArrayObject')
877 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 905 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
878 @Experimental // experimental 906 @Experimental // experimental
879 class OesVertexArrayObject extends NativeFieldWrapperClass1 { 907 class OesVertexArrayObject extends NativeFieldWrapperClass1 {
880 OesVertexArrayObject.internal(); 908 OesVertexArrayObject.internal();
881 909
882 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') 910 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES')
883 @DocsEditable 911 @DocsEditable
884 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; 912 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5;
885 913
(...skipping 1956 matching lines...) Expand 10 before | Expand all | Expand 10 after
2842 2870
2843 2871
2844 @DocsEditable 2872 @DocsEditable
2845 @DomName('WebGLVertexArrayObjectOES') 2873 @DomName('WebGLVertexArrayObjectOES')
2846 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 2874 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
2847 @Experimental // experimental 2875 @Experimental // experimental
2848 class VertexArrayObject extends NativeFieldWrapperClass1 { 2876 class VertexArrayObject extends NativeFieldWrapperClass1 {
2849 VertexArrayObject.internal(); 2877 VertexArrayObject.internal();
2850 2878
2851 } 2879 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698