| 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' hide deprecated; | 5 import 'dart:_collection-dev' hide deprecated; |
| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 319 // for details. All rights reserved. Use of this source code is governed by a | 319 // for details. All rights reserved. Use of this source code is governed by a |
| 320 // BSD-style license that can be found in the LICENSE file. | 320 // BSD-style license that can be found in the LICENSE file. |
| 321 | 321 |
| 322 // WARNING: Do not edit - generated code. | 322 // WARNING: Do not edit - generated code. |
| 323 | 323 |
| 324 | 324 |
| 325 @DocsEditable() | 325 @DocsEditable() |
| 326 @DomName('WebGLActiveInfo') | 326 @DomName('WebGLActiveInfo') |
| 327 @Unstable() | 327 @Unstable() |
| 328 class ActiveInfo extends NativeFieldWrapperClass1 { | 328 class ActiveInfo extends NativeFieldWrapperClass2 { |
| 329 // To suppress missing implicit constructor warnings. | 329 // To suppress missing implicit constructor warnings. |
| 330 factory ActiveInfo._() { throw new UnsupportedError("Not supported"); } | 330 factory ActiveInfo._() { throw new UnsupportedError("Not supported"); } |
| 331 | 331 |
| 332 @DomName('WebGLActiveInfo.name') | 332 @DomName('WebGLActiveInfo.name') |
| 333 @DocsEditable() | 333 @DocsEditable() |
| 334 String get name native "WebGLActiveInfo_name_Getter"; | 334 String get name native "WebGLActiveInfo_name_Getter"; |
| 335 | 335 |
| 336 @DomName('WebGLActiveInfo.size') | 336 @DomName('WebGLActiveInfo.size') |
| 337 @DocsEditable() | 337 @DocsEditable() |
| 338 int get size native "WebGLActiveInfo_size_Getter"; | 338 int get size native "WebGLActiveInfo_size_Getter"; |
| 339 | 339 |
| 340 @DomName('WebGLActiveInfo.type') | 340 @DomName('WebGLActiveInfo.type') |
| 341 @DocsEditable() | 341 @DocsEditable() |
| 342 int get type native "WebGLActiveInfo_type_Getter"; | 342 int get type native "WebGLActiveInfo_type_Getter"; |
| 343 | 343 |
| 344 } | 344 } |
| 345 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 345 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 346 // for details. All rights reserved. Use of this source code is governed by a | 346 // for details. All rights reserved. Use of this source code is governed by a |
| 347 // BSD-style license that can be found in the LICENSE file. | 347 // BSD-style license that can be found in the LICENSE file. |
| 348 | 348 |
| 349 // WARNING: Do not edit - generated code. | 349 // WARNING: Do not edit - generated code. |
| 350 | 350 |
| 351 | 351 |
| 352 @DocsEditable() | 352 @DocsEditable() |
| 353 @DomName('ANGLEInstancedArrays') | 353 @DomName('ANGLEInstancedArrays') |
| 354 @Experimental() // untriaged | 354 @Experimental() // untriaged |
| 355 class AngleInstancedArrays extends NativeFieldWrapperClass1 { | 355 class AngleInstancedArrays extends NativeFieldWrapperClass2 { |
| 356 // To suppress missing implicit constructor warnings. | 356 // To suppress missing implicit constructor warnings. |
| 357 factory AngleInstancedArrays._() { throw new UnsupportedError("Not supported")
; } | 357 factory AngleInstancedArrays._() { throw new UnsupportedError("Not supported")
; } |
| 358 | 358 |
| 359 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE') | 359 @DomName('ANGLEInstancedArrays.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE') |
| 360 @DocsEditable() | 360 @DocsEditable() |
| 361 @Experimental() // untriaged | 361 @Experimental() // untriaged |
| 362 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE; | 362 static const int VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE; |
| 363 | 363 |
| 364 @DomName('ANGLEInstancedArrays.drawArraysInstancedANGLE') | 364 @DomName('ANGLEInstancedArrays.drawArraysInstancedANGLE') |
| 365 @DocsEditable() | 365 @DocsEditable() |
| (...skipping 14 matching lines...) Expand all Loading... |
| 380 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 380 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 381 // for details. All rights reserved. Use of this source code is governed by a | 381 // for details. All rights reserved. Use of this source code is governed by a |
| 382 // BSD-style license that can be found in the LICENSE file. | 382 // BSD-style license that can be found in the LICENSE file. |
| 383 | 383 |
| 384 // WARNING: Do not edit - generated code. | 384 // WARNING: Do not edit - generated code. |
| 385 | 385 |
| 386 | 386 |
| 387 @DocsEditable() | 387 @DocsEditable() |
| 388 @DomName('WebGLBuffer') | 388 @DomName('WebGLBuffer') |
| 389 @Unstable() | 389 @Unstable() |
| 390 class Buffer extends NativeFieldWrapperClass1 { | 390 class Buffer extends NativeFieldWrapperClass2 { |
| 391 // To suppress missing implicit constructor warnings. | 391 // To suppress missing implicit constructor warnings. |
| 392 factory Buffer._() { throw new UnsupportedError("Not supported"); } | 392 factory Buffer._() { throw new UnsupportedError("Not supported"); } |
| 393 | 393 |
| 394 } | 394 } |
| 395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 396 // for details. All rights reserved. Use of this source code is governed by a | 396 // for details. All rights reserved. Use of this source code is governed by a |
| 397 // BSD-style license that can be found in the LICENSE file. | 397 // BSD-style license that can be found in the LICENSE file. |
| 398 | 398 |
| 399 // WARNING: Do not edit - generated code. | 399 // WARNING: Do not edit - generated code. |
| 400 | 400 |
| 401 | 401 |
| 402 @DocsEditable() | 402 @DocsEditable() |
| 403 @DomName('WebGLCompressedTextureATC') | 403 @DomName('WebGLCompressedTextureATC') |
| 404 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_atc
/ | 404 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_atc
/ |
| 405 @Experimental() | 405 @Experimental() |
| 406 class CompressedTextureAtc extends NativeFieldWrapperClass1 { | 406 class CompressedTextureAtc extends NativeFieldWrapperClass2 { |
| 407 // To suppress missing implicit constructor warnings. | 407 // To suppress missing implicit constructor warnings. |
| 408 factory CompressedTextureAtc._() { throw new UnsupportedError("Not supported")
; } | 408 factory CompressedTextureAtc._() { throw new UnsupportedError("Not supported")
; } |
| 409 | 409 |
| 410 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL') | 410 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL') |
| 411 @DocsEditable() | 411 @DocsEditable() |
| 412 static const int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; | 412 static const int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; |
| 413 | 413 |
| 414 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEB
GL') | 414 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEB
GL') |
| 415 @DocsEditable() | 415 @DocsEditable() |
| 416 static const int COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL = 0x87EE; | 416 static const int COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL = 0x87EE; |
| 417 | 417 |
| 418 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGB_ATC_WEBGL') | 418 @DomName('WebGLCompressedTextureATC.COMPRESSED_RGB_ATC_WEBGL') |
| 419 @DocsEditable() | 419 @DocsEditable() |
| 420 static const int COMPRESSED_RGB_ATC_WEBGL = 0x8C92; | 420 static const int COMPRESSED_RGB_ATC_WEBGL = 0x8C92; |
| 421 | 421 |
| 422 } | 422 } |
| 423 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 423 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 424 // for details. All rights reserved. Use of this source code is governed by a | 424 // for details. All rights reserved. Use of this source code is governed by a |
| 425 // BSD-style license that can be found in the LICENSE file. | 425 // BSD-style license that can be found in the LICENSE file. |
| 426 | 426 |
| 427 // WARNING: Do not edit - generated code. | 427 // WARNING: Do not edit - generated code. |
| 428 | 428 |
| 429 | 429 |
| 430 @DocsEditable() | 430 @DocsEditable() |
| 431 @DomName('WebGLCompressedTexturePVRTC') | 431 @DomName('WebGLCompressedTexturePVRTC') |
| 432 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvr
tc/ | 432 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvr
tc/ |
| 433 @Experimental() // experimental | 433 @Experimental() // experimental |
| 434 class CompressedTexturePvrtc extends NativeFieldWrapperClass1 { | 434 class CompressedTexturePvrtc extends NativeFieldWrapperClass2 { |
| 435 // To suppress missing implicit constructor warnings. | 435 // To suppress missing implicit constructor warnings. |
| 436 factory CompressedTexturePvrtc._() { throw new UnsupportedError("Not supported
"); } | 436 factory CompressedTexturePvrtc._() { throw new UnsupportedError("Not supported
"); } |
| 437 | 437 |
| 438 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG') | 438 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG') |
| 439 @DocsEditable() | 439 @DocsEditable() |
| 440 static const int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03; | 440 static const int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03; |
| 441 | 441 |
| 442 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG') | 442 @DomName('WebGLCompressedTexturePVRTC.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG') |
| 443 @DocsEditable() | 443 @DocsEditable() |
| 444 static const int COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02; | 444 static const int COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02; |
| (...skipping 11 matching lines...) Expand all Loading... |
| 456 // for details. All rights reserved. Use of this source code is governed by a | 456 // for details. All rights reserved. Use of this source code is governed by a |
| 457 // BSD-style license that can be found in the LICENSE file. | 457 // BSD-style license that can be found in the LICENSE file. |
| 458 | 458 |
| 459 // WARNING: Do not edit - generated code. | 459 // WARNING: Do not edit - generated code. |
| 460 | 460 |
| 461 | 461 |
| 462 @DocsEditable() | 462 @DocsEditable() |
| 463 @DomName('WebGLCompressedTextureS3TC') | 463 @DomName('WebGLCompressedTextureS3TC') |
| 464 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3t
c/ | 464 // http://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3t
c/ |
| 465 @Experimental() // experimental | 465 @Experimental() // experimental |
| 466 class CompressedTextureS3TC extends NativeFieldWrapperClass1 { | 466 class CompressedTextureS3TC extends NativeFieldWrapperClass2 { |
| 467 // To suppress missing implicit constructor warnings. | 467 // To suppress missing implicit constructor warnings. |
| 468 factory CompressedTextureS3TC._() { throw new UnsupportedError("Not supported"
); } | 468 factory CompressedTextureS3TC._() { throw new UnsupportedError("Not supported"
); } |
| 469 | 469 |
| 470 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT1_EXT') | 470 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT1_EXT') |
| 471 @DocsEditable() | 471 @DocsEditable() |
| 472 static const int COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; | 472 static const int COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; |
| 473 | 473 |
| 474 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT3_EXT') | 474 @DomName('WebGLCompressedTextureS3TC.COMPRESSED_RGBA_S3TC_DXT3_EXT') |
| 475 @DocsEditable() | 475 @DocsEditable() |
| 476 static const int COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2; | 476 static const int COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2; |
| (...skipping 10 matching lines...) Expand all Loading... |
| 487 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 487 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 488 // for details. All rights reserved. Use of this source code is governed by a | 488 // for details. All rights reserved. Use of this source code is governed by a |
| 489 // BSD-style license that can be found in the LICENSE file. | 489 // BSD-style license that can be found in the LICENSE file. |
| 490 | 490 |
| 491 // WARNING: Do not edit - generated code. | 491 // WARNING: Do not edit - generated code. |
| 492 | 492 |
| 493 | 493 |
| 494 @DocsEditable() | 494 @DocsEditable() |
| 495 @DomName('WebGLContextAttributes') | 495 @DomName('WebGLContextAttributes') |
| 496 @Unstable() | 496 @Unstable() |
| 497 class ContextAttributes extends NativeFieldWrapperClass1 { | 497 class ContextAttributes extends NativeFieldWrapperClass2 { |
| 498 // To suppress missing implicit constructor warnings. | 498 // To suppress missing implicit constructor warnings. |
| 499 factory ContextAttributes._() { throw new UnsupportedError("Not supported"); } | 499 factory ContextAttributes._() { throw new UnsupportedError("Not supported"); } |
| 500 | 500 |
| 501 @DomName('WebGLContextAttributes.alpha') | 501 @DomName('WebGLContextAttributes.alpha') |
| 502 @DocsEditable() | 502 @DocsEditable() |
| 503 bool get alpha native "WebGLContextAttributes_alpha_Getter"; | 503 bool get alpha native "WebGLContextAttributes_alpha_Getter"; |
| 504 | 504 |
| 505 @DomName('WebGLContextAttributes.alpha') | 505 @DomName('WebGLContextAttributes.alpha') |
| 506 @DocsEditable() | 506 @DocsEditable() |
| 507 void set alpha(bool value) native "WebGLContextAttributes_alpha_Setter"; | 507 void set alpha(bool value) native "WebGLContextAttributes_alpha_Setter"; |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 // for details. All rights reserved. Use of this source code is governed by a | 570 // for details. All rights reserved. Use of this source code is governed by a |
| 571 // BSD-style license that can be found in the LICENSE file. | 571 // BSD-style license that can be found in the LICENSE file. |
| 572 | 572 |
| 573 // WARNING: Do not edit - generated code. | 573 // WARNING: Do not edit - generated code. |
| 574 | 574 |
| 575 | 575 |
| 576 @DocsEditable() | 576 @DocsEditable() |
| 577 @DomName('WebGLDebugRendererInfo') | 577 @DomName('WebGLDebugRendererInfo') |
| 578 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/ | 578 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/ |
| 579 @Experimental() // experimental | 579 @Experimental() // experimental |
| 580 class DebugRendererInfo extends NativeFieldWrapperClass1 { | 580 class DebugRendererInfo extends NativeFieldWrapperClass2 { |
| 581 // To suppress missing implicit constructor warnings. | 581 // To suppress missing implicit constructor warnings. |
| 582 factory DebugRendererInfo._() { throw new UnsupportedError("Not supported"); } | 582 factory DebugRendererInfo._() { throw new UnsupportedError("Not supported"); } |
| 583 | 583 |
| 584 @DomName('WebGLDebugRendererInfo.UNMASKED_RENDERER_WEBGL') | 584 @DomName('WebGLDebugRendererInfo.UNMASKED_RENDERER_WEBGL') |
| 585 @DocsEditable() | 585 @DocsEditable() |
| 586 static const int UNMASKED_RENDERER_WEBGL = 0x9246; | 586 static const int UNMASKED_RENDERER_WEBGL = 0x9246; |
| 587 | 587 |
| 588 @DomName('WebGLDebugRendererInfo.UNMASKED_VENDOR_WEBGL') | 588 @DomName('WebGLDebugRendererInfo.UNMASKED_VENDOR_WEBGL') |
| 589 @DocsEditable() | 589 @DocsEditable() |
| 590 static const int UNMASKED_VENDOR_WEBGL = 0x9245; | 590 static const int UNMASKED_VENDOR_WEBGL = 0x9245; |
| 591 | 591 |
| 592 } | 592 } |
| 593 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 593 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 594 // for details. All rights reserved. Use of this source code is governed by a | 594 // for details. All rights reserved. Use of this source code is governed by a |
| 595 // BSD-style license that can be found in the LICENSE file. | 595 // BSD-style license that can be found in the LICENSE file. |
| 596 | 596 |
| 597 // WARNING: Do not edit - generated code. | 597 // WARNING: Do not edit - generated code. |
| 598 | 598 |
| 599 | 599 |
| 600 @DocsEditable() | 600 @DocsEditable() |
| 601 @DomName('WebGLDebugShaders') | 601 @DomName('WebGLDebugShaders') |
| 602 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/ | 602 // http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/ |
| 603 @Experimental() // experimental | 603 @Experimental() // experimental |
| 604 class DebugShaders extends NativeFieldWrapperClass1 { | 604 class DebugShaders extends NativeFieldWrapperClass2 { |
| 605 // To suppress missing implicit constructor warnings. | 605 // To suppress missing implicit constructor warnings. |
| 606 factory DebugShaders._() { throw new UnsupportedError("Not supported"); } | 606 factory DebugShaders._() { throw new UnsupportedError("Not supported"); } |
| 607 | 607 |
| 608 @DomName('WebGLDebugShaders.getTranslatedShaderSource') | 608 @DomName('WebGLDebugShaders.getTranslatedShaderSource') |
| 609 @DocsEditable() | 609 @DocsEditable() |
| 610 String getTranslatedShaderSource(Shader shader) native "WebGLDebugShaders_getT
ranslatedShaderSource_Callback"; | 610 String getTranslatedShaderSource(Shader shader) native "WebGLDebugShaders_getT
ranslatedShaderSource_Callback"; |
| 611 | 611 |
| 612 } | 612 } |
| 613 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 613 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 614 // for details. All rights reserved. Use of this source code is governed by a | 614 // for details. All rights reserved. Use of this source code is governed by a |
| 615 // BSD-style license that can be found in the LICENSE file. | 615 // BSD-style license that can be found in the LICENSE file. |
| 616 | 616 |
| 617 // WARNING: Do not edit - generated code. | 617 // WARNING: Do not edit - generated code. |
| 618 | 618 |
| 619 | 619 |
| 620 @DocsEditable() | 620 @DocsEditable() |
| 621 @DomName('WebGLDepthTexture') | 621 @DomName('WebGLDepthTexture') |
| 622 // http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/ | 622 // http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/ |
| 623 @Experimental() // experimental | 623 @Experimental() // experimental |
| 624 class DepthTexture extends NativeFieldWrapperClass1 { | 624 class DepthTexture extends NativeFieldWrapperClass2 { |
| 625 // To suppress missing implicit constructor warnings. | 625 // To suppress missing implicit constructor warnings. |
| 626 factory DepthTexture._() { throw new UnsupportedError("Not supported"); } | 626 factory DepthTexture._() { throw new UnsupportedError("Not supported"); } |
| 627 | 627 |
| 628 @DomName('WebGLDepthTexture.UNSIGNED_INT_24_8_WEBGL') | 628 @DomName('WebGLDepthTexture.UNSIGNED_INT_24_8_WEBGL') |
| 629 @DocsEditable() | 629 @DocsEditable() |
| 630 static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA; | 630 static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA; |
| 631 | 631 |
| 632 } | 632 } |
| 633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 634 // for details. All rights reserved. Use of this source code is governed by a | 634 // for details. All rights reserved. Use of this source code is governed by a |
| 635 // BSD-style license that can be found in the LICENSE file. | 635 // BSD-style license that can be found in the LICENSE file. |
| 636 | 636 |
| 637 // WARNING: Do not edit - generated code. | 637 // WARNING: Do not edit - generated code. |
| 638 | 638 |
| 639 | 639 |
| 640 @DocsEditable() | 640 @DocsEditable() |
| 641 @DomName('WebGLDrawBuffers') | 641 @DomName('WebGLDrawBuffers') |
| 642 // http://www.khronos.org/registry/webgl/specs/latest/ | 642 // http://www.khronos.org/registry/webgl/specs/latest/ |
| 643 @Experimental() // stable | 643 @Experimental() // stable |
| 644 class DrawBuffers extends NativeFieldWrapperClass1 { | 644 class DrawBuffers extends NativeFieldWrapperClass2 { |
| 645 // To suppress missing implicit constructor warnings. | 645 // To suppress missing implicit constructor warnings. |
| 646 factory DrawBuffers._() { throw new UnsupportedError("Not supported"); } | 646 factory DrawBuffers._() { throw new UnsupportedError("Not supported"); } |
| 647 | 647 |
| 648 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT0_WEBGL') | 648 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT0_WEBGL') |
| 649 @DocsEditable() | 649 @DocsEditable() |
| 650 static const int COLOR_ATTACHMENT0_WEBGL = 0x8CE0; | 650 static const int COLOR_ATTACHMENT0_WEBGL = 0x8CE0; |
| 651 | 651 |
| 652 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT10_WEBGL') | 652 @DomName('WebGLDrawBuffers.COLOR_ATTACHMENT10_WEBGL') |
| 653 @DocsEditable() | 653 @DocsEditable() |
| 654 static const int COLOR_ATTACHMENT10_WEBGL = 0x8CEA; | 654 static const int COLOR_ATTACHMENT10_WEBGL = 0x8CEA; |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 // for details. All rights reserved. Use of this source code is governed by a | 790 // for details. All rights reserved. Use of this source code is governed by a |
| 791 // BSD-style license that can be found in the LICENSE file. | 791 // BSD-style license that can be found in the LICENSE file. |
| 792 | 792 |
| 793 // WARNING: Do not edit - generated code. | 793 // WARNING: Do not edit - generated code. |
| 794 | 794 |
| 795 | 795 |
| 796 @DocsEditable() | 796 @DocsEditable() |
| 797 @DomName('EXTFragDepth') | 797 @DomName('EXTFragDepth') |
| 798 // http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/ | 798 // http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/ |
| 799 @Experimental() | 799 @Experimental() |
| 800 class ExtFragDepth extends NativeFieldWrapperClass1 { | 800 class ExtFragDepth extends NativeFieldWrapperClass2 { |
| 801 // To suppress missing implicit constructor warnings. | 801 // To suppress missing implicit constructor warnings. |
| 802 factory ExtFragDepth._() { throw new UnsupportedError("Not supported"); } | 802 factory ExtFragDepth._() { throw new UnsupportedError("Not supported"); } |
| 803 | 803 |
| 804 } | 804 } |
| 805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 806 // for details. All rights reserved. Use of this source code is governed by a | 806 // for details. All rights reserved. Use of this source code is governed by a |
| 807 // BSD-style license that can be found in the LICENSE file. | 807 // BSD-style license that can be found in the LICENSE file. |
| 808 | 808 |
| 809 // WARNING: Do not edit - generated code. | 809 // WARNING: Do not edit - generated code. |
| 810 | 810 |
| 811 | 811 |
| 812 @DocsEditable() | 812 @DocsEditable() |
| 813 @DomName('EXTTextureFilterAnisotropic') | 813 @DomName('EXTTextureFilterAnisotropic') |
| 814 // http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotrop
ic/ | 814 // http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotrop
ic/ |
| 815 @Experimental() | 815 @Experimental() |
| 816 class ExtTextureFilterAnisotropic extends NativeFieldWrapperClass1 { | 816 class ExtTextureFilterAnisotropic extends NativeFieldWrapperClass2 { |
| 817 // To suppress missing implicit constructor warnings. | 817 // To suppress missing implicit constructor warnings. |
| 818 factory ExtTextureFilterAnisotropic._() { throw new UnsupportedError("Not supp
orted"); } | 818 factory ExtTextureFilterAnisotropic._() { throw new UnsupportedError("Not supp
orted"); } |
| 819 | 819 |
| 820 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT') | 820 @DomName('EXTTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT') |
| 821 @DocsEditable() | 821 @DocsEditable() |
| 822 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; | 822 static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; |
| 823 | 823 |
| 824 @DomName('EXTTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT') | 824 @DomName('EXTTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT') |
| 825 @DocsEditable() | 825 @DocsEditable() |
| 826 static const int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; | 826 static const int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; |
| 827 | 827 |
| 828 } | 828 } |
| 829 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 829 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 830 // for details. All rights reserved. Use of this source code is governed by a | 830 // for details. All rights reserved. Use of this source code is governed by a |
| 831 // BSD-style license that can be found in the LICENSE file. | 831 // BSD-style license that can be found in the LICENSE file. |
| 832 | 832 |
| 833 // WARNING: Do not edit - generated code. | 833 // WARNING: Do not edit - generated code. |
| 834 | 834 |
| 835 | 835 |
| 836 @DocsEditable() | 836 @DocsEditable() |
| 837 @DomName('WebGLFramebuffer') | 837 @DomName('WebGLFramebuffer') |
| 838 @Unstable() | 838 @Unstable() |
| 839 class Framebuffer extends NativeFieldWrapperClass1 { | 839 class Framebuffer extends NativeFieldWrapperClass2 { |
| 840 // To suppress missing implicit constructor warnings. | 840 // To suppress missing implicit constructor warnings. |
| 841 factory Framebuffer._() { throw new UnsupportedError("Not supported"); } | 841 factory Framebuffer._() { throw new UnsupportedError("Not supported"); } |
| 842 | 842 |
| 843 } | 843 } |
| 844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 845 // for details. All rights reserved. Use of this source code is governed by a | 845 // for details. All rights reserved. Use of this source code is governed by a |
| 846 // BSD-style license that can be found in the LICENSE file. | 846 // BSD-style license that can be found in the LICENSE file. |
| 847 | 847 |
| 848 // WARNING: Do not edit - generated code. | 848 // WARNING: Do not edit - generated code. |
| 849 | 849 |
| 850 | 850 |
| 851 @DocsEditable() | 851 @DocsEditable() |
| 852 @DomName('WebGLLoseContext') | 852 @DomName('WebGLLoseContext') |
| 853 // http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/ | 853 // http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/ |
| 854 @Experimental() | 854 @Experimental() |
| 855 class LoseContext extends NativeFieldWrapperClass1 { | 855 class LoseContext extends NativeFieldWrapperClass2 { |
| 856 // To suppress missing implicit constructor warnings. | 856 // To suppress missing implicit constructor warnings. |
| 857 factory LoseContext._() { throw new UnsupportedError("Not supported"); } | 857 factory LoseContext._() { throw new UnsupportedError("Not supported"); } |
| 858 | 858 |
| 859 @DomName('WebGLLoseContext.loseContext') | 859 @DomName('WebGLLoseContext.loseContext') |
| 860 @DocsEditable() | 860 @DocsEditable() |
| 861 void loseContext() native "WebGLLoseContext_loseContext_Callback"; | 861 void loseContext() native "WebGLLoseContext_loseContext_Callback"; |
| 862 | 862 |
| 863 @DomName('WebGLLoseContext.restoreContext') | 863 @DomName('WebGLLoseContext.restoreContext') |
| 864 @DocsEditable() | 864 @DocsEditable() |
| 865 void restoreContext() native "WebGLLoseContext_restoreContext_Callback"; | 865 void restoreContext() native "WebGLLoseContext_restoreContext_Callback"; |
| 866 | 866 |
| 867 } | 867 } |
| 868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 868 // 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 | 869 // 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. | 870 // BSD-style license that can be found in the LICENSE file. |
| 871 | 871 |
| 872 // WARNING: Do not edit - generated code. | 872 // WARNING: Do not edit - generated code. |
| 873 | 873 |
| 874 | 874 |
| 875 @DocsEditable() | 875 @DocsEditable() |
| 876 @DomName('OESElementIndexUint') | 876 @DomName('OESElementIndexUint') |
| 877 // http://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/ | 877 // http://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/ |
| 878 @Experimental() // experimental | 878 @Experimental() // experimental |
| 879 class OesElementIndexUint extends NativeFieldWrapperClass1 { | 879 class OesElementIndexUint extends NativeFieldWrapperClass2 { |
| 880 // To suppress missing implicit constructor warnings. | 880 // To suppress missing implicit constructor warnings. |
| 881 factory OesElementIndexUint._() { throw new UnsupportedError("Not supported");
} | 881 factory OesElementIndexUint._() { throw new UnsupportedError("Not supported");
} |
| 882 | 882 |
| 883 } | 883 } |
| 884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 885 // for details. All rights reserved. Use of this source code is governed by a | 885 // for details. All rights reserved. Use of this source code is governed by a |
| 886 // BSD-style license that can be found in the LICENSE file. | 886 // BSD-style license that can be found in the LICENSE file. |
| 887 | 887 |
| 888 // WARNING: Do not edit - generated code. | 888 // WARNING: Do not edit - generated code. |
| 889 | 889 |
| 890 | 890 |
| 891 @DocsEditable() | 891 @DocsEditable() |
| 892 @DomName('OESStandardDerivatives') | 892 @DomName('OESStandardDerivatives') |
| 893 // http://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/ | 893 // http://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/ |
| 894 @Experimental() // experimental | 894 @Experimental() // experimental |
| 895 class OesStandardDerivatives extends NativeFieldWrapperClass1 { | 895 class OesStandardDerivatives extends NativeFieldWrapperClass2 { |
| 896 // To suppress missing implicit constructor warnings. | 896 // To suppress missing implicit constructor warnings. |
| 897 factory OesStandardDerivatives._() { throw new UnsupportedError("Not supported
"); } | 897 factory OesStandardDerivatives._() { throw new UnsupportedError("Not supported
"); } |
| 898 | 898 |
| 899 @DomName('OESStandardDerivatives.FRAGMENT_SHADER_DERIVATIVE_HINT_OES') | 899 @DomName('OESStandardDerivatives.FRAGMENT_SHADER_DERIVATIVE_HINT_OES') |
| 900 @DocsEditable() | 900 @DocsEditable() |
| 901 static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B; | 901 static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B; |
| 902 | 902 |
| 903 } | 903 } |
| 904 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 904 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 905 // for details. All rights reserved. Use of this source code is governed by a | 905 // for details. All rights reserved. Use of this source code is governed by a |
| 906 // BSD-style license that can be found in the LICENSE file. | 906 // BSD-style license that can be found in the LICENSE file. |
| 907 | 907 |
| 908 // WARNING: Do not edit - generated code. | 908 // WARNING: Do not edit - generated code. |
| 909 | 909 |
| 910 | 910 |
| 911 @DocsEditable() | 911 @DocsEditable() |
| 912 @DomName('OESTextureFloat') | 912 @DomName('OESTextureFloat') |
| 913 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float/ | 913 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float/ |
| 914 @Experimental() // experimental | 914 @Experimental() // experimental |
| 915 class OesTextureFloat extends NativeFieldWrapperClass1 { | 915 class OesTextureFloat extends NativeFieldWrapperClass2 { |
| 916 // To suppress missing implicit constructor warnings. | 916 // To suppress missing implicit constructor warnings. |
| 917 factory OesTextureFloat._() { throw new UnsupportedError("Not supported"); } | 917 factory OesTextureFloat._() { throw new UnsupportedError("Not supported"); } |
| 918 | 918 |
| 919 } | 919 } |
| 920 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 920 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 921 // for details. All rights reserved. Use of this source code is governed by a | 921 // for details. All rights reserved. Use of this source code is governed by a |
| 922 // BSD-style license that can be found in the LICENSE file. | 922 // BSD-style license that can be found in the LICENSE file. |
| 923 | 923 |
| 924 // WARNING: Do not edit - generated code. | 924 // WARNING: Do not edit - generated code. |
| 925 | 925 |
| 926 | 926 |
| 927 @DocsEditable() | 927 @DocsEditable() |
| 928 @DomName('OESTextureFloatLinear') | 928 @DomName('OESTextureFloatLinear') |
| 929 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/ | 929 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/ |
| 930 @Experimental() | 930 @Experimental() |
| 931 class OesTextureFloatLinear extends NativeFieldWrapperClass1 { | 931 class OesTextureFloatLinear extends NativeFieldWrapperClass2 { |
| 932 // To suppress missing implicit constructor warnings. | 932 // To suppress missing implicit constructor warnings. |
| 933 factory OesTextureFloatLinear._() { throw new UnsupportedError("Not supported"
); } | 933 factory OesTextureFloatLinear._() { throw new UnsupportedError("Not supported"
); } |
| 934 | 934 |
| 935 } | 935 } |
| 936 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 936 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 937 // for details. All rights reserved. Use of this source code is governed by a | 937 // for details. All rights reserved. Use of this source code is governed by a |
| 938 // BSD-style license that can be found in the LICENSE file. | 938 // BSD-style license that can be found in the LICENSE file. |
| 939 | 939 |
| 940 // WARNING: Do not edit - generated code. | 940 // WARNING: Do not edit - generated code. |
| 941 | 941 |
| 942 | 942 |
| 943 @DocsEditable() | 943 @DocsEditable() |
| 944 @DomName('OESTextureHalfFloat') | 944 @DomName('OESTextureHalfFloat') |
| 945 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ | 945 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ |
| 946 @Experimental() // experimental | 946 @Experimental() // experimental |
| 947 class OesTextureHalfFloat extends NativeFieldWrapperClass1 { | 947 class OesTextureHalfFloat extends NativeFieldWrapperClass2 { |
| 948 // To suppress missing implicit constructor warnings. | 948 // To suppress missing implicit constructor warnings. |
| 949 factory OesTextureHalfFloat._() { throw new UnsupportedError("Not supported");
} | 949 factory OesTextureHalfFloat._() { throw new UnsupportedError("Not supported");
} |
| 950 | 950 |
| 951 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') | 951 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') |
| 952 @DocsEditable() | 952 @DocsEditable() |
| 953 static const int HALF_FLOAT_OES = 0x8D61; | 953 static const int HALF_FLOAT_OES = 0x8D61; |
| 954 | 954 |
| 955 } | 955 } |
| 956 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 956 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 957 // for details. All rights reserved. Use of this source code is governed by a | 957 // for details. All rights reserved. Use of this source code is governed by a |
| 958 // BSD-style license that can be found in the LICENSE file. | 958 // BSD-style license that can be found in the LICENSE file. |
| 959 | 959 |
| 960 // WARNING: Do not edit - generated code. | 960 // WARNING: Do not edit - generated code. |
| 961 | 961 |
| 962 | 962 |
| 963 @DocsEditable() | 963 @DocsEditable() |
| 964 @DomName('OESTextureHalfFloatLinear') | 964 @DomName('OESTextureHalfFloatLinear') |
| 965 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linea
r/ | 965 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linea
r/ |
| 966 @Experimental() | 966 @Experimental() |
| 967 class OesTextureHalfFloatLinear extends NativeFieldWrapperClass1 { | 967 class OesTextureHalfFloatLinear extends NativeFieldWrapperClass2 { |
| 968 // To suppress missing implicit constructor warnings. | 968 // To suppress missing implicit constructor warnings. |
| 969 factory OesTextureHalfFloatLinear._() { throw new UnsupportedError("Not suppor
ted"); } | 969 factory OesTextureHalfFloatLinear._() { throw new UnsupportedError("Not suppor
ted"); } |
| 970 | 970 |
| 971 } | 971 } |
| 972 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 972 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 973 // for details. All rights reserved. Use of this source code is governed by a | 973 // for details. All rights reserved. Use of this source code is governed by a |
| 974 // BSD-style license that can be found in the LICENSE file. | 974 // BSD-style license that can be found in the LICENSE file. |
| 975 | 975 |
| 976 // WARNING: Do not edit - generated code. | 976 // WARNING: Do not edit - generated code. |
| 977 | 977 |
| 978 | 978 |
| 979 @DocsEditable() | 979 @DocsEditable() |
| 980 @DomName('OESVertexArrayObject') | 980 @DomName('OESVertexArrayObject') |
| 981 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ | 981 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ |
| 982 @Experimental() // experimental | 982 @Experimental() // experimental |
| 983 class OesVertexArrayObject extends NativeFieldWrapperClass1 { | 983 class OesVertexArrayObject extends NativeFieldWrapperClass2 { |
| 984 // To suppress missing implicit constructor warnings. | 984 // To suppress missing implicit constructor warnings. |
| 985 factory OesVertexArrayObject._() { throw new UnsupportedError("Not supported")
; } | 985 factory OesVertexArrayObject._() { throw new UnsupportedError("Not supported")
; } |
| 986 | 986 |
| 987 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') | 987 @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES') |
| 988 @DocsEditable() | 988 @DocsEditable() |
| 989 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; | 989 static const int VERTEX_ARRAY_BINDING_OES = 0x85B5; |
| 990 | 990 |
| 991 @DomName('OESVertexArrayObject.bindVertexArrayOES') | 991 @DomName('OESVertexArrayObject.bindVertexArrayOES') |
| 992 @DocsEditable() | 992 @DocsEditable() |
| 993 void bindVertexArray(VertexArrayObject arrayObject) native "OESVertexArrayObje
ct_bindVertexArrayOES_Callback"; | 993 void bindVertexArray(VertexArrayObject arrayObject) native "OESVertexArrayObje
ct_bindVertexArrayOES_Callback"; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 1008 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1008 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1009 // for details. All rights reserved. Use of this source code is governed by a | 1009 // for details. All rights reserved. Use of this source code is governed by a |
| 1010 // BSD-style license that can be found in the LICENSE file. | 1010 // BSD-style license that can be found in the LICENSE file. |
| 1011 | 1011 |
| 1012 // WARNING: Do not edit - generated code. | 1012 // WARNING: Do not edit - generated code. |
| 1013 | 1013 |
| 1014 | 1014 |
| 1015 @DocsEditable() | 1015 @DocsEditable() |
| 1016 @DomName('WebGLProgram') | 1016 @DomName('WebGLProgram') |
| 1017 @Unstable() | 1017 @Unstable() |
| 1018 class Program extends NativeFieldWrapperClass1 { | 1018 class Program extends NativeFieldWrapperClass2 { |
| 1019 // To suppress missing implicit constructor warnings. | 1019 // To suppress missing implicit constructor warnings. |
| 1020 factory Program._() { throw new UnsupportedError("Not supported"); } | 1020 factory Program._() { throw new UnsupportedError("Not supported"); } |
| 1021 | 1021 |
| 1022 } | 1022 } |
| 1023 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1023 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1024 // for details. All rights reserved. Use of this source code is governed by a | 1024 // for details. All rights reserved. Use of this source code is governed by a |
| 1025 // BSD-style license that can be found in the LICENSE file. | 1025 // BSD-style license that can be found in the LICENSE file. |
| 1026 | 1026 |
| 1027 // WARNING: Do not edit - generated code. | 1027 // WARNING: Do not edit - generated code. |
| 1028 | 1028 |
| 1029 | 1029 |
| 1030 @DocsEditable() | 1030 @DocsEditable() |
| 1031 @DomName('WebGLRenderbuffer') | 1031 @DomName('WebGLRenderbuffer') |
| 1032 @Unstable() | 1032 @Unstable() |
| 1033 class Renderbuffer extends NativeFieldWrapperClass1 { | 1033 class Renderbuffer extends NativeFieldWrapperClass2 { |
| 1034 // To suppress missing implicit constructor warnings. | 1034 // To suppress missing implicit constructor warnings. |
| 1035 factory Renderbuffer._() { throw new UnsupportedError("Not supported"); } | 1035 factory Renderbuffer._() { throw new UnsupportedError("Not supported"); } |
| 1036 | 1036 |
| 1037 } | 1037 } |
| 1038 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1038 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 1039 // for details. All rights reserved. Use of this source code is governed by a | 1039 // for details. All rights reserved. Use of this source code is governed by a |
| 1040 // BSD-style license that can be found in the LICENSE file. | 1040 // BSD-style license that can be found in the LICENSE file. |
| 1041 | 1041 |
| 1042 | 1042 |
| 1043 @DomName('WebGLRenderingContext') | 1043 @DomName('WebGLRenderingContext') |
| (...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2893 } | 2893 } |
| 2894 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2894 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2895 // for details. All rights reserved. Use of this source code is governed by a | 2895 // for details. All rights reserved. Use of this source code is governed by a |
| 2896 // BSD-style license that can be found in the LICENSE file. | 2896 // BSD-style license that can be found in the LICENSE file. |
| 2897 | 2897 |
| 2898 // WARNING: Do not edit - generated code. | 2898 // WARNING: Do not edit - generated code. |
| 2899 | 2899 |
| 2900 | 2900 |
| 2901 @DocsEditable() | 2901 @DocsEditable() |
| 2902 @DomName('WebGLShader') | 2902 @DomName('WebGLShader') |
| 2903 class Shader extends NativeFieldWrapperClass1 { | 2903 class Shader extends NativeFieldWrapperClass2 { |
| 2904 // To suppress missing implicit constructor warnings. | 2904 // To suppress missing implicit constructor warnings. |
| 2905 factory Shader._() { throw new UnsupportedError("Not supported"); } | 2905 factory Shader._() { throw new UnsupportedError("Not supported"); } |
| 2906 | 2906 |
| 2907 } | 2907 } |
| 2908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2909 // for details. All rights reserved. Use of this source code is governed by a | 2909 // for details. All rights reserved. Use of this source code is governed by a |
| 2910 // BSD-style license that can be found in the LICENSE file. | 2910 // BSD-style license that can be found in the LICENSE file. |
| 2911 | 2911 |
| 2912 // WARNING: Do not edit - generated code. | 2912 // WARNING: Do not edit - generated code. |
| 2913 | 2913 |
| 2914 | 2914 |
| 2915 @DocsEditable() | 2915 @DocsEditable() |
| 2916 @DomName('WebGLShaderPrecisionFormat') | 2916 @DomName('WebGLShaderPrecisionFormat') |
| 2917 class ShaderPrecisionFormat extends NativeFieldWrapperClass1 { | 2917 class ShaderPrecisionFormat extends NativeFieldWrapperClass2 { |
| 2918 // To suppress missing implicit constructor warnings. | 2918 // To suppress missing implicit constructor warnings. |
| 2919 factory ShaderPrecisionFormat._() { throw new UnsupportedError("Not supported"
); } | 2919 factory ShaderPrecisionFormat._() { throw new UnsupportedError("Not supported"
); } |
| 2920 | 2920 |
| 2921 @DomName('WebGLShaderPrecisionFormat.precision') | 2921 @DomName('WebGLShaderPrecisionFormat.precision') |
| 2922 @DocsEditable() | 2922 @DocsEditable() |
| 2923 int get precision native "WebGLShaderPrecisionFormat_precision_Getter"; | 2923 int get precision native "WebGLShaderPrecisionFormat_precision_Getter"; |
| 2924 | 2924 |
| 2925 @DomName('WebGLShaderPrecisionFormat.rangeMax') | 2925 @DomName('WebGLShaderPrecisionFormat.rangeMax') |
| 2926 @DocsEditable() | 2926 @DocsEditable() |
| 2927 int get rangeMax native "WebGLShaderPrecisionFormat_rangeMax_Getter"; | 2927 int get rangeMax native "WebGLShaderPrecisionFormat_rangeMax_Getter"; |
| 2928 | 2928 |
| 2929 @DomName('WebGLShaderPrecisionFormat.rangeMin') | 2929 @DomName('WebGLShaderPrecisionFormat.rangeMin') |
| 2930 @DocsEditable() | 2930 @DocsEditable() |
| 2931 int get rangeMin native "WebGLShaderPrecisionFormat_rangeMin_Getter"; | 2931 int get rangeMin native "WebGLShaderPrecisionFormat_rangeMin_Getter"; |
| 2932 | 2932 |
| 2933 } | 2933 } |
| 2934 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2934 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2935 // for details. All rights reserved. Use of this source code is governed by a | 2935 // for details. All rights reserved. Use of this source code is governed by a |
| 2936 // BSD-style license that can be found in the LICENSE file. | 2936 // BSD-style license that can be found in the LICENSE file. |
| 2937 | 2937 |
| 2938 // WARNING: Do not edit - generated code. | 2938 // WARNING: Do not edit - generated code. |
| 2939 | 2939 |
| 2940 | 2940 |
| 2941 @DocsEditable() | 2941 @DocsEditable() |
| 2942 @DomName('WebGLTexture') | 2942 @DomName('WebGLTexture') |
| 2943 class Texture extends NativeFieldWrapperClass1 { | 2943 class Texture extends NativeFieldWrapperClass2 { |
| 2944 // To suppress missing implicit constructor warnings. | 2944 // To suppress missing implicit constructor warnings. |
| 2945 factory Texture._() { throw new UnsupportedError("Not supported"); } | 2945 factory Texture._() { throw new UnsupportedError("Not supported"); } |
| 2946 | 2946 |
| 2947 } | 2947 } |
| 2948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2949 // for details. All rights reserved. Use of this source code is governed by a | 2949 // for details. All rights reserved. Use of this source code is governed by a |
| 2950 // BSD-style license that can be found in the LICENSE file. | 2950 // BSD-style license that can be found in the LICENSE file. |
| 2951 | 2951 |
| 2952 // WARNING: Do not edit - generated code. | 2952 // WARNING: Do not edit - generated code. |
| 2953 | 2953 |
| 2954 | 2954 |
| 2955 @DocsEditable() | 2955 @DocsEditable() |
| 2956 @DomName('WebGLUniformLocation') | 2956 @DomName('WebGLUniformLocation') |
| 2957 class UniformLocation extends NativeFieldWrapperClass1 { | 2957 class UniformLocation extends NativeFieldWrapperClass2 { |
| 2958 // To suppress missing implicit constructor warnings. | 2958 // To suppress missing implicit constructor warnings. |
| 2959 factory UniformLocation._() { throw new UnsupportedError("Not supported"); } | 2959 factory UniformLocation._() { throw new UnsupportedError("Not supported"); } |
| 2960 | 2960 |
| 2961 } | 2961 } |
| 2962 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2962 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2963 // for details. All rights reserved. Use of this source code is governed by a | 2963 // for details. All rights reserved. Use of this source code is governed by a |
| 2964 // BSD-style license that can be found in the LICENSE file. | 2964 // BSD-style license that can be found in the LICENSE file. |
| 2965 | 2965 |
| 2966 // WARNING: Do not edit - generated code. | 2966 // WARNING: Do not edit - generated code. |
| 2967 | 2967 |
| 2968 | 2968 |
| 2969 @DocsEditable() | 2969 @DocsEditable() |
| 2970 @DomName('WebGLVertexArrayObjectOES') | 2970 @DomName('WebGLVertexArrayObjectOES') |
| 2971 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ | 2971 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ |
| 2972 @Experimental() // experimental | 2972 @Experimental() // experimental |
| 2973 class VertexArrayObject extends NativeFieldWrapperClass1 { | 2973 class VertexArrayObject extends NativeFieldWrapperClass2 { |
| 2974 // To suppress missing implicit constructor warnings. | 2974 // To suppress missing implicit constructor warnings. |
| 2975 factory VertexArrayObject._() { throw new UnsupportedError("Not supported"); } | 2975 factory VertexArrayObject._() { throw new UnsupportedError("Not supported"); } |
| 2976 | 2976 |
| 2977 } | 2977 } |
| OLD | NEW |