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

Side by Side Diff: sdk/lib/web_gl/dartium/web_gl_dartium.dart

Issue 16636003: Blink IDL roll. (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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 737
738 } 738 }
739 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 739 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
740 // for details. All rights reserved. Use of this source code is governed by a 740 // for details. All rights reserved. Use of this source code is governed by a
741 // BSD-style license that can be found in the LICENSE file. 741 // BSD-style license that can be found in the LICENSE file.
742 742
743 // WARNING: Do not edit - generated code. 743 // WARNING: Do not edit - generated code.
744 744
745 745
746 @DocsEditable 746 @DocsEditable
747 @DomName('EXTFragDepth')
748 @Experimental // untriaged
749 class ExtFragDepth extends NativeFieldWrapperClass1 {
750 ExtFragDepth.internal();
751
752 }
753 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
754 // for details. All rights reserved. Use of this source code is governed by a
755 // BSD-style license that can be found in the LICENSE file.
756
757 // WARNING: Do not edit - generated code.
758
759
760 @DocsEditable
747 @DomName('EXTTextureFilterAnisotropic') 761 @DomName('EXTTextureFilterAnisotropic')
748 // http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotrop ic/ 762 // http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotrop ic/
749 @Experimental 763 @Experimental
750 class ExtTextureFilterAnisotropic extends NativeFieldWrapperClass1 { 764 class ExtTextureFilterAnisotropic extends NativeFieldWrapperClass1 {
751 ExtTextureFilterAnisotropic.internal(); 765 ExtTextureFilterAnisotropic.internal();
752 766
753 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT') 767 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT')
754 @DocsEditable 768 @DocsEditable
755 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; 769 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;
756 770
(...skipping 2114 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 2885
2872 2886
2873 @DocsEditable 2887 @DocsEditable
2874 @DomName('WebGLVertexArrayObjectOES') 2888 @DomName('WebGLVertexArrayObjectOES')
2875 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 2889 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
2876 @Experimental // experimental 2890 @Experimental // experimental
2877 class VertexArrayObject extends NativeFieldWrapperClass1 { 2891 class VertexArrayObject extends NativeFieldWrapperClass1 {
2878 VertexArrayObject.internal(); 2892 VertexArrayObject.internal();
2879 2893
2880 } 2894 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698