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

Unified Diff: sdk/lib/_blink/dartium/_blink_dartium.dart

Issue 639593002: Add webgl constants back to correct class (Closed) Base URL: https://dart.googlecode.com/svn/trunk/dart
Patch Set: Created 6 years, 2 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 | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_blink/dartium/_blink_dartium.dart
diff --git a/sdk/lib/_blink/dartium/_blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart
index 6779434b4acf641712dd44e5e3bd89bd909689a0..f219ba8b5815100e797d4b6a7ba3f0fecfa25337 100644
--- a/sdk/lib/_blink/dartium/_blink_dartium.dart
+++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
@@ -7579,10 +7579,10 @@ class BlinkTreeWalker {
class BlinkURL {
static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_Blob";
- static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaStream";
-
static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaSource";
+ static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaStream";
+
static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Callback_DOMString";
static hash_Getter(mthis) native "URL_hash_Getter";
@@ -7874,307 +7874,7 @@ class BlinkWebGLProgram {}
class BlinkWebGLRenderbuffer {}
-class BlinkWebGLRenderingContextBase {
- static canvas_Getter(mthis) native "WebGLRenderingContextBase_canvas_Getter";
-
- static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContextBase_drawingBufferHeight_Getter";
-
- static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContextBase_drawingBufferWidth_Getter";
-
- static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContextBase_activeTexture_Callback_unsigned long";
-
- static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader) native "WebGLRenderingContextBase_attachShader_Callback_WebGLProgram_WebGLShader";
-
- static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, index, name) native "WebGLRenderingContextBase_bindAttribLocation_Callback_WebGLProgram_unsigned long_DOMString";
-
- static bindBuffer_Callback_ul_WebGLBuffer(mthis, target, buffer) native "WebGLRenderingContextBase_bindBuffer_Callback_unsigned long_WebGLBuffer";
-
- static bindFramebuffer_Callback_ul_WebGLFramebuffer(mthis, target, framebuffer) native "WebGLRenderingContextBase_bindFramebuffer_Callback_unsigned long_WebGLFramebuffer";
-
- static bindRenderbuffer_Callback_ul_WebGLRenderbuffer(mthis, target, renderbuffer) native "WebGLRenderingContextBase_bindRenderbuffer_Callback_unsigned long_WebGLRenderbuffer";
-
- static bindTexture_Callback_ul_WebGLTexture(mthis, target, texture) native "WebGLRenderingContextBase_bindTexture_Callback_unsigned long_WebGLTexture";
-
- static blendColor_Callback_float_float_float_float(mthis, red, green, blue, alpha) native "WebGLRenderingContextBase_blendColor_Callback_float_float_float_float";
-
- static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_blendEquation_Callback_unsigned long";
-
- static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native "WebGLRenderingContextBase_blendEquationSeparate_Callback_unsigned long_unsigned long";
-
- static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderingContextBase_blendFunc_Callback_unsigned long_unsigned long";
-
- static blendFuncSeparate_Callback_ul_ul_ul_ul(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha) native "WebGLRenderingContextBase_blendFuncSeparate_Callback_unsigned long_unsigned long_unsigned long_unsigned long";
-
- static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data, usage) native "WebGLRenderingContextBase_bufferData_Callback_unsigned long_ArrayBuffer_unsigned long";
-
- static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native "WebGLRenderingContextBase_bufferData_Callback_unsigned long_long long_unsigned long";
-
- static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size, usage) native "WebGLRenderingContextBase_bufferData_Callback_unsigned long_ArrayBufferView_unsigned long";
-
- static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) native "WebGLRenderingContextBase_bufferSubData_Callback_unsigned long_long long_ArrayBuffer";
-
- static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, data) native "WebGLRenderingContextBase_bufferSubData_Callback_unsigned long_long long_ArrayBufferView";
-
- static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderingContextBase_checkFramebufferStatus_Callback_unsigned long";
-
- static clear_Callback_ul(mthis, mask) native "WebGLRenderingContextBase_clear_Callback_unsigned long";
-
- static clearColor_Callback_float_float_float_float(mthis, red, green, blue, alpha) native "WebGLRenderingContextBase_clearColor_Callback_float_float_float_float";
-
- static clearDepth_Callback_float(mthis, depth) native "WebGLRenderingContextBase_clearDepth_Callback_float";
-
- static clearStencil_Callback_long(mthis, s) native "WebGLRenderingContextBase_clearStencil_Callback_long";
-
- static colorMask_Callback_boolean_boolean_boolean_boolean(mthis, red, green, blue, alpha) native "WebGLRenderingContextBase_colorMask_Callback_boolean_boolean_boolean_boolean";
-
- static compileShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContextBase_compileShader_Callback_WebGLShader";
-
- static compressedTexImage2D_Callback_ul_long_ul_long_long_long_ArrayBufferView(mthis, target, level, internalformat, width, height, border, data) native "WebGLRenderingContextBase_compressedTexImage2D_Callback_unsigned long_long_unsigned long_long_long_long_ArrayBufferView";
-
- static compressedTexSubImage2D_Callback_ul_long_long_long_long_long_ul_ArrayBufferView(mthis, target, level, xoffset, yoffset, width, height, format, data) native "WebGLRenderingContextBase_compressedTexSubImage2D_Callback_unsigned long_long_long_long_long_long_unsigned long_ArrayBufferView";
-
- static copyTexImage2D_Callback_ul_long_ul_long_long_long_long_long(mthis, target, level, internalformat, x, y, width, height, border) native "WebGLRenderingContextBase_copyTexImage2D_Callback_unsigned long_long_unsigned long_long_long_long_long_long";
-
- static copyTexSubImage2D_Callback_ul_long_long_long_long_long_long_long(mthis, target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingContextBase_copyTexSubImage2D_Callback_unsigned long_long_long_long_long_long_long_long";
-
- static createBuffer_Callback(mthis) native "WebGLRenderingContextBase_createBuffer_Callback";
-
- static createFramebuffer_Callback(mthis) native "WebGLRenderingContextBase_createFramebuffer_Callback";
-
- static createProgram_Callback(mthis) native "WebGLRenderingContextBase_createProgram_Callback";
-
- static createRenderbuffer_Callback(mthis) native "WebGLRenderingContextBase_createRenderbuffer_Callback";
-
- static createShader_Callback_ul(mthis, type) native "WebGLRenderingContextBase_createShader_Callback_unsigned long";
-
- static createTexture_Callback(mthis) native "WebGLRenderingContextBase_createTexture_Callback";
-
- static cullFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_cullFace_Callback_unsigned long";
-
- static deleteBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingContextBase_deleteBuffer_Callback_WebGLBuffer";
-
- static deleteFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "WebGLRenderingContextBase_deleteFramebuffer_Callback_WebGLFramebuffer";
-
- static deleteProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_deleteProgram_Callback_WebGLProgram";
-
- static deleteRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "WebGLRenderingContextBase_deleteRenderbuffer_Callback_WebGLRenderbuffer";
-
- static deleteShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContextBase_deleteShader_Callback_WebGLShader";
-
- static deleteTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingContextBase_deleteTexture_Callback_WebGLTexture";
-
- static depthFunc_Callback_ul(mthis, func) native "WebGLRenderingContextBase_depthFunc_Callback_unsigned long";
-
- static depthMask_Callback_boolean(mthis, flag) native "WebGLRenderingContextBase_depthMask_Callback_boolean";
-
- static depthRange_Callback_float_float(mthis, zNear, zFar) native "WebGLRenderingContextBase_depthRange_Callback_float_float";
-
- static detachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader) native "WebGLRenderingContextBase_detachShader_Callback_WebGLProgram_WebGLShader";
-
- static disable_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_disable_Callback_unsigned long";
-
- static disableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderingContextBase_disableVertexAttribArray_Callback_unsigned long";
-
- static drawArrays_Callback_ul_long_long(mthis, mode, first, count) native "WebGLRenderingContextBase_drawArrays_Callback_unsigned long_long_long";
-
- static drawElements_Callback_ul_long_ul_ll(mthis, mode, count, type, offset) native "WebGLRenderingContextBase_drawElements_Callback_unsigned long_long_unsigned long_long long";
-
- static enable_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_enable_Callback_unsigned long";
-
- static enableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderingContextBase_enableVertexAttribArray_Callback_unsigned long";
-
- static finish_Callback(mthis) native "WebGLRenderingContextBase_finish_Callback";
-
- static flush_Callback(mthis) native "WebGLRenderingContextBase_flush_Callback";
-
- static framebufferRenderbuffer_Callback_ul_ul_ul_WebGLRenderbuffer(mthis, target, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContextBase_framebufferRenderbuffer_Callback_unsigned long_unsigned long_unsigned long_WebGLRenderbuffer";
-
- static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target, attachment, textarget, texture, level) native "WebGLRenderingContextBase_framebufferTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_long";
-
- static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_frontFace_Callback_unsigned long";
-
- static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContextBase_generateMipmap_Callback_unsigned long";
-
- static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContextBase_getActiveAttrib_Callback_WebGLProgram_unsigned long";
-
- static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContextBase_getActiveUniform_Callback_WebGLProgram_unsigned long";
-
- static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_getAttachedShaders_Callback";
-
- static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContextBase_getAttribLocation_Callback_WebGLProgram_DOMString";
-
- static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContextBase_getBufferParameter_Callback";
-
- static getContextAttributes_Callback(mthis) native "WebGLRenderingContextBase_getContextAttributes_Callback";
-
- static getError_Callback(mthis) native "WebGLRenderingContextBase_getError_Callback";
-
- static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingContextBase_getExtension_Callback";
-
- static getFramebufferAttachmentParameter_Callback_ul_ul_ul(mthis, target, attachment, pname) native "WebGLRenderingContextBase_getFramebufferAttachmentParameter_Callback";
-
- static getParameter_Callback_ul(mthis, pname) native "WebGLRenderingContextBase_getParameter_Callback";
-
- static getProgramInfoLog_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_getProgramInfoLog_Callback_WebGLProgram";
-
- static getProgramParameter_Callback_WebGLProgram_ul(mthis, program, pname) native "WebGLRenderingContextBase_getProgramParameter_Callback";
-
- static getRenderbufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContextBase_getRenderbufferParameter_Callback";
-
- static getShaderInfoLog_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContextBase_getShaderInfoLog_Callback_WebGLShader";
-
- static getShaderParameter_Callback_WebGLShader_ul(mthis, shader, pname) native "WebGLRenderingContextBase_getShaderParameter_Callback";
-
- static getShaderPrecisionFormat_Callback_ul_ul(mthis, shadertype, precisiontype) native "WebGLRenderingContextBase_getShaderPrecisionFormat_Callback_unsigned long_unsigned long";
-
- static getShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContextBase_getShaderSource_Callback_WebGLShader";
-
- static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContextBase_getSupportedExtensions_Callback";
-
- static getTexParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContextBase_getTexParameter_Callback";
-
- static getUniform_Callback_WebGLProgram_WebGLUniformLocation(mthis, program, location) native "WebGLRenderingContextBase_getUniform_Callback";
-
- static getUniformLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContextBase_getUniformLocation_Callback_WebGLProgram_DOMString";
-
- static getVertexAttrib_Callback_ul_ul(mthis, index, pname) native "WebGLRenderingContextBase_getVertexAttrib_Callback";
-
- static getVertexAttribOffset_Callback_ul_ul(mthis, index, pname) native "WebGLRenderingContextBase_getVertexAttribOffset_Callback_unsigned long_unsigned long";
-
- static hint_Callback_ul_ul(mthis, target, mode) native "WebGLRenderingContextBase_hint_Callback_unsigned long_unsigned long";
-
- static isBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingContextBase_isBuffer_Callback_WebGLBuffer";
-
- static isContextLost_Callback(mthis) native "WebGLRenderingContextBase_isContextLost_Callback";
-
- static isEnabled_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_isEnabled_Callback_unsigned long";
-
- static isFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "WebGLRenderingContextBase_isFramebuffer_Callback_WebGLFramebuffer";
-
- static isProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_isProgram_Callback_WebGLProgram";
-
- static isRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "WebGLRenderingContextBase_isRenderbuffer_Callback_WebGLRenderbuffer";
-
- static isShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContextBase_isShader_Callback_WebGLShader";
-
- static isTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingContextBase_isTexture_Callback_WebGLTexture";
-
- static lineWidth_Callback_float(mthis, width) native "WebGLRenderingContextBase_lineWidth_Callback_float";
-
- static linkProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_linkProgram_Callback_WebGLProgram";
-
- static pixelStorei_Callback_ul_long(mthis, pname, param) native "WebGLRenderingContextBase_pixelStorei_Callback_unsigned long_long";
-
- static polygonOffset_Callback_float_float(mthis, factor, units) native "WebGLRenderingContextBase_polygonOffset_Callback_float_float";
-
- static readPixels_Callback_long_long_long_long_ul_ul_ArrayBufferView(mthis, x, y, width, height, format, type, pixels) native "WebGLRenderingContextBase_readPixels_Callback_long_long_long_long_unsigned long_unsigned long_ArrayBufferView";
-
- static renderbufferStorage_Callback_ul_ul_long_long(mthis, target, internalformat, width, height) native "WebGLRenderingContextBase_renderbufferStorage_Callback_unsigned long_unsigned long_long_long";
-
- static sampleCoverage_Callback_float_boolean(mthis, value, invert) native "WebGLRenderingContextBase_sampleCoverage_Callback_float_boolean";
-
- static scissor_Callback_long_long_long_long(mthis, x, y, width, height) native "WebGLRenderingContextBase_scissor_Callback_long_long_long_long";
-
- static shaderSource_Callback_WebGLShader_DOMString(mthis, shader, string) native "WebGLRenderingContextBase_shaderSource_Callback_WebGLShader_DOMString";
-
- static stencilFunc_Callback_ul_long_ul(mthis, func, ref, mask) native "WebGLRenderingContextBase_stencilFunc_Callback_unsigned long_long_unsigned long";
-
- static stencilFuncSeparate_Callback_ul_ul_long_ul(mthis, face, func, ref, mask) native "WebGLRenderingContextBase_stencilFuncSeparate_Callback_unsigned long_unsigned long_long_unsigned long";
-
- static stencilMask_Callback_ul(mthis, mask) native "WebGLRenderingContextBase_stencilMask_Callback_unsigned long";
-
- static stencilMaskSeparate_Callback_ul_ul(mthis, face, mask) native "WebGLRenderingContextBase_stencilMaskSeparate_Callback_unsigned long_unsigned long";
-
- static stencilOp_Callback_ul_ul_ul(mthis, fail, zfail, zpass) native "WebGLRenderingContextBase_stencilOp_Callback_unsigned long_unsigned long_unsigned long";
-
- static stencilOpSeparate_Callback_ul_ul_ul_ul(mthis, face, fail, zfail, zpass) native "WebGLRenderingContextBase_stencilOpSeparate_Callback_unsigned long_unsigned long_unsigned long_unsigned long";
-
- static texImage2D_Callback_ul_long_ul_long_long_long_ul_ul_ArrayBufferView(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type, pixels) native "WebGLRenderingContextBase_texImage2D_Callback_unsigned long_long_unsigned long_long_long_long_unsigned long_unsigned long_ArrayBufferView";
-
- static texImage2D_Callback_ul_long_ul_ul_ul_ImageData(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texImage2D_Callback_unsigned long_long_unsigned long_unsigned long_unsigned long_ImageData";
-
- static texImage2D_Callback_ul_long_ul_ul_ul_HTMLImageElement(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texImage2D_Callback_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLImageElement";
-
- static texImage2D_Callback_ul_long_ul_ul_ul_HTMLCanvasElement(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texImage2D_Callback_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement";
-
- static texImage2D_Callback_ul_long_ul_ul_ul_HTMLVideoElement(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texImage2D_Callback_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement";
-
- static texParameterf_Callback_ul_ul_float(mthis, target, pname, param) native "WebGLRenderingContextBase_texParameterf_Callback_unsigned long_unsigned long_float";
-
- static texParameteri_Callback_ul_ul_long(mthis, target, pname, param) native "WebGLRenderingContextBase_texParameteri_Callback_unsigned long_unsigned long_long";
-
- static texSubImage2D_Callback_ul_long_long_long_long_long_ul_ul_ArrayBufferView(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, pixels) native "WebGLRenderingContextBase_texSubImage2D_Callback_unsigned long_long_long_long_long_long_unsigned long_unsigned long_ArrayBufferView";
-
- static texSubImage2D_Callback_ul_long_long_long_ul_ul_ImageData(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texSubImage2D_Callback_unsigned long_long_long_long_unsigned long_unsigned long_ImageData";
-
- static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLImageElement(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texSubImage2D_Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement";
-
- static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLCanvasElement(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texSubImage2D_Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasElement";
-
- static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLVideoElement(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texSubImage2D_Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement";
-
- static uniform1f_Callback_WebGLUniformLocation_float(mthis, location, x) native "WebGLRenderingContextBase_uniform1f_Callback_WebGLUniformLocation_float";
-
- static uniform1fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContextBase_uniform1fv_Callback";
-
- static uniform1i_Callback_WebGLUniformLocation_long(mthis, location, x) native "WebGLRenderingContextBase_uniform1i_Callback_WebGLUniformLocation_long";
-
- static uniform1iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContextBase_uniform1iv_Callback";
-
- static uniform2f_Callback_WebGLUniformLocation_float_float(mthis, location, x, y) native "WebGLRenderingContextBase_uniform2f_Callback_WebGLUniformLocation_float_float";
-
- static uniform2fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContextBase_uniform2fv_Callback";
-
- static uniform2i_Callback_WebGLUniformLocation_long_long(mthis, location, x, y) native "WebGLRenderingContextBase_uniform2i_Callback_WebGLUniformLocation_long_long";
-
- static uniform2iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContextBase_uniform2iv_Callback";
-
- static uniform3f_Callback_WebGLUniformLocation_float_float_float(mthis, location, x, y, z) native "WebGLRenderingContextBase_uniform3f_Callback_WebGLUniformLocation_float_float_float";
-
- static uniform3fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContextBase_uniform3fv_Callback";
-
- static uniform3i_Callback_WebGLUniformLocation_long_long_long(mthis, location, x, y, z) native "WebGLRenderingContextBase_uniform3i_Callback_WebGLUniformLocation_long_long_long";
-
- static uniform3iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContextBase_uniform3iv_Callback";
-
- static uniform4f_Callback_WebGLUniformLocation_float_float_float_float(mthis, location, x, y, z, w) native "WebGLRenderingContextBase_uniform4f_Callback_WebGLUniformLocation_float_float_float_float";
-
- static uniform4fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContextBase_uniform4fv_Callback";
-
- static uniform4i_Callback_WebGLUniformLocation_long_long_long_long(mthis, location, x, y, z, w) native "WebGLRenderingContextBase_uniform4i_Callback_WebGLUniformLocation_long_long_long_long";
-
- static uniform4iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContextBase_uniform4iv_Callback";
-
- static uniformMatrix2fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix2fv_Callback";
-
- static uniformMatrix3fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix3fv_Callback";
-
- static uniformMatrix4fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix4fv_Callback";
-
- static useProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_useProgram_Callback_WebGLProgram";
-
- static validateProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContextBase_validateProgram_Callback_WebGLProgram";
-
- static vertexAttrib1f_Callback_ul_float(mthis, indx, x) native "WebGLRenderingContextBase_vertexAttrib1f_Callback_unsigned long_float";
-
- static vertexAttrib1fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContextBase_vertexAttrib1fv_Callback";
-
- static vertexAttrib2f_Callback_ul_float_float(mthis, indx, x, y) native "WebGLRenderingContextBase_vertexAttrib2f_Callback_unsigned long_float_float";
-
- static vertexAttrib2fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContextBase_vertexAttrib2fv_Callback";
-
- static vertexAttrib3f_Callback_ul_float_float_float(mthis, indx, x, y, z) native "WebGLRenderingContextBase_vertexAttrib3f_Callback_unsigned long_float_float_float";
-
- static vertexAttrib3fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContextBase_vertexAttrib3fv_Callback";
-
- static vertexAttrib4f_Callback_ul_float_float_float_float(mthis, indx, x, y, z, w) native "WebGLRenderingContextBase_vertexAttrib4f_Callback_unsigned long_float_float_float_float";
-
- static vertexAttrib4fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContextBase_vertexAttrib4fv_Callback";
-
- static vertexAttribPointer_Callback_ul_long_ul_boolean_long_ll(mthis, indx, size, type, normalized, stride, offset) native "WebGLRenderingContextBase_vertexAttribPointer_Callback_unsigned long_long_unsigned long_boolean_long_long long";
-
- static viewport_Callback_long_long_long_long(mthis, x, y, width, height) native "WebGLRenderingContextBase_viewport_Callback_long_long_long_long";
-}
+class BlinkWebGLRenderingContextBase {}
class BlinkWebGLRenderingContext {
static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter";
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698