| 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'; | 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 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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') | 856 @DomName('OESTextureFloatLinear') |
| 857 @Experimental // untriaged | 857 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/ |
| 858 @Experimental |
| 858 class OesTextureFloatLinear extends NativeFieldWrapperClass1 { | 859 class OesTextureFloatLinear extends NativeFieldWrapperClass1 { |
| 859 OesTextureFloatLinear.internal(); | 860 OesTextureFloatLinear.internal(); |
| 860 | 861 |
| 861 } | 862 } |
| 862 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 863 // 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 // 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 // BSD-style license that can be found in the LICENSE file. |
| 865 | 866 |
| 866 // WARNING: Do not edit - generated code. | 867 // WARNING: Do not edit - generated code. |
| 867 | 868 |
| 868 | 869 |
| 869 @DocsEditable | 870 @DocsEditable |
| 870 @DomName('OESTextureHalfFloat') | 871 @DomName('OESTextureHalfFloat') |
| 871 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ | 872 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ |
| 872 @Experimental // experimental | 873 @Experimental // experimental |
| 873 class OesTextureHalfFloat extends NativeFieldWrapperClass1 { | 874 class OesTextureHalfFloat extends NativeFieldWrapperClass1 { |
| 874 OesTextureHalfFloat.internal(); | 875 OesTextureHalfFloat.internal(); |
| 875 | 876 |
| 876 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') | 877 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') |
| 877 @DocsEditable | 878 @DocsEditable |
| 878 @Experimental // untriaged | |
| 879 static const int HALF_FLOAT_OES = 0x8D61; | 879 static const int HALF_FLOAT_OES = 0x8D61; |
| 880 | 880 |
| 881 } | 881 } |
| 882 // 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 |
| 883 // 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 |
| 884 // BSD-style license that can be found in the LICENSE file. | 884 // BSD-style license that can be found in the LICENSE file. |
| 885 | 885 |
| 886 // WARNING: Do not edit - generated code. | 886 // WARNING: Do not edit - generated code. |
| 887 | 887 |
| 888 | 888 |
| 889 @DocsEditable | 889 @DocsEditable |
| 890 @DomName('OESTextureHalfFloatLinear') | 890 @DomName('OESTextureHalfFloatLinear') |
| 891 @Experimental // untriaged | 891 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linea
r/ |
| 892 @Experimental |
| 892 class OesTextureHalfFloatLinear extends NativeFieldWrapperClass1 { | 893 class OesTextureHalfFloatLinear extends NativeFieldWrapperClass1 { |
| 893 OesTextureHalfFloatLinear.internal(); | 894 OesTextureHalfFloatLinear.internal(); |
| 894 | 895 |
| 895 } | 896 } |
| 896 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 897 // 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 // 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 // BSD-style license that can be found in the LICENSE file. |
| 899 | 900 |
| 900 // WARNING: Do not edit - generated code. | 901 // WARNING: Do not edit - generated code. |
| 901 | 902 |
| (...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2870 | 2871 |
| 2871 | 2872 |
| 2872 @DocsEditable | 2873 @DocsEditable |
| 2873 @DomName('WebGLVertexArrayObjectOES') | 2874 @DomName('WebGLVertexArrayObjectOES') |
| 2874 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ | 2875 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ |
| 2875 @Experimental // experimental | 2876 @Experimental // experimental |
| 2876 class VertexArrayObject extends NativeFieldWrapperClass1 { | 2877 class VertexArrayObject extends NativeFieldWrapperClass1 { |
| 2877 VertexArrayObject.internal(); | 2878 VertexArrayObject.internal(); |
| 2878 | 2879 |
| 2879 } | 2880 } |
| OLD | NEW |