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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 1748383002: Fix more things with webgl so it works (Closed) Base URL: git@github.com:dart-lang/sdk.git@integration
Patch Set: Moved fix from integration to Master Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index 6206218cace6bba58404c1c96234f565e0f53a0f..bf857a82a945b384faf5f21c34a6d2baaf592029 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -142,47 +142,6 @@ interface WebGLContextEvent {
optional DOMString statusMessageArg);
};
-[DartSupplemental]
-interface WebGLRenderingContext {
-
- //void compressedTexImage2D(unsigned long target, long level, unsigned long internalformat, unsigned long width, unsigned long height, long border, unsigned long imageSize, const void* data);
- //void compressedTexSubImage2D(unsigned long target, long level, long xoffset, long yoffset, unsigned long width, unsigned long height, unsigned long format, unsigned long imageSize, const void* data);
-
- [Custom] any getBufferParameter(unsigned long target, unsigned long pname);
- [DartSuppress, DartStrictTypeChecking, Custom] void getBufferParameter();
-
- [Custom] any getFramebufferAttachmentParameter(unsigned long target, unsigned long attachment, unsigned long pname);
- [DartSuppress, DartStrictTypeChecking, Custom] void getFramebufferAttachmentParameter();
-
- [Custom] any getParameter(unsigned long pname);
- [DartSuppress, DartStrictTypeChecking, Custom] void getParameter();
-
- [Custom] any getProgramParameter(WebGLProgram program, unsigned long pname);
- [DartSuppress, DartStrictTypeChecking, Custom] void getProgramParameter();
-
- [Custom] any getRenderbufferParameter(unsigned long target, unsigned long pname);
- [DartSuppress, DartStrictTypeChecking, Custom] void getRenderbufferParameter();
-
- [Custom] any getShaderParameter(WebGLShader shader, unsigned long pname);
- [DartSuppress, DartStrictTypeChecking, Custom] void getShaderParameter();
-
- // TBD
- // void glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision);
-
- [Custom] any getExtension(DOMString name);
- [DartSuppress, DartStrictTypeChecking, Custom] void getExtension(DOMString name);
- [DartSuppress, DartStrictTypeChecking, Custom] void getSupportedExtensions();
-
- [Custom] any getTexParameter(unsigned long target, unsigned long pname);
- [DartSuppress, DartStrictTypeChecking, Custom] void getTexParameter();
-
- [Custom] any getUniform(WebGLProgram program, WebGLUniformLocation location);
- [DartSuppress, DartStrictTypeChecking, Custom] void getUniform();
-
- [Custom] any getVertexAttrib(unsigned long index, unsigned long pname);
- [DartSuppress, DartStrictTypeChecking, Custom] void getVertexAttrib();
-};
-
// TODO(vsm): Define new names for these (see b/4436830).
[DartSupplemental]
interface IDBCursor {
« no previous file with comments | « no previous file | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698