OLD | NEW |
1 /** | 1 /** |
2 * This library provides entry points to the native Blink code which backs | 2 * This library provides entry points to the native Blink code which backs |
3 * up the dart:html library. | 3 * up the dart:html library. |
4 */ | 4 */ |
5 library dart.dom._blink; | 5 library dart.dom._blink; |
6 | 6 |
7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
8 // for details. All rights reserved. Use of this source code is governed by a | 8 // for details. All rights reserved. Use of this source code is governed by a |
9 // BSD-style license that can be found in the LICENSE file. | 9 // BSD-style license that can be found in the LICENSE file. |
10 | 10 |
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
769 | 769 |
770 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; | 770 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; |
771 | 771 |
772 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute
s_storage_Setter"; | 772 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute
s_storage_Setter"; |
773 } | 773 } |
774 | 774 |
775 class BlinkCanvasGradient { | 775 class BlinkCanvasGradient { |
776 static addColorStop_Callback_float_DOMString(mthis, offset, color) native "Can
vasGradient_addColorStop_Callback_float_DOMString"; | 776 static addColorStop_Callback_float_DOMString(mthis, offset, color) native "Can
vasGradient_addColorStop_Callback_float_DOMString"; |
777 } | 777 } |
778 | 778 |
779 class BlinkCanvasPathMethods { | 779 class BlinkCanvasPathMethods {} |
780 static arc_Callback_float_float_float_float_float_boolean(mthis, x, y, radius,
startAngle, endAngle, anticlockwise) native "CanvasPathMethods_arc_Callback_flo
at_float_float_float_float_boolean"; | |
781 | |
782 static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, rad
ius) native "CanvasPathMethods_arcTo_Callback_float_float_float_float_float"; | |
783 | |
784 static bezierCurveTo_Callback_float_float_float_float_float_float(mthis, cp1x,
cp1y, cp2x, cp2y, x, y) native "CanvasPathMethods_bezierCurveTo_Callback_float_
float_float_float_float_float"; | |
785 | |
786 static closePath_Callback(mthis) native "CanvasPathMethods_closePath_Callback"
; | |
787 | |
788 static ellipse_Callback_float_float_float_float_float_float_float_boolean(mthi
s, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native
"CanvasPathMethods_ellipse_Callback_float_float_float_float_float_float_float_b
oolean"; | |
789 | |
790 static lineTo_Callback_float_float(mthis, x, y) native "CanvasPathMethods_line
To_Callback_float_float"; | |
791 | |
792 static moveTo_Callback_float_float(mthis, x, y) native "CanvasPathMethods_move
To_Callback_float_float"; | |
793 | |
794 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "CanvasPathMethods_quadraticCurveTo_Callback_float_float_float_float"; | |
795 | |
796 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "CanvasPathMethods_rect_Callback_float_float_float_float"; | |
797 } | |
798 | 780 |
799 class BlinkCanvasPattern {} | 781 class BlinkCanvasPattern {} |
800 | 782 |
801 class BlinkCanvasRenderingContext2D { | 783 class BlinkCanvasRenderingContext2D { |
802 static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; | 784 static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; |
803 | 785 |
804 static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_current
Transform_Getter"; | 786 static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_current
Transform_Getter"; |
805 | 787 |
806 static currentTransform_Setter_SVGMatrix(mthis, value) native "CanvasRendering
Context2D_currentTransform_Setter"; | 788 static currentTransform_Setter_SVGMatrix(mthis, value) native "CanvasRendering
Context2D_currentTransform_Setter"; |
807 | 789 |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
991 | 973 |
992 static strokeRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_strokeRect_Callback_float_float_float_float"; | 974 static strokeRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_strokeRect_Callback_float_float_float_float"; |
993 | 975 |
994 static strokeText_Callback_DOMString_float_float_float(mthis, text, x, y, maxW
idth) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float
_float"; | 976 static strokeText_Callback_DOMString_float_float_float(mthis, text, x, y, maxW
idth) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float
_float"; |
995 | 977 |
996 static strokeText_Callback_DOMString_float_float(mthis, text, x, y) native "Ca
nvasRenderingContext2D_strokeText_Callback_DOMString_float_float"; | 978 static strokeText_Callback_DOMString_float_float(mthis, text, x, y) native "Ca
nvasRenderingContext2D_strokeText_Callback_DOMString_float_float"; |
997 | 979 |
998 static transform_Callback_float_float_float_float_float_float(mthis, a, b, c,
d, e, f) native "CanvasRenderingContext2D_transform_Callback_float_float_float_f
loat_float_float"; | 980 static transform_Callback_float_float_float_float_float_float(mthis, a, b, c,
d, e, f) native "CanvasRenderingContext2D_transform_Callback_float_float_float_f
loat_float_float"; |
999 | 981 |
1000 static translate_Callback_float_float(mthis, x, y) native "CanvasRenderingCont
ext2D_translate_Callback_float_float"; | 982 static translate_Callback_float_float(mthis, x, y) native "CanvasRenderingCont
ext2D_translate_Callback_float_float"; |
| 983 |
| 984 static arc_Callback_float_float_float_float_float_boolean(mthis, x, y, radius,
startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callb
ack_float_float_float_float_float_boolean"; |
| 985 |
| 986 static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, rad
ius) native "CanvasRenderingContext2D_arcTo_Callback_float_float_float_float_flo
at"; |
| 987 |
| 988 static bezierCurveTo_Callback_float_float_float_float_float_float(mthis, cp1x,
cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback
_float_float_float_float_float_float"; |
| 989 |
| 990 static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Ca
llback"; |
| 991 |
| 992 static ellipse_Callback_float_float_float_float_float_float_float_boolean(mthi
s, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native
"CanvasRenderingContext2D_ellipse_Callback_float_float_float_float_float_float_
float_boolean"; |
| 993 |
| 994 static lineTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext
2D_lineTo_Callback_float_float"; |
| 995 |
| 996 static moveTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext
2D_moveTo_Callback_float_float"; |
| 997 |
| 998 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_f
loat"; |
| 999 |
| 1000 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "CanvasRenderingContext2D_rect_Callback_float_float_float_float"; |
1001 } | 1001 } |
1002 | 1002 |
1003 class BlinkChannelMergerNode {} | 1003 class BlinkChannelMergerNode {} |
1004 | 1004 |
1005 class BlinkChannelSplitterNode {} | 1005 class BlinkChannelSplitterNode {} |
1006 | 1006 |
1007 class BlinkClient { | 1007 class BlinkClient { |
1008 static id_Getter(mthis) native "Client_id_Getter"; | 1008 static id_Getter(mthis) native "Client_id_Getter"; |
1009 | 1009 |
1010 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa
ge, messagePorts) native "Client_postMessage_Callback"; | 1010 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa
ge, messagePorts) native "Client_postMessage_Callback"; |
(...skipping 3684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4695 class BlinkPath2D { | 4695 class BlinkPath2D { |
4696 static constructorCallback() native "Path2D_constructorCallback"; | 4696 static constructorCallback() native "Path2D_constructorCallback"; |
4697 | 4697 |
4698 static constructorCallback_Path2D(path_OR_text) native "Path2D_constructorCall
back_Path2D"; | 4698 static constructorCallback_Path2D(path_OR_text) native "Path2D_constructorCall
back_Path2D"; |
4699 | 4699 |
4700 static constructorCallback_DOMString(path_OR_text) native "Path2D_constructorC
allback_DOMString"; | 4700 static constructorCallback_DOMString(path_OR_text) native "Path2D_constructorC
allback_DOMString"; |
4701 | 4701 |
4702 static addPath_Callback_Path2D_SVGMatrix(mthis, path, transform) native "Path2
D_addPath_Callback_Path2D_SVGMatrix"; | 4702 static addPath_Callback_Path2D_SVGMatrix(mthis, path, transform) native "Path2
D_addPath_Callback_Path2D_SVGMatrix"; |
4703 | 4703 |
4704 static addPath_Callback_Path2D(mthis, path) native "Path2D_addPath_Callback_Pa
th2D"; | 4704 static addPath_Callback_Path2D(mthis, path) native "Path2D_addPath_Callback_Pa
th2D"; |
| 4705 |
| 4706 static arc_Callback_float_float_float_float_float_boolean(mthis, x, y, radius,
startAngle, endAngle, anticlockwise) native "Path2D_arc_Callback_float_float_fl
oat_float_float_boolean"; |
| 4707 |
| 4708 static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, rad
ius) native "Path2D_arcTo_Callback_float_float_float_float_float"; |
| 4709 |
| 4710 static bezierCurveTo_Callback_float_float_float_float_float_float(mthis, cp1x,
cp1y, cp2x, cp2y, x, y) native "Path2D_bezierCurveTo_Callback_float_float_float
_float_float_float"; |
| 4711 |
| 4712 static closePath_Callback(mthis) native "Path2D_closePath_Callback"; |
| 4713 |
| 4714 static ellipse_Callback_float_float_float_float_float_float_float_boolean(mthi
s, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native
"Path2D_ellipse_Callback_float_float_float_float_float_float_float_boolean"; |
| 4715 |
| 4716 static lineTo_Callback_float_float(mthis, x, y) native "Path2D_lineTo_Callback
_float_float"; |
| 4717 |
| 4718 static moveTo_Callback_float_float(mthis, x, y) native "Path2D_moveTo_Callback
_float_float"; |
| 4719 |
| 4720 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "Path2D_quadraticCurveTo_Callback_float_float_float_float"; |
| 4721 |
| 4722 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "Path2D_rect_Callback_float_float_float_float"; |
4705 } | 4723 } |
4706 | 4724 |
4707 class BlinkPerformance { | 4725 class BlinkPerformance { |
4708 static memory_Getter(mthis) native "Performance_memory_Getter"; | 4726 static memory_Getter(mthis) native "Performance_memory_Getter"; |
4709 | 4727 |
4710 static navigation_Getter(mthis) native "Performance_navigation_Getter"; | 4728 static navigation_Getter(mthis) native "Performance_navigation_Getter"; |
4711 | 4729 |
4712 static timing_Getter(mthis) native "Performance_timing_Getter"; | 4730 static timing_Getter(mthis) native "Performance_timing_Getter"; |
4713 | 4731 |
4714 static clearMarks_Callback_DOMString(mthis, markName) native "Performance_clea
rMarks_Callback_DOMString"; | 4732 static clearMarks_Callback_DOMString(mthis, markName) native "Performance_clea
rMarks_Callback_DOMString"; |
(...skipping 3130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7845 class BlinkWebGLLoseContext { | 7863 class BlinkWebGLLoseContext { |
7846 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba
ck"; | 7864 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba
ck"; |
7847 | 7865 |
7848 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_
Callback"; | 7866 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_
Callback"; |
7849 } | 7867 } |
7850 | 7868 |
7851 class BlinkWebGLProgram {} | 7869 class BlinkWebGLProgram {} |
7852 | 7870 |
7853 class BlinkWebGLRenderbuffer {} | 7871 class BlinkWebGLRenderbuffer {} |
7854 | 7872 |
7855 class BlinkWebGLRenderingContextBase { | 7873 class BlinkWebGLRenderingContextBase {} |
7856 static canvas_Getter(mthis) native "WebGLRenderingContextBase_canvas_Getter"; | 7874 |
7857 | 7875 class BlinkWebGLRenderingContext { |
7858 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContextBase_dra
wingBufferHeight_Getter"; | 7876 static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter"; |
7859 | 7877 |
7860 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContextBase_draw
ingBufferWidth_Getter"; | 7878 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawing
BufferHeight_Getter"; |
7861 | 7879 |
7862 static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContext
Base_activeTexture_Callback_unsigned long"; | 7880 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingB
ufferWidth_Getter"; |
7863 | 7881 |
7864 static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContextBase_attachShader_Callback_WebGLProgram_WebGLShader
"; | 7882 static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContext
_activeTexture_Callback_unsigned long"; |
7865 | 7883 |
7866 static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, i
ndex, name) native "WebGLRenderingContextBase_bindAttribLocation_Callback_WebGLP
rogram_unsigned long_DOMString"; | 7884 static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContext_attachShader_Callback_WebGLProgram_WebGLShader"; |
7867 | 7885 |
7868 static bindBuffer_Callback_ul_WebGLBuffer(mthis, target, buffer) native "WebGL
RenderingContextBase_bindBuffer_Callback_unsigned long_WebGLBuffer"; | 7886 static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, i
ndex, name) native "WebGLRenderingContext_bindAttribLocation_Callback_WebGLProgr
am_unsigned long_DOMString"; |
7869 | 7887 |
7870 static bindFramebuffer_Callback_ul_WebGLFramebuffer(mthis, target, framebuffer
) native "WebGLRenderingContextBase_bindFramebuffer_Callback_unsigned long_WebGL
Framebuffer"; | 7888 static bindBuffer_Callback_ul_WebGLBuffer(mthis, target, buffer) native "WebGL
RenderingContext_bindBuffer_Callback_unsigned long_WebGLBuffer"; |
7871 | 7889 |
7872 static bindRenderbuffer_Callback_ul_WebGLRenderbuffer(mthis, target, renderbuf
fer) native "WebGLRenderingContextBase_bindRenderbuffer_Callback_unsigned long_W
ebGLRenderbuffer"; | 7890 static bindFramebuffer_Callback_ul_WebGLFramebuffer(mthis, target, framebuffer
) native "WebGLRenderingContext_bindFramebuffer_Callback_unsigned long_WebGLFram
ebuffer"; |
7873 | 7891 |
7874 static bindTexture_Callback_ul_WebGLTexture(mthis, target, texture) native "We
bGLRenderingContextBase_bindTexture_Callback_unsigned long_WebGLTexture"; | 7892 static bindRenderbuffer_Callback_ul_WebGLRenderbuffer(mthis, target, renderbuf
fer) native "WebGLRenderingContext_bindRenderbuffer_Callback_unsigned long_WebGL
Renderbuffer"; |
7875 | 7893 |
7876 static blendColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContextBase_blendColor_Callback_float_float_float_flo
at"; | 7894 static bindTexture_Callback_ul_WebGLTexture(mthis, target, texture) native "We
bGLRenderingContext_bindTexture_Callback_unsigned long_WebGLTexture"; |
7877 | 7895 |
7878 static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContextBas
e_blendEquation_Callback_unsigned long"; | 7896 static blendColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContext_blendColor_Callback_float_float_float_float"; |
7879 | 7897 |
7880 static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native
"WebGLRenderingContextBase_blendEquationSeparate_Callback_unsigned long_unsigned
long"; | 7898 static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContext_bl
endEquation_Callback_unsigned long"; |
7881 | 7899 |
7882 static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderin
gContextBase_blendFunc_Callback_unsigned long_unsigned long"; | 7900 static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native
"WebGLRenderingContext_blendEquationSeparate_Callback_unsigned long_unsigned lon
g"; |
7883 | 7901 |
7884 static blendFuncSeparate_Callback_ul_ul_ul_ul(mthis, srcRGB, dstRGB, srcAlpha,
dstAlpha) native "WebGLRenderingContextBase_blendFuncSeparate_Callback_unsigned
long_unsigned long_unsigned long_unsigned long"; | 7902 static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderin
gContext_blendFunc_Callback_unsigned long_unsigned long"; |
7885 | 7903 |
7886 static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native
"WebGLRenderingContextBase_bufferData_Callback_unsigned long_long long_unsigned
long"; | 7904 static blendFuncSeparate_Callback_ul_ul_ul_ul(mthis, srcRGB, dstRGB, srcAlpha,
dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback_unsigned lon
g_unsigned long_unsigned long_unsigned long"; |
7887 | 7905 |
7888 static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size,
usage) native "WebGLRenderingContextBase_bufferData_Callback_unsigned long_Array
BufferView_unsigned long"; | 7906 static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native
"WebGLRenderingContext_bufferData_Callback_unsigned long_long long_unsigned lon
g"; |
7889 | 7907 |
7890 static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data_OR_size, usag
e) native "WebGLRenderingContextBase_bufferData_Callback_unsigned long_ArrayBuff
er_unsigned long"; | 7908 static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size,
usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuff
erView_unsigned long"; |
7891 | 7909 |
7892 static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, dat
a) native "WebGLRenderingContextBase_bufferSubData_Callback_unsigned long_long l
ong_ArrayBufferView"; | 7910 static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data_OR_size, usag
e) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuffer_u
nsigned long"; |
7893 | 7911 |
7894 static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) n
ative "WebGLRenderingContextBase_bufferSubData_Callback_unsigned long_long long_
ArrayBuffer"; | 7912 static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, dat
a) native "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_
ArrayBufferView"; |
7895 | 7913 |
7896 static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderin
gContextBase_checkFramebufferStatus_Callback_unsigned long"; | 7914 static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) n
ative "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_Arra
yBuffer"; |
7897 | 7915 |
7898 static clear_Callback_ul(mthis, mask) native "WebGLRenderingContextBase_clear_
Callback_unsigned long"; | 7916 static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderin
gContext_checkFramebufferStatus_Callback_unsigned long"; |
7899 | 7917 |
7900 static clearColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContextBase_clearColor_Callback_float_float_float_flo
at"; | 7918 static clear_Callback_ul(mthis, mask) native "WebGLRenderingContext_clear_Call
back_unsigned long"; |
7901 | 7919 |
7902 static clearDepth_Callback_float(mthis, depth) native "WebGLRenderingContextBa
se_clearDepth_Callback_float"; | 7920 static clearColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContext_clearColor_Callback_float_float_float_float"; |
7903 | 7921 |
7904 static clearStencil_Callback_long(mthis, s) native "WebGLRenderingContextBase_
clearStencil_Callback_long"; | 7922 static clearDepth_Callback_float(mthis, depth) native "WebGLRenderingContext_c
learDepth_Callback_float"; |
7905 | 7923 |
7906 static colorMask_Callback_boolean_boolean_boolean_boolean(mthis, red, green, b
lue, alpha) native "WebGLRenderingContextBase_colorMask_Callback_boolean_boolean
_boolean_boolean"; | 7924 static clearStencil_Callback_long(mthis, s) native "WebGLRenderingContext_clea
rStencil_Callback_long"; |
7907 | 7925 |
7908 static compileShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderin
gContextBase_compileShader_Callback_WebGLShader"; | 7926 static colorMask_Callback_boolean_boolean_boolean_boolean(mthis, red, green, b
lue, alpha) native "WebGLRenderingContext_colorMask_Callback_boolean_boolean_boo
lean_boolean"; |
7909 | 7927 |
7910 static compressedTexImage2D_Callback_ul_long_ul_long_long_long_ArrayBufferView
(mthis, target, level, internalformat, width, height, border, data) native "WebG
LRenderingContextBase_compressedTexImage2D_Callback_unsigned long_long_unsigned
long_long_long_long_ArrayBufferView"; | 7928 static compileShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderin
gContext_compileShader_Callback_WebGLShader"; |
7911 | 7929 |
7912 static compressedTexSubImage2D_Callback_ul_long_long_long_long_long_ul_ArrayBu
fferView(mthis, target, level, xoffset, yoffset, width, height, format, data) na
tive "WebGLRenderingContextBase_compressedTexSubImage2D_Callback_unsigned long_l
ong_long_long_long_long_unsigned long_ArrayBufferView"; | 7930 static compressedTexImage2D_Callback_ul_long_ul_long_long_long_ArrayBufferView
(mthis, target, level, internalformat, width, height, border, data) native "WebG
LRenderingContext_compressedTexImage2D_Callback_unsigned long_long_unsigned long
_long_long_long_ArrayBufferView"; |
7913 | 7931 |
7914 static copyTexImage2D_Callback_ul_long_ul_long_long_long_long_long(mthis, targ
et, level, internalformat, x, y, width, height, border) native "WebGLRenderingCo
ntextBase_copyTexImage2D_Callback_unsigned long_long_unsigned long_long_long_lon
g_long_long"; | 7932 static compressedTexSubImage2D_Callback_ul_long_long_long_long_long_ul_ArrayBu
fferView(mthis, target, level, xoffset, yoffset, width, height, format, data) na
tive "WebGLRenderingContext_compressedTexSubImage2D_Callback_unsigned long_long_
long_long_long_long_unsigned long_ArrayBufferView"; |
7915 | 7933 |
7916 static copyTexSubImage2D_Callback_ul_long_long_long_long_long_long_long(mthis,
target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingCon
textBase_copyTexSubImage2D_Callback_unsigned long_long_long_long_long_long_long_
long"; | 7934 static copyTexImage2D_Callback_ul_long_ul_long_long_long_long_long(mthis, targ
et, level, internalformat, x, y, width, height, border) native "WebGLRenderingCo
ntext_copyTexImage2D_Callback_unsigned long_long_unsigned long_long_long_long_lo
ng_long"; |
7917 | 7935 |
7918 static createBuffer_Callback(mthis) native "WebGLRenderingContextBase_createBu
ffer_Callback"; | 7936 static copyTexSubImage2D_Callback_ul_long_long_long_long_long_long_long(mthis,
target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingCon
text_copyTexSubImage2D_Callback_unsigned long_long_long_long_long_long_long_long
"; |
7919 | 7937 |
7920 static createFramebuffer_Callback(mthis) native "WebGLRenderingContextBase_cre
ateFramebuffer_Callback"; | 7938 static createBuffer_Callback(mthis) native "WebGLRenderingContext_createBuffer
_Callback"; |
7921 | 7939 |
7922 static createProgram_Callback(mthis) native "WebGLRenderingContextBase_createP
rogram_Callback"; | 7940 static createFramebuffer_Callback(mthis) native "WebGLRenderingContext_createF
ramebuffer_Callback"; |
7923 | 7941 |
7924 static createRenderbuffer_Callback(mthis) native "WebGLRenderingContextBase_cr
eateRenderbuffer_Callback"; | 7942 static createProgram_Callback(mthis) native "WebGLRenderingContext_createProgr
am_Callback"; |
7925 | 7943 |
7926 static createShader_Callback_ul(mthis, type) native "WebGLRenderingContextBase
_createShader_Callback_unsigned long"; | 7944 static createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_create
Renderbuffer_Callback"; |
7927 | 7945 |
7928 static createTexture_Callback(mthis) native "WebGLRenderingContextBase_createT
exture_Callback"; | 7946 static createShader_Callback_ul(mthis, type) native "WebGLRenderingContext_cre
ateShader_Callback_unsigned long"; |
7929 | 7947 |
7930 static cullFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_cul
lFace_Callback_unsigned long"; | 7948 static createTexture_Callback(mthis) native "WebGLRenderingContext_createTextu
re_Callback"; |
7931 | 7949 |
7932 static deleteBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRendering
ContextBase_deleteBuffer_Callback_WebGLBuffer"; | 7950 static cullFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_cullFac
e_Callback_unsigned long"; |
7933 | 7951 |
7934 static deleteFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native
"WebGLRenderingContextBase_deleteFramebuffer_Callback_WebGLFramebuffer"; | 7952 static deleteBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRendering
Context_deleteBuffer_Callback_WebGLBuffer"; |
7935 | 7953 |
7936 static deleteProgram_Callback_WebGLProgram(mthis, program) native "WebGLRender
ingContextBase_deleteProgram_Callback_WebGLProgram"; | 7954 static deleteFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native
"WebGLRenderingContext_deleteFramebuffer_Callback_WebGLFramebuffer"; |
7937 | 7955 |
7938 static deleteRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) nati
ve "WebGLRenderingContextBase_deleteRenderbuffer_Callback_WebGLRenderbuffer"; | 7956 static deleteProgram_Callback_WebGLProgram(mthis, program) native "WebGLRender
ingContext_deleteProgram_Callback_WebGLProgram"; |
7939 | 7957 |
7940 static deleteShader_Callback_WebGLShader(mthis, shader) native "WebGLRendering
ContextBase_deleteShader_Callback_WebGLShader"; | 7958 static deleteRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) nati
ve "WebGLRenderingContext_deleteRenderbuffer_Callback_WebGLRenderbuffer"; |
7941 | 7959 |
7942 static deleteTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRender
ingContextBase_deleteTexture_Callback_WebGLTexture"; | 7960 static deleteShader_Callback_WebGLShader(mthis, shader) native "WebGLRendering
Context_deleteShader_Callback_WebGLShader"; |
7943 | 7961 |
7944 static depthFunc_Callback_ul(mthis, func) native "WebGLRenderingContextBase_de
pthFunc_Callback_unsigned long"; | 7962 static deleteTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRender
ingContext_deleteTexture_Callback_WebGLTexture"; |
7945 | 7963 |
7946 static depthMask_Callback_boolean(mthis, flag) native "WebGLRenderingContextBa
se_depthMask_Callback_boolean"; | 7964 static depthFunc_Callback_ul(mthis, func) native "WebGLRenderingContext_depthF
unc_Callback_unsigned long"; |
7947 | 7965 |
7948 static depthRange_Callback_float_float(mthis, zNear, zFar) native "WebGLRender
ingContextBase_depthRange_Callback_float_float"; | 7966 static depthMask_Callback_boolean(mthis, flag) native "WebGLRenderingContext_d
epthMask_Callback_boolean"; |
7949 | 7967 |
7950 static detachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContextBase_detachShader_Callback_WebGLProgram_WebGLShader
"; | 7968 static depthRange_Callback_float_float(mthis, zNear, zFar) native "WebGLRender
ingContext_depthRange_Callback_float_float"; |
7951 | 7969 |
7952 static disable_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_disab
le_Callback_unsigned long"; | 7970 static detachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContext_detachShader_Callback_WebGLProgram_WebGLShader"; |
7953 | 7971 |
7954 static disableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderi
ngContextBase_disableVertexAttribArray_Callback_unsigned long"; | 7972 static disable_Callback_ul(mthis, cap) native "WebGLRenderingContext_disable_C
allback_unsigned long"; |
7955 | 7973 |
7956 static drawArrays_Callback_ul_long_long(mthis, mode, first, count) native "Web
GLRenderingContextBase_drawArrays_Callback_unsigned long_long_long"; | 7974 static disableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderi
ngContext_disableVertexAttribArray_Callback_unsigned long"; |
7957 | 7975 |
7958 static drawElements_Callback_ul_long_ul_ll(mthis, mode, count, type, offset) n
ative "WebGLRenderingContextBase_drawElements_Callback_unsigned long_long_unsign
ed long_long long"; | 7976 static drawArrays_Callback_ul_long_long(mthis, mode, first, count) native "Web
GLRenderingContext_drawArrays_Callback_unsigned long_long_long"; |
7959 | 7977 |
7960 static enable_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_enable
_Callback_unsigned long"; | 7978 static drawElements_Callback_ul_long_ul_ll(mthis, mode, count, type, offset) n
ative "WebGLRenderingContext_drawElements_Callback_unsigned long_long_unsigned l
ong_long long"; |
7961 | 7979 |
7962 static enableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderin
gContextBase_enableVertexAttribArray_Callback_unsigned long"; | 7980 static enable_Callback_ul(mthis, cap) native "WebGLRenderingContext_enable_Cal
lback_unsigned long"; |
7963 | 7981 |
7964 static finish_Callback(mthis) native "WebGLRenderingContextBase_finish_Callbac
k"; | 7982 static enableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderin
gContext_enableVertexAttribArray_Callback_unsigned long"; |
7965 | 7983 |
7966 static flush_Callback(mthis) native "WebGLRenderingContextBase_flush_Callback"
; | 7984 static finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback"; |
7967 | 7985 |
7968 static framebufferRenderbuffer_Callback_ul_ul_ul_WebGLRenderbuffer(mthis, targ
et, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContextB
ase_framebufferRenderbuffer_Callback_unsigned long_unsigned long_unsigned long_W
ebGLRenderbuffer"; | 7986 static flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback"; |
7969 | 7987 |
7970 static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target,
attachment, textarget, texture, level) native "WebGLRenderingContextBase_frameb
ufferTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_l
ong"; | 7988 static framebufferRenderbuffer_Callback_ul_ul_ul_WebGLRenderbuffer(mthis, targ
et, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_
framebufferRenderbuffer_Callback_unsigned long_unsigned long_unsigned long_WebGL
Renderbuffer"; |
7971 | 7989 |
7972 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_fr
ontFace_Callback_unsigned long"; | 7990 static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target,
attachment, textarget, texture, level) native "WebGLRenderingContext_framebuffe
rTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_long"
; |
7973 | 7991 |
7974 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext
Base_generateMipmap_Callback_unsigned long"; | 7992 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_frontF
ace_Callback_unsigned long"; |
7975 | 7993 |
7976 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContextBase_getActiveAttrib_Callback_WebGLProgram_unsigned long"; | 7994 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext
_generateMipmap_Callback_unsigned long"; |
7977 | 7995 |
7978 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContextBase_getActiveUniform_Callback_WebGLProgram_unsigned long
"; | 7996 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContext_getActiveAttrib_Callback_WebGLProgram_unsigned long"; |
7979 | 7997 |
7980 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR
enderingContextBase_getAttachedShaders_Callback"; | 7998 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long"; |
7981 | 7999 |
7982 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name)
native "WebGLRenderingContextBase_getAttribLocation_Callback_WebGLProgram_DOMSt
ring"; | 8000 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR
enderingContext_getAttachedShaders_Callback"; |
7983 | 8001 |
7984 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe
nderingContextBase_getBufferParameter_Callback"; | 8002 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name)
native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString
"; |
7985 | 8003 |
7986 static getContextAttributes_Callback(mthis) native "WebGLRenderingContextBase_
getContextAttributes_Callback"; | 8004 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe
nderingContext_getBufferParameter_Callback"; |
7987 | 8005 |
7988 static getError_Callback(mthis) native "WebGLRenderingContextBase_getError_Cal
lback"; | 8006 static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getC
ontextAttributes_Callback"; |
7989 | 8007 |
7990 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont
extBase_getExtension_Callback"; | 8008 static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callbac
k"; |
7991 | 8009 |
7992 static getFramebufferAttachmentParameter_Callback_ul_ul_ul(mthis, target, atta
chment, pname) native "WebGLRenderingContextBase_getFramebufferAttachmentParamet
er_Callback"; | 8010 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont
ext_getExtension_Callback"; |
7993 | 8011 |
7994 static getParameter_Callback_ul(mthis, pname) native "WebGLRenderingContextBas
e_getParameter_Callback"; | 8012 static getFramebufferAttachmentParameter_Callback_ul_ul_ul(mthis, target, atta
chment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_C
allback"; |
7995 | 8013 |
7996 static getProgramInfoLog_Callback_WebGLProgram(mthis, program) native "WebGLRe
nderingContextBase_getProgramInfoLog_Callback_WebGLProgram"; | 8014 static getParameter_Callback_ul(mthis, pname) native "WebGLRenderingContext_ge
tParameter_Callback"; |
7997 | 8015 |
7998 static getProgramParameter_Callback_WebGLProgram_ul(mthis, program, pname) nat
ive "WebGLRenderingContextBase_getProgramParameter_Callback"; | 8016 static getProgramInfoLog_Callback_WebGLProgram(mthis, program) native "WebGLRe
nderingContext_getProgramInfoLog_Callback_WebGLProgram"; |
7999 | 8017 |
8000 static getRenderbufferParameter_Callback_ul_ul(mthis, target, pname) native "W
ebGLRenderingContextBase_getRenderbufferParameter_Callback"; | 8018 static getProgramParameter_Callback_WebGLProgram_ul(mthis, program, pname) nat
ive "WebGLRenderingContext_getProgramParameter_Callback"; |
8001 | 8019 |
8002 static getShaderInfoLog_Callback_WebGLShader(mthis, shader) native "WebGLRende
ringContextBase_getShaderInfoLog_Callback_WebGLShader"; | 8020 static getRenderbufferParameter_Callback_ul_ul(mthis, target, pname) native "W
ebGLRenderingContext_getRenderbufferParameter_Callback"; |
8003 | 8021 |
8004 static getShaderParameter_Callback_WebGLShader_ul(mthis, shader, pname) native
"WebGLRenderingContextBase_getShaderParameter_Callback"; | 8022 static getShaderInfoLog_Callback_WebGLShader(mthis, shader) native "WebGLRende
ringContext_getShaderInfoLog_Callback_WebGLShader"; |
8005 | 8023 |
8006 static getShaderPrecisionFormat_Callback_ul_ul(mthis, shadertype, precisiontyp
e) native "WebGLRenderingContextBase_getShaderPrecisionFormat_Callback_unsigned
long_unsigned long"; | 8024 static getShaderParameter_Callback_WebGLShader_ul(mthis, shader, pname) native
"WebGLRenderingContext_getShaderParameter_Callback"; |
8007 | 8025 |
8008 static getShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLRender
ingContextBase_getShaderSource_Callback_WebGLShader"; | 8026 static getShaderPrecisionFormat_Callback_ul_ul(mthis, shadertype, precisiontyp
e) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback_unsigned long
_unsigned long"; |
8009 | 8027 |
8010 static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContextBas
e_getSupportedExtensions_Callback"; | 8028 static getShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLRender
ingContext_getShaderSource_Callback_WebGLShader"; |
8011 | 8029 |
8012 static getTexParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRende
ringContextBase_getTexParameter_Callback"; | 8030 static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_ge
tSupportedExtensions_Callback"; |
8013 | 8031 |
8014 static getUniform_Callback_WebGLProgram_WebGLUniformLocation(mthis, program, l
ocation) native "WebGLRenderingContextBase_getUniform_Callback"; | 8032 static getTexParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRende
ringContext_getTexParameter_Callback"; |
8015 | 8033 |
8016 static getUniformLocation_Callback_WebGLProgram_DOMString(mthis, program, name
) native "WebGLRenderingContextBase_getUniformLocation_Callback_WebGLProgram_DOM
String"; | 8034 static getUniform_Callback_WebGLProgram_WebGLUniformLocation(mthis, program, l
ocation) native "WebGLRenderingContext_getUniform_Callback"; |
8017 | 8035 |
8018 static getVertexAttrib_Callback_ul_ul(mthis, index, pname) native "WebGLRender
ingContextBase_getVertexAttrib_Callback"; | 8036 static getUniformLocation_Callback_WebGLProgram_DOMString(mthis, program, name
) native "WebGLRenderingContext_getUniformLocation_Callback_WebGLProgram_DOMStri
ng"; |
8019 | 8037 |
8020 static getVertexAttribOffset_Callback_ul_ul(mthis, index, pname) native "WebGL
RenderingContextBase_getVertexAttribOffset_Callback_unsigned long_unsigned long"
; | 8038 static getVertexAttrib_Callback_ul_ul(mthis, index, pname) native "WebGLRender
ingContext_getVertexAttrib_Callback"; |
8021 | 8039 |
8022 static hint_Callback_ul_ul(mthis, target, mode) native "WebGLRenderingContextB
ase_hint_Callback_unsigned long_unsigned long"; | 8040 static getVertexAttribOffset_Callback_ul_ul(mthis, index, pname) native "WebGL
RenderingContext_getVertexAttribOffset_Callback_unsigned long_unsigned long"; |
8023 | 8041 |
8024 static isBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingCont
extBase_isBuffer_Callback_WebGLBuffer"; | 8042 static hint_Callback_ul_ul(mthis, target, mode) native "WebGLRenderingContext_
hint_Callback_unsigned long_unsigned long"; |
8025 | 8043 |
8026 static isContextLost_Callback(mthis) native "WebGLRenderingContextBase_isConte
xtLost_Callback"; | 8044 static isBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingCont
ext_isBuffer_Callback_WebGLBuffer"; |
8027 | 8045 |
8028 static isEnabled_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_isE
nabled_Callback_unsigned long"; | 8046 static isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextLo
st_Callback"; |
8029 | 8047 |
8030 static isFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "Web
GLRenderingContextBase_isFramebuffer_Callback_WebGLFramebuffer"; | 8048 static isEnabled_Callback_ul(mthis, cap) native "WebGLRenderingContext_isEnabl
ed_Callback_unsigned long"; |
8031 | 8049 |
8032 static isProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingC
ontextBase_isProgram_Callback_WebGLProgram"; | 8050 static isFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "Web
GLRenderingContext_isFramebuffer_Callback_WebGLFramebuffer"; |
8033 | 8051 |
8034 static isRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "
WebGLRenderingContextBase_isRenderbuffer_Callback_WebGLRenderbuffer"; | 8052 static isProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingC
ontext_isProgram_Callback_WebGLProgram"; |
8035 | 8053 |
8036 static isShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingCont
extBase_isShader_Callback_WebGLShader"; | 8054 static isRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "
WebGLRenderingContext_isRenderbuffer_Callback_WebGLRenderbuffer"; |
8037 | 8055 |
8038 static isTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingC
ontextBase_isTexture_Callback_WebGLTexture"; | 8056 static isShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingCont
ext_isShader_Callback_WebGLShader"; |
8039 | 8057 |
8040 static lineWidth_Callback_float(mthis, width) native "WebGLRenderingContextBas
e_lineWidth_Callback_float"; | 8058 static isTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingC
ontext_isTexture_Callback_WebGLTexture"; |
8041 | 8059 |
8042 static linkProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderin
gContextBase_linkProgram_Callback_WebGLProgram"; | 8060 static lineWidth_Callback_float(mthis, width) native "WebGLRenderingContext_li
neWidth_Callback_float"; |
8043 | 8061 |
8044 static pixelStorei_Callback_ul_long(mthis, pname, param) native "WebGLRenderin
gContextBase_pixelStorei_Callback_unsigned long_long"; | 8062 static linkProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderin
gContext_linkProgram_Callback_WebGLProgram"; |
8045 | 8063 |
8046 static polygonOffset_Callback_float_float(mthis, factor, units) native "WebGLR
enderingContextBase_polygonOffset_Callback_float_float"; | 8064 static pixelStorei_Callback_ul_long(mthis, pname, param) native "WebGLRenderin
gContext_pixelStorei_Callback_unsigned long_long"; |
8047 | 8065 |
8048 static readPixels_Callback_long_long_long_long_ul_ul_ArrayBufferView(mthis, x,
y, width, height, format, type, pixels) native "WebGLRenderingContextBase_readP
ixels_Callback_long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; | 8066 static polygonOffset_Callback_float_float(mthis, factor, units) native "WebGLR
enderingContext_polygonOffset_Callback_float_float"; |
8049 | 8067 |
8050 static renderbufferStorage_Callback_ul_ul_long_long(mthis, target, internalfor
mat, width, height) native "WebGLRenderingContextBase_renderbufferStorage_Callba
ck_unsigned long_unsigned long_long_long"; | 8068 static readPixels_Callback_long_long_long_long_ul_ul_ArrayBufferView(mthis, x,
y, width, height, format, type, pixels) native "WebGLRenderingContext_readPixel
s_Callback_long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; |
8051 | 8069 |
8052 static sampleCoverage_Callback_float_boolean(mthis, value, invert) native "Web
GLRenderingContextBase_sampleCoverage_Callback_float_boolean"; | 8070 static renderbufferStorage_Callback_ul_ul_long_long(mthis, target, internalfor
mat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callback_u
nsigned long_unsigned long_long_long"; |
8053 | 8071 |
8054 static scissor_Callback_long_long_long_long(mthis, x, y, width, height) native
"WebGLRenderingContextBase_scissor_Callback_long_long_long_long"; | 8072 static sampleCoverage_Callback_float_boolean(mthis, value, invert) native "Web
GLRenderingContext_sampleCoverage_Callback_float_boolean"; |
8055 | 8073 |
8056 static shaderSource_Callback_WebGLShader_DOMString(mthis, shader, string) nati
ve "WebGLRenderingContextBase_shaderSource_Callback_WebGLShader_DOMString"; | 8074 static scissor_Callback_long_long_long_long(mthis, x, y, width, height) native
"WebGLRenderingContext_scissor_Callback_long_long_long_long"; |
8057 | 8075 |
8058 static stencilFunc_Callback_ul_long_ul(mthis, func, ref, mask) native "WebGLRe
nderingContextBase_stencilFunc_Callback_unsigned long_long_unsigned long"; | 8076 static shaderSource_Callback_WebGLShader_DOMString(mthis, shader, string) nati
ve "WebGLRenderingContext_shaderSource_Callback_WebGLShader_DOMString"; |
8059 | 8077 |
8060 static stencilFuncSeparate_Callback_ul_ul_long_ul(mthis, face, func, ref, mask
) native "WebGLRenderingContextBase_stencilFuncSeparate_Callback_unsigned long_u
nsigned long_long_unsigned long"; | 8078 static stencilFunc_Callback_ul_long_ul(mthis, func, ref, mask) native "WebGLRe
nderingContext_stencilFunc_Callback_unsigned long_long_unsigned long"; |
8061 | 8079 |
8062 static stencilMask_Callback_ul(mthis, mask) native "WebGLRenderingContextBase_
stencilMask_Callback_unsigned long"; | 8080 static stencilFuncSeparate_Callback_ul_ul_long_ul(mthis, face, func, ref, mask
) native "WebGLRenderingContext_stencilFuncSeparate_Callback_unsigned long_unsig
ned long_long_unsigned long"; |
8063 | 8081 |
8064 static stencilMaskSeparate_Callback_ul_ul(mthis, face, mask) native "WebGLRend
eringContextBase_stencilMaskSeparate_Callback_unsigned long_unsigned long"; | 8082 static stencilMask_Callback_ul(mthis, mask) native "WebGLRenderingContext_sten
cilMask_Callback_unsigned long"; |
8065 | 8083 |
8066 static stencilOp_Callback_ul_ul_ul(mthis, fail, zfail, zpass) native "WebGLRen
deringContextBase_stencilOp_Callback_unsigned long_unsigned long_unsigned long"; | 8084 static stencilMaskSeparate_Callback_ul_ul(mthis, face, mask) native "WebGLRend
eringContext_stencilMaskSeparate_Callback_unsigned long_unsigned long"; |
8067 | 8085 |
8068 static stencilOpSeparate_Callback_ul_ul_ul_ul(mthis, face, fail, zfail, zpass)
native "WebGLRenderingContextBase_stencilOpSeparate_Callback_unsigned long_unsi
gned long_unsigned long_unsigned long"; | 8086 static stencilOp_Callback_ul_ul_ul(mthis, fail, zfail, zpass) native "WebGLRen
deringContext_stencilOp_Callback_unsigned long_unsigned long_unsigned long"; |
8069 | 8087 |
8070 static texImage2D_Callback_ul_long_ul_long_long_long_ul_ul_ArrayBufferView(mth
is, target, level, internalformat, format_OR_width, height_OR_type, border_OR_ca
nvas_OR_image_OR_pixels_OR_video, format, type, pixels) native "WebGLRenderingCo
ntextBase_texImage2D_Callback_unsigned long_long_unsigned long_long_long_long_un
signed long_unsigned long_ArrayBufferView"; | 8088 static stencilOpSeparate_Callback_ul_ul_ul_ul(mthis, face, fail, zfail, zpass)
native "WebGLRenderingContext_stencilOpSeparate_Callback_unsigned long_unsigned
long_unsigned long_unsigned long"; |
8071 | 8089 |
8072 static texImage2D_Callback_ul_long_ul_ul_ul_ImageData(mthis, target, level, in
ternalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixe
ls_OR_video) native "WebGLRenderingContextBase_texImage2D_Callback_unsigned long
_long_unsigned long_unsigned long_unsigned long_ImageData"; | 8090 static texImage2D_Callback_ul_long_ul_long_long_long_ul_ul_ArrayBufferView(mth
is, target, level, internalformat, format_OR_width, height_OR_type, border_OR_ca
nvas_OR_image_OR_pixels_OR_video, format, type, pixels) native "WebGLRenderingCo
ntext_texImage2D_Callback_unsigned long_long_unsigned long_long_long_long_unsign
ed long_unsigned long_ArrayBufferView"; |
8073 | 8091 |
8074 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLImageElement(mthis, target, le
vel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_
OR_pixels_OR_video) native "WebGLRenderingContextBase_texImage2D_Callback_unsign
ed long_long_unsigned long_unsigned long_unsigned long_HTMLImageElement"; | 8092 static texImage2D_Callback_ul_long_ul_ul_ul_ImageData(mthis, target, level, in
ternalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixe
ls_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned long_lon
g_unsigned long_unsigned long_unsigned long_ImageData"; |
8075 | 8093 |
8076 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLCanvasElement(mthis, target, l
evel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image
_OR_pixels_OR_video) native "WebGLRenderingContextBase_texImage2D_Callback_unsig
ned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement"; | 8094 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLImageElement(mthis, target, le
vel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_
OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned l
ong_long_unsigned long_unsigned long_unsigned long_HTMLImageElement"; |
8077 | 8095 |
8078 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLVideoElement(mthis, target, le
vel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_
OR_pixels_OR_video) native "WebGLRenderingContextBase_texImage2D_Callback_unsign
ed long_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement"; | 8096 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLCanvasElement(mthis, target, l
evel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image
_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned
long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement"; |
8079 | 8097 |
8080 static texParameterf_Callback_ul_ul_float(mthis, target, pname, param) native
"WebGLRenderingContextBase_texParameterf_Callback_unsigned long_unsigned long_fl
oat"; | 8098 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLVideoElement(mthis, target, le
vel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_
OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned l
ong_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement"; |
8081 | 8099 |
8082 static texParameteri_Callback_ul_ul_long(mthis, target, pname, param) native "
WebGLRenderingContextBase_texParameteri_Callback_unsigned long_unsigned long_lon
g"; | 8100 static texParameterf_Callback_ul_ul_float(mthis, target, pname, param) native
"WebGLRenderingContext_texParameterf_Callback_unsigned long_unsigned long_float"
; |
8083 | 8101 |
8084 static texSubImage2D_Callback_ul_long_long_long_long_long_ul_ul_ArrayBufferVie
w(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canva
s_OR_format_OR_image_OR_pixels_OR_video, type, pixels) native "WebGLRenderingCon
textBase_texSubImage2D_Callback_unsigned long_long_long_long_long_long_unsigned
long_unsigned long_ArrayBufferView"; | 8102 static texParameteri_Callback_ul_ul_long(mthis, target, pname, param) native "
WebGLRenderingContext_texParameteri_Callback_unsigned long_unsigned long_long"; |
8085 | 8103 |
8086 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_i
mage_OR_pixels_OR_video) native "WebGLRenderingContextBase_texSubImage2D_Callbac
k_unsigned long_long_long_long_unsigned long_unsigned long_ImageData"; | 8104 static texSubImage2D_Callback_ul_long_long_long_long_long_ul_ul_ArrayBufferVie
w(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canva
s_OR_format_OR_image_OR_pixels_OR_video, type, pixels) native "WebGLRenderingCon
text_texSubImage2D_Callback_unsigned long_long_long_long_long_long_unsigned long
_unsigned long_ArrayBufferView"; |
8087 | 8105 |
8088 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLImageElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_form
at_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texSubImage2D_
Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageEleme
nt"; | 8106 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_i
mage_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_un
signed long_long_long_long_unsigned long_unsigned long_ImageData"; |
8089 | 8107 |
8090 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLCanvasElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_for
mat_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texSubImage2D
_Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasEle
ment"; | 8108 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLImageElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_form
at_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Call
back_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement"; |
8091 | 8109 |
8092 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLVideoElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_form
at_OR_image_OR_pixels_OR_video) native "WebGLRenderingContextBase_texSubImage2D_
Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoEleme
nt"; | 8110 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLCanvasElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_for
mat_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Cal
lback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasElement
"; |
8093 | 8111 |
8094 static uniform1f_Callback_WebGLUniformLocation_float(mthis, location, x) nativ
e "WebGLRenderingContextBase_uniform1f_Callback_WebGLUniformLocation_float"; | 8112 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLVideoElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_form
at_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Call
back_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement"; |
8095 | 8113 |
8096 static uniform1fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContextBase_uniform1fv_Callback"; | 8114 static uniform1f_Callback_WebGLUniformLocation_float(mthis, location, x) nativ
e "WebGLRenderingContext_uniform1f_Callback_WebGLUniformLocation_float"; |
8097 | 8115 |
8098 static uniform1i_Callback_WebGLUniformLocation_long(mthis, location, x) native
"WebGLRenderingContextBase_uniform1i_Callback_WebGLUniformLocation_long"; | 8116 static uniform1fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContext_uniform1fv_Callback"; |
8099 | 8117 |
8100 static uniform1iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContextBase_uniform1iv_Callback"; | 8118 static uniform1i_Callback_WebGLUniformLocation_long(mthis, location, x) native
"WebGLRenderingContext_uniform1i_Callback_WebGLUniformLocation_long"; |
8101 | 8119 |
8102 static uniform2f_Callback_WebGLUniformLocation_float_float(mthis, location, x,
y) native "WebGLRenderingContextBase_uniform2f_Callback_WebGLUniformLocation_fl
oat_float"; | 8120 static uniform1iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContext_uniform1iv_Callback"; |
8103 | 8121 |
8104 static uniform2fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContextBase_uniform2fv_Callback"; | 8122 static uniform2f_Callback_WebGLUniformLocation_float_float(mthis, location, x,
y) native "WebGLRenderingContext_uniform2f_Callback_WebGLUniformLocation_float_
float"; |
8105 | 8123 |
8106 static uniform2i_Callback_WebGLUniformLocation_long_long(mthis, location, x, y
) native "WebGLRenderingContextBase_uniform2i_Callback_WebGLUniformLocation_long
_long"; | 8124 static uniform2fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContext_uniform2fv_Callback"; |
8107 | 8125 |
8108 static uniform2iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContextBase_uniform2iv_Callback"; | 8126 static uniform2i_Callback_WebGLUniformLocation_long_long(mthis, location, x, y
) native "WebGLRenderingContext_uniform2i_Callback_WebGLUniformLocation_long_lon
g"; |
8109 | 8127 |
8110 static uniform3f_Callback_WebGLUniformLocation_float_float_float(mthis, locati
on, x, y, z) native "WebGLRenderingContextBase_uniform3f_Callback_WebGLUniformLo
cation_float_float_float"; | 8128 static uniform2iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContext_uniform2iv_Callback"; |
8111 | 8129 |
8112 static uniform3fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContextBase_uniform3fv_Callback"; | 8130 static uniform3f_Callback_WebGLUniformLocation_float_float_float(mthis, locati
on, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_WebGLUniformLocati
on_float_float_float"; |
8113 | 8131 |
8114 static uniform3i_Callback_WebGLUniformLocation_long_long_long(mthis, location,
x, y, z) native "WebGLRenderingContextBase_uniform3i_Callback_WebGLUniformLocat
ion_long_long_long"; | 8132 static uniform3fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContext_uniform3fv_Callback"; |
8115 | 8133 |
8116 static uniform3iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContextBase_uniform3iv_Callback"; | 8134 static uniform3i_Callback_WebGLUniformLocation_long_long_long(mthis, location,
x, y, z) native "WebGLRenderingContext_uniform3i_Callback_WebGLUniformLocation_
long_long_long"; |
8117 | 8135 |
8118 static uniform4f_Callback_WebGLUniformLocation_float_float_float_float(mthis,
location, x, y, z, w) native "WebGLRenderingContextBase_uniform4f_Callback_WebGL
UniformLocation_float_float_float_float"; | 8136 static uniform3iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContext_uniform3iv_Callback"; |
8119 | 8137 |
8120 static uniform4fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContextBase_uniform4fv_Callback"; | 8138 static uniform4f_Callback_WebGLUniformLocation_float_float_float_float(mthis,
location, x, y, z, w) native "WebGLRenderingContext_uniform4f_Callback_WebGLUnif
ormLocation_float_float_float_float"; |
8121 | 8139 |
8122 static uniform4i_Callback_WebGLUniformLocation_long_long_long_long(mthis, loca
tion, x, y, z, w) native "WebGLRenderingContextBase_uniform4i_Callback_WebGLUnif
ormLocation_long_long_long_long"; | 8140 static uniform4fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContext_uniform4fv_Callback"; |
8123 | 8141 |
8124 static uniform4iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContextBase_uniform4iv_Callback"; | 8142 static uniform4i_Callback_WebGLUniformLocation_long_long_long_long(mthis, loca
tion, x, y, z, w) native "WebGLRenderingContext_uniform4i_Callback_WebGLUniformL
ocation_long_long_long_long"; |
8125 | 8143 |
8126 static uniformMatrix2fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix2
fv_Callback"; | 8144 static uniform4iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContext_uniform4iv_Callback"; |
8127 | 8145 |
8128 static uniformMatrix3fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix3
fv_Callback"; | 8146 static uniformMatrix2fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContext_uniformMatrix2fv_C
allback"; |
8129 | 8147 |
8130 static uniformMatrix4fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix4
fv_Callback"; | 8148 static uniformMatrix3fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContext_uniformMatrix3fv_C
allback"; |
8131 | 8149 |
8132 static useProgram_Callback_WebGLProgram(mthis, program) native "WebGLRendering
ContextBase_useProgram_Callback_WebGLProgram"; | 8150 static uniformMatrix4fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContext_uniformMatrix4fv_C
allback"; |
8133 | 8151 |
8134 static validateProgram_Callback_WebGLProgram(mthis, program) native "WebGLRend
eringContextBase_validateProgram_Callback_WebGLProgram"; | 8152 static useProgram_Callback_WebGLProgram(mthis, program) native "WebGLRendering
Context_useProgram_Callback_WebGLProgram"; |
8135 | 8153 |
8136 static vertexAttrib1f_Callback_ul_float(mthis, indx, x) native "WebGLRendering
ContextBase_vertexAttrib1f_Callback_unsigned long_float"; | 8154 static validateProgram_Callback_WebGLProgram(mthis, program) native "WebGLRend
eringContext_validateProgram_Callback_WebGLProgram"; |
8137 | 8155 |
8138 static vertexAttrib1fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContextBase_vertexAttrib1fv_Callback"; | 8156 static vertexAttrib1f_Callback_ul_float(mthis, indx, x) native "WebGLRendering
Context_vertexAttrib1f_Callback_unsigned long_float"; |
8139 | 8157 |
8140 static vertexAttrib2f_Callback_ul_float_float(mthis, indx, x, y) native "WebGL
RenderingContextBase_vertexAttrib2f_Callback_unsigned long_float_float"; | 8158 static vertexAttrib1fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContext_vertexAttrib1fv_Callback"; |
8141 | 8159 |
8142 static vertexAttrib2fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContextBase_vertexAttrib2fv_Callback"; | 8160 static vertexAttrib2f_Callback_ul_float_float(mthis, indx, x, y) native "WebGL
RenderingContext_vertexAttrib2f_Callback_unsigned long_float_float"; |
8143 | 8161 |
8144 static vertexAttrib3f_Callback_ul_float_float_float(mthis, indx, x, y, z) nati
ve "WebGLRenderingContextBase_vertexAttrib3f_Callback_unsigned long_float_float_
float"; | 8162 static vertexAttrib2fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContext_vertexAttrib2fv_Callback"; |
8145 | 8163 |
8146 static vertexAttrib3fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContextBase_vertexAttrib3fv_Callback"; | 8164 static vertexAttrib3f_Callback_ul_float_float_float(mthis, indx, x, y, z) nati
ve "WebGLRenderingContext_vertexAttrib3f_Callback_unsigned long_float_float_floa
t"; |
8147 | 8165 |
8148 static vertexAttrib4f_Callback_ul_float_float_float_float(mthis, indx, x, y, z
, w) native "WebGLRenderingContextBase_vertexAttrib4f_Callback_unsigned long_flo
at_float_float_float"; | 8166 static vertexAttrib3fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContext_vertexAttrib3fv_Callback"; |
8149 | 8167 |
8150 static vertexAttrib4fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContextBase_vertexAttrib4fv_Callback"; | 8168 static vertexAttrib4f_Callback_ul_float_float_float_float(mthis, indx, x, y, z
, w) native "WebGLRenderingContext_vertexAttrib4f_Callback_unsigned long_float_f
loat_float_float"; |
8151 | 8169 |
8152 static vertexAttribPointer_Callback_ul_long_ul_boolean_long_ll(mthis, indx, si
ze, type, normalized, stride, offset) native "WebGLRenderingContextBase_vertexAt
tribPointer_Callback_unsigned long_long_unsigned long_boolean_long_long long"; | 8170 static vertexAttrib4fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContext_vertexAttrib4fv_Callback"; |
8153 | 8171 |
8154 static viewport_Callback_long_long_long_long(mthis, x, y, width, height) nativ
e "WebGLRenderingContextBase_viewport_Callback_long_long_long_long"; | 8172 static vertexAttribPointer_Callback_ul_long_ul_boolean_long_ll(mthis, indx, si
ze, type, normalized, stride, offset) native "WebGLRenderingContext_vertexAttrib
Pointer_Callback_unsigned long_long_unsigned long_boolean_long_long long"; |
| 8173 |
| 8174 static viewport_Callback_long_long_long_long(mthis, x, y, width, height) nativ
e "WebGLRenderingContext_viewport_Callback_long_long_long_long"; |
8155 } | 8175 } |
8156 | 8176 |
8157 class BlinkWebGLRenderingContext {} | |
8158 | |
8159 class BlinkWebGLShader {} | 8177 class BlinkWebGLShader {} |
8160 | 8178 |
8161 class BlinkWebGLShaderPrecisionFormat { | 8179 class BlinkWebGLShaderPrecisionFormat { |
8162 static precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Ge
tter"; | 8180 static precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Ge
tter"; |
8163 | 8181 |
8164 static rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Gett
er"; | 8182 static rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Gett
er"; |
8165 | 8183 |
8166 static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Gett
er"; | 8184 static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Gett
er"; |
8167 } | 8185 } |
8168 | 8186 |
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8629 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; | 8647 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; |
8630 | 8648 |
8631 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; | 8649 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; |
8632 | 8650 |
8633 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; | 8651 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; |
8634 | 8652 |
8635 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; | 8653 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; |
8636 | 8654 |
8637 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; | 8655 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; |
8638 } | 8656 } |
OLD | NEW |