@nativescript/canvas 2.0.0-alpha.5 → 2.0.0-alpha.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (542) hide show
  1. package/Canvas/common.d.ts +213 -25
  2. package/Canvas/common.js +702 -452
  3. package/Canvas/common.js.map +1 -1
  4. package/Canvas/index.android.d.ts +12 -1
  5. package/Canvas/index.android.js +162 -49
  6. package/Canvas/index.android.js.map +1 -1
  7. package/Canvas/index.d.ts +13 -0
  8. package/Canvas/index.ios.d.ts +9 -4
  9. package/Canvas/index.ios.js +166 -103
  10. package/Canvas/index.ios.js.map +1 -1
  11. package/Canvas2D/CanvasGradient/index.d.ts +1 -3
  12. package/Canvas2D/CanvasGradient/index.js +1 -10
  13. package/Canvas2D/CanvasGradient/index.js.map +1 -1
  14. package/Canvas2D/CanvasPattern/index.d.ts +1 -3
  15. package/Canvas2D/CanvasPattern/index.js +1 -10
  16. package/Canvas2D/CanvasPattern/index.js.map +1 -1
  17. package/Canvas2D/CanvasRenderingContext2D/index.d.ts +7 -3
  18. package/Canvas2D/CanvasRenderingContext2D/index.js +132 -233
  19. package/Canvas2D/CanvasRenderingContext2D/index.js.map +1 -1
  20. package/Canvas2D/DOMMatrix/index.js +3 -3
  21. package/Canvas2D/DOMMatrix/index.js.map +1 -1
  22. package/Canvas2D/ImageData/index.js +6 -6
  23. package/Canvas2D/ImageData/index.js.map +1 -1
  24. package/Canvas2D/Path2D/index.d.ts +0 -2
  25. package/Canvas2D/Path2D/index.js +32 -42
  26. package/Canvas2D/Path2D/index.js.map +1 -1
  27. package/Dom/Paint.js +2 -3
  28. package/Dom/Paint.js.map +1 -1
  29. package/Dom/shapes/Circle.js +1 -2
  30. package/Dom/shapes/Circle.js.map +1 -1
  31. package/Dom/shapes/Points.js +1 -2
  32. package/Dom/shapes/Points.js.map +1 -1
  33. package/ImageAsset/index.d.ts +2 -2
  34. package/ImageAsset/index.js +33 -37
  35. package/ImageAsset/index.js.map +1 -1
  36. package/ImageBitmap/index.d.ts +0 -2
  37. package/ImageBitmap/index.js +47 -33
  38. package/ImageBitmap/index.js.map +1 -1
  39. package/LICENSE +201 -0
  40. package/SVG/SVG.js +1 -1
  41. package/SVG/SVG.js.map +1 -1
  42. package/TextDecoder/index.d.ts +0 -2
  43. package/TextDecoder/index.js +3 -12
  44. package/TextDecoder/index.js.map +1 -1
  45. package/TextEncoder/index.d.ts +0 -2
  46. package/TextEncoder/index.js +4 -13
  47. package/TextEncoder/index.js.map +1 -1
  48. package/WebGL/WebGLExtensions/index.d.ts +4 -12
  49. package/WebGL/WebGLExtensions/index.js +27 -77
  50. package/WebGL/WebGLExtensions/index.js.map +1 -1
  51. package/WebGL/WebGLProgram.d.ts +0 -1
  52. package/WebGL/WebGLProgram.js +0 -3
  53. package/WebGL/WebGLProgram.js.map +1 -1
  54. package/WebGL/WebGLRenderingContext/common.d.ts +1 -3
  55. package/WebGL/WebGLRenderingContext/common.js +3 -13
  56. package/WebGL/WebGLRenderingContext/common.js.map +1 -1
  57. package/WebGL/WebGLRenderingContext/index.d.ts +19 -17
  58. package/WebGL/WebGLRenderingContext/index.js +354 -728
  59. package/WebGL/WebGLRenderingContext/index.js.map +1 -1
  60. package/WebGL2/WebGL2RenderingContext/common.d.ts +2 -2
  61. package/WebGL2/WebGL2RenderingContext/common.js +2 -2
  62. package/WebGL2/WebGL2RenderingContext/common.js.map +1 -1
  63. package/WebGL2/WebGL2RenderingContext/index.d.ts +1 -1
  64. package/WebGL2/WebGL2RenderingContext/index.js +116 -285
  65. package/WebGL2/WebGL2RenderingContext/index.js.map +1 -1
  66. package/angular/esm2020/index.mjs +4 -4
  67. package/angular/fesm2015/nativescript-canvas-angular.mjs +4 -4
  68. package/angular/fesm2020/nativescript-canvas-angular.mjs +4 -4
  69. package/angular/package.json +2 -2
  70. package/index.js.map +1 -1
  71. package/package.json +3 -2
  72. package/platforms/android/canvas-release.aar +0 -0
  73. package/platforms/android/include.gradle +15 -0
  74. package/platforms/ios/CanvasNative.xcframework/Info.plist +5 -5
  75. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/CanvasNative +0 -0
  76. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Headers/CanvasNative-Swift.h +135 -68
  77. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Headers/CanvasNative.h +10 -0
  78. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Headers/canvas_ios.h +144 -0
  79. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Headers/canvas_native.h +2774 -70
  80. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Info.plist +0 -0
  81. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  82. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.abi.json +5851 -2555
  83. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.private.swiftinterface +44 -24
  84. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  85. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.swiftinterface +44 -24
  86. package/platforms/ios/CanvasNative.xcframework/ios-arm64/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/DWARF/CanvasNative +0 -0
  87. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/CanvasNative +0 -0
  88. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Headers/CanvasNative-Swift.h +270 -136
  89. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Headers/CanvasNative.h +10 -0
  90. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Headers/canvas_ios.h +144 -0
  91. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Headers/canvas_native.h +2774 -70
  92. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Info.plist +0 -0
  93. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  94. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  95. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.abi.json +5851 -2555
  96. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +44 -24
  97. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  98. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftinterface +44 -24
  99. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.abi.json +5851 -2555
  100. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +44 -24
  101. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  102. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +44 -24
  103. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/_CodeSignature/CodeResources +42 -31
  104. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/DWARF/CanvasNative +0 -0
  105. package/platforms/ios/Podfile +5 -2
  106. package/platforms/ios/build.xcconfig +3 -3
  107. package/platforms/ios/src/CanvasModule.h +0 -2
  108. package/platforms/ios/src/CanvasModule.mm +4 -4
  109. package/platforms/ios/src/NSOperationQueueWrapper.h +11 -0
  110. package/platforms/ios/src/NSOperationQueueWrapper.mm +74 -0
  111. package/platforms/ios/src/cpp/Caches.cpp +35 -0
  112. package/platforms/ios/src/cpp/Caches.h +190 -0
  113. package/platforms/ios/src/cpp/CanvasJSIModule.cpp +1593 -0
  114. package/platforms/ios/src/cpp/CanvasJSIModule.h +16 -34
  115. package/platforms/ios/src/cpp/Common.h +30 -0
  116. package/platforms/ios/src/cpp/ConcurrentMap.h +54 -0
  117. package/platforms/ios/src/cpp/Helpers.h +336 -38
  118. package/platforms/ios/src/cpp/ImageAssetImpl.cpp +802 -0
  119. package/platforms/ios/src/cpp/ImageAssetImpl.h +46 -12
  120. package/platforms/ios/src/cpp/ImageBitmapImpl.cpp +189 -0
  121. package/platforms/ios/src/cpp/ImageBitmapImpl.h +42 -16
  122. package/platforms/ios/src/cpp/JSICallback.h +83 -5
  123. package/platforms/ios/src/cpp/JSIReadFileCallback.h +86 -6
  124. package/platforms/ios/src/cpp/JSIRuntime.cpp +21 -0
  125. package/platforms/ios/src/cpp/JSIRuntime.h +7 -0
  126. package/platforms/ios/src/cpp/ObjectWrapperImpl.h +31 -0
  127. package/platforms/ios/src/cpp/OneByteStringResource.cpp +55 -0
  128. package/platforms/ios/src/cpp/OneByteStringResource.h +36 -0
  129. package/platforms/ios/src/cpp/PerIsolateData.cpp +49 -0
  130. package/platforms/ios/src/cpp/PerIsolateData.h +54 -0
  131. package/platforms/ios/src/cpp/RafImpl.cpp +8 -0
  132. package/platforms/ios/src/cpp/RafImpl.h +11 -8
  133. package/platforms/ios/src/cpp/TextDecoderImpl.cpp +193 -0
  134. package/platforms/ios/src/cpp/TextDecoderImpl.h +23 -13
  135. package/platforms/ios/src/cpp/TextEncoderImpl.cpp +139 -0
  136. package/platforms/ios/src/cpp/TextEncoderImpl.h +21 -12
  137. package/platforms/ios/src/cpp/URLImpl.cpp +464 -0
  138. package/platforms/ios/src/cpp/URLImpl.h +121 -0
  139. package/platforms/ios/src/cpp/canvas2d/CanvasGradient.cpp +71 -0
  140. package/platforms/ios/src/cpp/canvas2d/CanvasGradient.h +29 -13
  141. package/platforms/ios/src/cpp/canvas2d/CanvasPattern.cpp +89 -0
  142. package/platforms/ios/src/cpp/canvas2d/CanvasPattern.h +49 -12
  143. package/platforms/ios/src/cpp/canvas2d/CanvasRenderingContext2DImpl.cpp +2841 -0
  144. package/platforms/ios/src/cpp/canvas2d/CanvasRenderingContext2DImpl.h +1331 -21
  145. package/platforms/ios/src/cpp/canvas2d/ImageDataImpl.cpp +207 -0
  146. package/platforms/ios/src/cpp/canvas2d/ImageDataImpl.h +27 -13
  147. package/platforms/ios/src/cpp/canvas2d/MatrixImpl.cpp +807 -0
  148. package/platforms/ios/src/cpp/canvas2d/MatrixImpl.h +173 -13
  149. package/platforms/ios/src/cpp/canvas2d/Path2D.cpp +499 -0
  150. package/platforms/ios/src/cpp/canvas2d/Path2D.h +422 -12
  151. package/platforms/ios/src/cpp/canvas2d/TextMetricsImpl.cpp +253 -0
  152. package/platforms/ios/src/cpp/canvas2d/TextMetricsImpl.h +51 -12
  153. package/platforms/ios/src/cpp/gl.h +57 -7
  154. package/platforms/ios/src/cpp/gl3stub.c +425 -0
  155. package/platforms/ios/src/cpp/gl3stub.h +665 -0
  156. package/platforms/ios/src/cpp/gles3jni.h +37 -0
  157. package/platforms/ios/src/cpp/include/robin_hood.h +2544 -0
  158. package/platforms/ios/src/cpp/webgl/WebGLActiveInfoImpl.cpp +91 -0
  159. package/platforms/ios/src/cpp/webgl/WebGLActiveInfoImpl.h +33 -13
  160. package/platforms/ios/src/cpp/webgl/WebGLBuffer.h +42 -7
  161. package/platforms/ios/src/cpp/webgl/WebGLFramebuffer.h +47 -11
  162. package/platforms/ios/src/cpp/webgl/WebGLProgram.h +41 -6
  163. package/platforms/ios/src/cpp/webgl/WebGLRenderbuffer.h +41 -7
  164. package/platforms/ios/src/cpp/webgl/WebGLRenderingContext.cpp +6845 -0
  165. package/platforms/ios/src/cpp/webgl/WebGLRenderingContext.h +3217 -388
  166. package/platforms/ios/src/cpp/webgl/{WebGLRenderingContextBase.mm → WebGLRenderingContextBase.cpp} +18 -17
  167. package/platforms/ios/src/cpp/webgl/WebGLRenderingContextBase.h +16 -36
  168. package/platforms/ios/src/cpp/webgl/WebGLShader.h +41 -7
  169. package/platforms/ios/src/cpp/webgl/WebGLShaderPrecisionFormatImpl.cpp +50 -0
  170. package/platforms/ios/src/cpp/webgl/WebGLShaderPrecisionFormatImpl.h +67 -12
  171. package/platforms/ios/src/cpp/webgl/WebGLTexture.h +41 -7
  172. package/platforms/ios/src/cpp/webgl/WebGLUniformLocation.h +45 -9
  173. package/platforms/ios/src/cpp/webgl/extensions/ANGLE_instanced_arraysImpl.cpp +126 -0
  174. package/platforms/ios/src/cpp/webgl/extensions/ANGLE_instanced_arraysImpl.h +26 -12
  175. package/platforms/ios/src/cpp/webgl/extensions/EXT_blend_minmaxImpl.cpp +35 -0
  176. package/platforms/ios/src/cpp/webgl/extensions/EXT_blend_minmaxImpl.h +26 -6
  177. package/platforms/ios/src/cpp/webgl/extensions/EXT_color_buffer_half_floatImpl.cpp +41 -0
  178. package/platforms/ios/src/cpp/webgl/extensions/EXT_color_buffer_half_floatImpl.h +26 -6
  179. package/platforms/ios/src/cpp/webgl/extensions/EXT_disjoint_timer_queryImpl.cpp +306 -0
  180. package/platforms/ios/src/cpp/webgl/extensions/EXT_disjoint_timer_queryImpl.h +47 -13
  181. package/platforms/ios/src/cpp/webgl/extensions/EXT_sRGBImpl.h +49 -6
  182. package/platforms/ios/src/cpp/webgl/extensions/EXT_shader_texture_lodImpl.h +37 -15
  183. package/platforms/ios/src/cpp/webgl/extensions/EXT_texture_filter_anisotropicImpl.h +47 -6
  184. package/platforms/ios/src/cpp/webgl/extensions/OES_element_index_uintImpl.h +49 -6
  185. package/platforms/ios/src/cpp/webgl/extensions/OES_fbo_render_mipmap.h +41 -16
  186. package/platforms/ios/src/cpp/webgl/extensions/OES_standard_derivativesImpl.h +44 -6
  187. package/platforms/ios/src/cpp/webgl/extensions/OES_texture_floatImpl.h +39 -16
  188. package/platforms/ios/src/cpp/webgl/extensions/OES_texture_float_linearImpl.h +37 -16
  189. package/platforms/ios/src/cpp/webgl/extensions/OES_texture_half_floatImpl.h +42 -6
  190. package/platforms/ios/src/cpp/webgl/extensions/OES_texture_half_float_linearImpl.h +40 -16
  191. package/platforms/ios/src/cpp/webgl/extensions/OES_vertex_array_objectImpl.cpp +102 -0
  192. package/platforms/ios/src/cpp/webgl/extensions/OES_vertex_array_objectImpl.h +69 -14
  193. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_color_buffer_floatImpl.h +51 -8
  194. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_atcImpl.h +49 -6
  195. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_etc1Impl.h +49 -8
  196. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_etcImpl.h +76 -6
  197. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_pvrtcImpl.h +57 -6
  198. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_s3tcImpl.h +53 -6
  199. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_s3tc_srgbImpl.h +59 -6
  200. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_depth_textureImpl.h +46 -6
  201. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_draw_buffersImpl.cpp +35 -0
  202. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_draw_buffersImpl.h +131 -14
  203. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_lose_contextImpl.cpp +32 -0
  204. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_lose_contextImpl.h +61 -13
  205. package/platforms/ios/src/cpp/webgl2/WebGL2RenderingContext.cpp +4533 -0
  206. package/platforms/ios/src/cpp/webgl2/WebGL2RenderingContext.h +1427 -342
  207. package/platforms/ios/src/cpp/webgl2/WebGLQuery.h +41 -4
  208. package/platforms/ios/src/cpp/webgl2/WebGLSampler.h +42 -3
  209. package/platforms/ios/src/cpp/webgl2/WebGLSyncImpl.h +45 -11
  210. package/platforms/ios/src/cpp/webgl2/WebGLTransformFeedback.h +43 -4
  211. package/platforms/ios/src/cpp/webgl2/WebGLVertexArrayObject.h +44 -4
  212. package/platforms/ios/src/module.modulemap +1 -0
  213. package/{pods → src-native/ios}/NativeScript.podspec +12 -25
  214. package/typings/objc!CanvasNative.d.ts +2038 -0
  215. package/typings/objc!CanvasNative.js +1 -0
  216. package/typings/objc!CanvasNative.js.map +1 -0
  217. package/utils.d.ts +3 -1
  218. package/utils.js +7 -20
  219. package/utils.js.map +1 -1
  220. package/angular/nativescript-canvas-angular.d.ts +0 -5
  221. package/platforms/ios/src/cpp/CanvasJSIModule.mm +0 -1105
  222. package/platforms/ios/src/cpp/ImageAssetImpl.mm +0 -417
  223. package/platforms/ios/src/cpp/ImageBitmapImpl.mm +0 -126
  224. package/platforms/ios/src/cpp/RafImpl.mm +0 -10
  225. package/platforms/ios/src/cpp/TextDecoderImpl.mm +0 -97
  226. package/platforms/ios/src/cpp/TextEncoderImpl.mm +0 -60
  227. package/platforms/ios/src/cpp/VecMutableBuffer.h +0 -46
  228. package/platforms/ios/src/cpp/canvas-cxx/src/lib.rs.cc +0 -6132
  229. package/platforms/ios/src/cpp/canvas-cxx/src/lib.rs.h +0 -2859
  230. package/platforms/ios/src/cpp/canvas2d/CanvasGradient.mm +0 -42
  231. package/platforms/ios/src/cpp/canvas2d/CanvasPattern.mm +0 -49
  232. package/platforms/ios/src/cpp/canvas2d/CanvasRenderingContext2DImpl.mm +0 -1975
  233. package/platforms/ios/src/cpp/canvas2d/ImageDataImpl.mm +0 -68
  234. package/platforms/ios/src/cpp/canvas2d/MatrixImpl.mm +0 -149
  235. package/platforms/ios/src/cpp/canvas2d/Path2D.mm +0 -335
  236. package/platforms/ios/src/cpp/canvas2d/TextMetricsImpl.mm +0 -68
  237. package/platforms/ios/src/cpp/rust/cxx.cc +0 -793
  238. package/platforms/ios/src/cpp/rust/cxx.h +0 -1111
  239. package/platforms/ios/src/cpp/webgl/WebGLActiveInfoImpl.mm +0 -39
  240. package/platforms/ios/src/cpp/webgl/WebGLRenderingContext.mm +0 -5958
  241. package/platforms/ios/src/cpp/webgl/WebGLShaderPrecisionFormatImpl.mm +0 -40
  242. package/platforms/ios/src/cpp/webgl/extensions/ANGLE_instanced_arraysImpl.mm +0 -108
  243. package/platforms/ios/src/cpp/webgl/extensions/EXT_blend_minmaxImpl.mm +0 -28
  244. package/platforms/ios/src/cpp/webgl/extensions/EXT_color_buffer_half_floatImpl.mm +0 -42
  245. package/platforms/ios/src/cpp/webgl/extensions/EXT_disjoint_timer_queryImpl.mm +0 -295
  246. package/platforms/ios/src/cpp/webgl/extensions/EXT_sRGBImpl.mm +0 -40
  247. package/platforms/ios/src/cpp/webgl/extensions/EXT_texture_filter_anisotropicImpl.mm +0 -37
  248. package/platforms/ios/src/cpp/webgl/extensions/OES_element_index_uintImpl.mm +0 -28
  249. package/platforms/ios/src/cpp/webgl/extensions/OES_standard_derivativesImpl.mm +0 -31
  250. package/platforms/ios/src/cpp/webgl/extensions/OES_texture_half_floatImpl.mm +0 -28
  251. package/platforms/ios/src/cpp/webgl/extensions/OES_vertex_array_objectImpl.mm +0 -127
  252. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_color_buffer_floatImpl.mm +0 -45
  253. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_atcImpl.mm +0 -45
  254. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_etc1Impl.mm +0 -31
  255. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_etcImpl.mm +0 -70
  256. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_pvrtcImpl.mm +0 -47
  257. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_s3tcImpl.mm +0 -46
  258. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_compressed_texture_s3tc_srgbImpl.mm +0 -49
  259. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_depth_textureImpl.mm +0 -30
  260. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_draw_buffersImpl.mm +0 -177
  261. package/platforms/ios/src/cpp/webgl/extensions/WEBGL_lose_contextImpl.mm +0 -64
  262. package/platforms/ios/src/cpp/webgl2/WebGL2RenderingContext.mm +0 -4556
  263. package/pods/Headers/jsi/decorator.h +0 -770
  264. package/pods/Headers/jsi/instrumentation.h +0 -117
  265. package/pods/Headers/jsi/jsi-inl.h +0 -338
  266. package/pods/Headers/jsi/jsi.h +0 -1571
  267. package/pods/Headers/jsi/jsilib.h +0 -59
  268. package/pods/Headers/jsi/threadsafe.h +0 -79
  269. package/pods/Headers/v8runtime/HostProxy.h +0 -71
  270. package/pods/Headers/v8runtime/JSIV8ValueConverter.h +0 -74
  271. package/pods/Headers/v8runtime/V8PointerValue.h +0 -44
  272. package/pods/Headers/v8runtime/V8Runtime.h +0 -240
  273. package/pods/Headers/v8runtime/V8RuntimeConfig.h +0 -26
  274. package/pods/Headers/v8runtime/V8RuntimeFactory.h +0 -21
  275. /package/platforms/ios/src/cpp/{OnRafCallback.mm → OnRafCallback.cpp} +0 -0
  276. /package/{pods → src-native/ios}/Headers/include/APIDesign.md +0 -0
  277. /package/{pods → src-native/ios}/Headers/include/DEPS +0 -0
  278. /package/{pods → src-native/ios}/Headers/include/DIR_METADATA +0 -0
  279. /package/{pods → src-native/ios}/Headers/include/OWNERS +0 -0
  280. /package/{pods → src-native/ios}/Headers/include/cppgc/DEPS +0 -0
  281. /package/{pods → src-native/ios}/Headers/include/cppgc/OWNERS +0 -0
  282. /package/{pods → src-native/ios}/Headers/include/cppgc/README.md +0 -0
  283. /package/{pods → src-native/ios}/Headers/include/cppgc/allocation.h +0 -0
  284. /package/{pods → src-native/ios}/Headers/include/cppgc/common.h +0 -0
  285. /package/{pods → src-native/ios}/Headers/include/cppgc/cross-thread-persistent.h +0 -0
  286. /package/{pods → src-native/ios}/Headers/include/cppgc/custom-space.h +0 -0
  287. /package/{pods → src-native/ios}/Headers/include/cppgc/default-platform.h +0 -0
  288. /package/{pods → src-native/ios}/Headers/include/cppgc/ephemeron-pair.h +0 -0
  289. /package/{pods → src-native/ios}/Headers/include/cppgc/explicit-management.h +0 -0
  290. /package/{pods → src-native/ios}/Headers/include/cppgc/garbage-collected.h +0 -0
  291. /package/{pods → src-native/ios}/Headers/include/cppgc/heap-consistency.h +0 -0
  292. /package/{pods → src-native/ios}/Headers/include/cppgc/heap-state.h +0 -0
  293. /package/{pods → src-native/ios}/Headers/include/cppgc/heap-statistics.h +0 -0
  294. /package/{pods → src-native/ios}/Headers/include/cppgc/heap.h +0 -0
  295. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/api-constants.h +0 -0
  296. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/atomic-entry-flag.h +0 -0
  297. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/caged-heap-local-data.h +0 -0
  298. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/compiler-specific.h +0 -0
  299. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/finalizer-trait.h +0 -0
  300. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/gc-info.h +0 -0
  301. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/logging.h +0 -0
  302. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/name-trait.h +0 -0
  303. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/persistent-node.h +0 -0
  304. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/pointer-policies.h +0 -0
  305. /package/{pods → src-native/ios}/Headers/include/cppgc/internal/write-barrier.h +0 -0
  306. /package/{pods → src-native/ios}/Headers/include/cppgc/liveness-broker.h +0 -0
  307. /package/{pods → src-native/ios}/Headers/include/cppgc/macros.h +0 -0
  308. /package/{pods → src-native/ios}/Headers/include/cppgc/member.h +0 -0
  309. /package/{pods → src-native/ios}/Headers/include/cppgc/name-provider.h +0 -0
  310. /package/{pods → src-native/ios}/Headers/include/cppgc/object-size-trait.h +0 -0
  311. /package/{pods → src-native/ios}/Headers/include/cppgc/persistent.h +0 -0
  312. /package/{pods → src-native/ios}/Headers/include/cppgc/platform.h +0 -0
  313. /package/{pods → src-native/ios}/Headers/include/cppgc/prefinalizer.h +0 -0
  314. /package/{pods → src-native/ios}/Headers/include/cppgc/process-heap-statistics.h +0 -0
  315. /package/{pods → src-native/ios}/Headers/include/cppgc/sentinel-pointer.h +0 -0
  316. /package/{pods → src-native/ios}/Headers/include/cppgc/source-location.h +0 -0
  317. /package/{pods → src-native/ios}/Headers/include/cppgc/testing.h +0 -0
  318. /package/{pods → src-native/ios}/Headers/include/cppgc/trace-trait.h +0 -0
  319. /package/{pods → src-native/ios}/Headers/include/cppgc/type-traits.h +0 -0
  320. /package/{pods → src-native/ios}/Headers/include/cppgc/visitor.h +0 -0
  321. /package/{pods → src-native/ios}/Headers/include/js_protocol-1.2.json +0 -0
  322. /package/{pods → src-native/ios}/Headers/include/js_protocol-1.3.json +0 -0
  323. /package/{pods → src-native/ios}/Headers/include/js_protocol.pdl +0 -0
  324. /package/{pods → src-native/ios}/Headers/include/libffi/arm64/ffi.h +0 -0
  325. /package/{pods → src-native/ios}/Headers/include/libffi/arm64/ffitarget.h +0 -0
  326. /package/{pods → src-native/ios}/Headers/include/libffi/x86_64/ffi.h +0 -0
  327. /package/{pods → src-native/ios}/Headers/include/libffi/x86_64/ffitarget.h +0 -0
  328. /package/{pods → src-native/ios}/Headers/include/libffi.h +0 -0
  329. /package/{pods → src-native/ios}/Headers/include/libplatform/DEPS +0 -0
  330. /package/{pods → src-native/ios}/Headers/include/libplatform/libplatform-export.h +0 -0
  331. /package/{pods → src-native/ios}/Headers/include/libplatform/libplatform.h +0 -0
  332. /package/{pods → src-native/ios}/Headers/include/libplatform/v8-tracing.h +0 -0
  333. /package/{pods → src-native/ios}/Headers/include/v8-array-buffer.h +0 -0
  334. /package/{pods → src-native/ios}/Headers/include/v8-callbacks.h +0 -0
  335. /package/{pods → src-native/ios}/Headers/include/v8-container.h +0 -0
  336. /package/{pods → src-native/ios}/Headers/include/v8-context.h +0 -0
  337. /package/{pods → src-native/ios}/Headers/include/v8-cppgc.h +0 -0
  338. /package/{pods → src-native/ios}/Headers/include/v8-data.h +0 -0
  339. /package/{pods → src-native/ios}/Headers/include/v8-date.h +0 -0
  340. /package/{pods → src-native/ios}/Headers/include/v8-debug.h +0 -0
  341. /package/{pods → src-native/ios}/Headers/include/v8-embedder-heap.h +0 -0
  342. /package/{pods → src-native/ios}/Headers/include/v8-embedder-state-scope.h +0 -0
  343. /package/{pods → src-native/ios}/Headers/include/v8-exception.h +0 -0
  344. /package/{pods → src-native/ios}/Headers/include/v8-extension.h +0 -0
  345. /package/{pods → src-native/ios}/Headers/include/v8-external.h +0 -0
  346. /package/{pods → src-native/ios}/Headers/include/v8-fast-api-calls.h +0 -0
  347. /package/{pods → src-native/ios}/Headers/include/v8-forward.h +0 -0
  348. /package/{pods → src-native/ios}/Headers/include/v8-function-callback.h +0 -0
  349. /package/{pods → src-native/ios}/Headers/include/v8-function.h +0 -0
  350. /package/{pods → src-native/ios}/Headers/include/v8-initialization.h +0 -0
  351. /package/{pods → src-native/ios}/Headers/include/v8-inspector-protocol.h +0 -0
  352. /package/{pods → src-native/ios}/Headers/include/v8-inspector.h +0 -0
  353. /package/{pods → src-native/ios}/Headers/include/v8-internal.h +0 -0
  354. /package/{pods → src-native/ios}/Headers/include/v8-isolate.h +0 -0
  355. /package/{pods → src-native/ios}/Headers/include/v8-json.h +0 -0
  356. /package/{pods → src-native/ios}/Headers/include/v8-local-handle.h +0 -0
  357. /package/{pods → src-native/ios}/Headers/include/v8-locker.h +0 -0
  358. /package/{pods → src-native/ios}/Headers/include/v8-maybe.h +0 -0
  359. /package/{pods → src-native/ios}/Headers/include/v8-memory-span.h +0 -0
  360. /package/{pods → src-native/ios}/Headers/include/v8-message.h +0 -0
  361. /package/{pods → src-native/ios}/Headers/include/v8-metrics.h +0 -0
  362. /package/{pods → src-native/ios}/Headers/include/v8-microtask-queue.h +0 -0
  363. /package/{pods → src-native/ios}/Headers/include/v8-microtask.h +0 -0
  364. /package/{pods → src-native/ios}/Headers/include/v8-object.h +0 -0
  365. /package/{pods → src-native/ios}/Headers/include/v8-persistent-handle.h +0 -0
  366. /package/{pods → src-native/ios}/Headers/include/v8-platform.h +0 -0
  367. /package/{pods → src-native/ios}/Headers/include/v8-primitive-object.h +0 -0
  368. /package/{pods → src-native/ios}/Headers/include/v8-primitive.h +0 -0
  369. /package/{pods → src-native/ios}/Headers/include/v8-profiler.h +0 -0
  370. /package/{pods → src-native/ios}/Headers/include/v8-promise.h +0 -0
  371. /package/{pods → src-native/ios}/Headers/include/v8-proxy.h +0 -0
  372. /package/{pods → src-native/ios}/Headers/include/v8-regexp.h +0 -0
  373. /package/{pods → src-native/ios}/Headers/include/v8-script.h +0 -0
  374. /package/{pods → src-native/ios}/Headers/include/v8-snapshot.h +0 -0
  375. /package/{pods → src-native/ios}/Headers/include/v8-statistics.h +0 -0
  376. /package/{pods → src-native/ios}/Headers/include/v8-template.h +0 -0
  377. /package/{pods → src-native/ios}/Headers/include/v8-traced-handle.h +0 -0
  378. /package/{pods → src-native/ios}/Headers/include/v8-typed-array.h +0 -0
  379. /package/{pods → src-native/ios}/Headers/include/v8-unwinder-state.h +0 -0
  380. /package/{pods → src-native/ios}/Headers/include/v8-unwinder.h +0 -0
  381. /package/{pods → src-native/ios}/Headers/include/v8-util.h +0 -0
  382. /package/{pods → src-native/ios}/Headers/include/v8-value-serializer-version.h +0 -0
  383. /package/{pods → src-native/ios}/Headers/include/v8-value-serializer.h +0 -0
  384. /package/{pods → src-native/ios}/Headers/include/v8-value.h +0 -0
  385. /package/{pods → src-native/ios}/Headers/include/v8-version-string.h +0 -0
  386. /package/{pods → src-native/ios}/Headers/include/v8-version.h +0 -0
  387. /package/{pods → src-native/ios}/Headers/include/v8-wasm-trap-handler-posix.h +0 -0
  388. /package/{pods → src-native/ios}/Headers/include/v8-wasm-trap-handler-win.h +0 -0
  389. /package/{pods → src-native/ios}/Headers/include/v8-wasm.h +0 -0
  390. /package/{pods → src-native/ios}/Headers/include/v8-weak-callback-info.h +0 -0
  391. /package/{pods → src-native/ios}/Headers/include/v8.h +0 -0
  392. /package/{pods → src-native/ios}/Headers/include/v8config.h +0 -0
  393. /package/{pods → src-native/ios}/Headers/inspector/InspectorServer.h +0 -0
  394. /package/{pods → src-native/ios}/Headers/inspector/JsV8InspectorClient.h +0 -0
  395. /package/{pods → src-native/ios}/Headers/inspector/base/trace_event/common/trace_event_common.h +0 -0
  396. /package/{pods → src-native/ios}/Headers/inspector/base64.h +0 -0
  397. /package/{pods → src-native/ios}/Headers/inspector/src/base/address-region.h +0 -0
  398. /package/{pods → src-native/ios}/Headers/inspector/src/base/atomic-utils.h +0 -0
  399. /package/{pods → src-native/ios}/Headers/inspector/src/base/atomicops.h +0 -0
  400. /package/{pods → src-native/ios}/Headers/inspector/src/base/atomicops_internals_atomicword_compat.h +0 -0
  401. /package/{pods → src-native/ios}/Headers/inspector/src/base/base-export.h +0 -0
  402. /package/{pods → src-native/ios}/Headers/inspector/src/base/bits.h +0 -0
  403. /package/{pods → src-native/ios}/Headers/inspector/src/base/build_config.h +0 -0
  404. /package/{pods → src-native/ios}/Headers/inspector/src/base/compiler-specific.h +0 -0
  405. /package/{pods → src-native/ios}/Headers/inspector/src/base/export-template.h +0 -0
  406. /package/{pods → src-native/ios}/Headers/inspector/src/base/flags.h +0 -0
  407. /package/{pods → src-native/ios}/Headers/inspector/src/base/immediate-crash.h +0 -0
  408. /package/{pods → src-native/ios}/Headers/inspector/src/base/lazy-instance.h +0 -0
  409. /package/{pods → src-native/ios}/Headers/inspector/src/base/logging.h +0 -0
  410. /package/{pods → src-native/ios}/Headers/inspector/src/base/macros.h +0 -0
  411. /package/{pods → src-native/ios}/Headers/inspector/src/base/memory.h +0 -0
  412. /package/{pods → src-native/ios}/Headers/inspector/src/base/once.h +0 -0
  413. /package/{pods → src-native/ios}/Headers/inspector/src/base/optional.h +0 -0
  414. /package/{pods → src-native/ios}/Headers/inspector/src/base/platform/mutex.h +0 -0
  415. /package/{pods → src-native/ios}/Headers/inspector/src/base/platform/platform.h +0 -0
  416. /package/{pods → src-native/ios}/Headers/inspector/src/base/platform/semaphore.h +0 -0
  417. /package/{pods → src-native/ios}/Headers/inspector/src/base/platform/v8-time.h +0 -0
  418. /package/{pods → src-native/ios}/Headers/inspector/src/base/platform/wrappers.h +0 -0
  419. /package/{pods → src-native/ios}/Headers/inspector/src/base/safe_conversions.h +0 -0
  420. /package/{pods → src-native/ios}/Headers/inspector/src/base/safe_conversions_impl.h +0 -0
  421. /package/{pods → src-native/ios}/Headers/inspector/src/base/template-utils.h +0 -0
  422. /package/{pods → src-native/ios}/Headers/inspector/src/base/v8-fallthrough.h +0 -0
  423. /package/{pods → src-native/ios}/Headers/inspector/src/common/checks.h +0 -0
  424. /package/{pods → src-native/ios}/Headers/inspector/src/common/globals.h +0 -0
  425. /package/{pods → src-native/ios}/Headers/inspector/src/debug/debug-interface.h +0 -0
  426. /package/{pods → src-native/ios}/Headers/inspector/src/debug/interface-types.h +0 -0
  427. /package/{pods → src-native/ios}/Headers/inspector/src/init/v8.h +0 -0
  428. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/custom-preview.h +0 -0
  429. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/injected-script.h +0 -0
  430. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/inspected-context.h +0 -0
  431. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/CSS.h +0 -0
  432. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Console.h +0 -0
  433. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/DOM.h +0 -0
  434. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Debugger.h +0 -0
  435. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Forward.h +0 -0
  436. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/HeapProfiler.h +0 -0
  437. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Log.h +0 -0
  438. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Network.h +0 -0
  439. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Overlay.h +0 -0
  440. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Page.h +0 -0
  441. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Profiler.h +0 -0
  442. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Protocol.h +0 -0
  443. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Runtime.h +0 -0
  444. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Schema.h +0 -0
  445. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/protocol/Security.h +0 -0
  446. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/remote-object-id.h +0 -0
  447. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/search-util.h +0 -0
  448. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/string-16.h +0 -0
  449. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/string-util.h +0 -0
  450. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-console-agent-impl.h +0 -0
  451. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-console-message.h +0 -0
  452. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-console.h +0 -0
  453. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-css-agent-impl.h +0 -0
  454. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-debugger-agent-impl.h +0 -0
  455. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-debugger-id.h +0 -0
  456. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-debugger-script.h +0 -0
  457. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-debugger.h +0 -0
  458. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-dom-agent-impl.h +0 -0
  459. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-heap-profiler-agent-impl.h +0 -0
  460. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-inspector-impl.h +0 -0
  461. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-inspector-session-impl.h +0 -0
  462. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-log-agent-impl.h +0 -0
  463. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-network-agent-impl.h +0 -0
  464. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-ns-debugger-agent-impl.h +0 -0
  465. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-overlay-agent-impl.h +0 -0
  466. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-page-agent-impl.h +0 -0
  467. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-profiler-agent-impl.h +0 -0
  468. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-regex.h +0 -0
  469. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-runtime-agent-impl.h +0 -0
  470. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-schema-agent-impl.h +0 -0
  471. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-stack-trace-impl.h +0 -0
  472. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-string-conversions.h +0 -0
  473. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/v8-value-utils.h +0 -0
  474. /package/{pods → src-native/ios}/Headers/inspector/src/inspector/value-mirror.h +0 -0
  475. /package/{pods → src-native/ios}/Headers/inspector/src/libplatform/default-platform.h +0 -0
  476. /package/{pods → src-native/ios}/Headers/inspector/src/logging/tracing-flags.h +0 -0
  477. /package/{pods → src-native/ios}/Headers/inspector/src/numbers/conversions.h +0 -0
  478. /package/{pods → src-native/ios}/Headers/inspector/src/tracing/trace-event.h +0 -0
  479. /package/{pods → src-native/ios}/Headers/inspector/src/utils/allocation.h +0 -0
  480. /package/{pods → src-native/ios}/Headers/inspector/src/utils/vector.h +0 -0
  481. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/cbor.h +0 -0
  482. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/dispatch.h +0 -0
  483. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/error_support.h +0 -0
  484. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/export.h +0 -0
  485. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/find_by_first.h +0 -0
  486. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/frontend_channel.h +0 -0
  487. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/glue.h +0 -0
  488. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/json.h +0 -0
  489. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/json_platform.h +0 -0
  490. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/maybe.h +0 -0
  491. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/parser_handler.h +0 -0
  492. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/protocol_core.h +0 -0
  493. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/serializable.h +0 -0
  494. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/serializer_traits.h +0 -0
  495. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/span.h +0 -0
  496. /package/{pods → src-native/ios}/Headers/inspector/third_party/inspector_protocol/crdtp/status.h +0 -0
  497. /package/{pods → src-native/ios}/Headers/inspector/utils.h +0 -0
  498. /package/{pods → src-native/ios}/Headers/inspector/v8-inspector-platform.h +0 -0
  499. /package/{pods → src-native/ios}/Headers/runtime/ArgConverter.h +0 -0
  500. /package/{pods → src-native/ios}/Headers/runtime/ArrayAdapter.h +0 -0
  501. /package/{pods → src-native/ios}/Headers/runtime/Caches.h +0 -0
  502. /package/{pods → src-native/ios}/Headers/runtime/ClassBuilder.h +0 -0
  503. /package/{pods → src-native/ios}/Headers/runtime/Common.h +0 -0
  504. /package/{pods → src-native/ios}/Headers/runtime/ConcurrentMap.h +0 -0
  505. /package/{pods → src-native/ios}/Headers/runtime/ConcurrentQueue.h +0 -0
  506. /package/{pods → src-native/ios}/Headers/runtime/Console.h +0 -0
  507. /package/{pods → src-native/ios}/Headers/runtime/Constants.h +0 -0
  508. /package/{pods → src-native/ios}/Headers/runtime/DataWrapper.h +0 -0
  509. /package/{pods → src-native/ios}/Headers/runtime/DictionaryAdapter.h +0 -0
  510. /package/{pods → src-native/ios}/Headers/runtime/ExtVector.h +0 -0
  511. /package/{pods → src-native/ios}/Headers/runtime/FFICall.h +0 -0
  512. /package/{pods → src-native/ios}/Headers/runtime/FastEnumerationAdapter.h +0 -0
  513. /package/{pods → src-native/ios}/Headers/runtime/FunctionReference.h +0 -0
  514. /package/{pods → src-native/ios}/Headers/runtime/Helpers.h +0 -0
  515. /package/{pods → src-native/ios}/Headers/runtime/InlineFunctions.h +0 -0
  516. /package/{pods → src-native/ios}/Headers/runtime/Interop.h +0 -0
  517. /package/{pods → src-native/ios}/Headers/runtime/KnownUnknownClassPair.h +0 -0
  518. /package/{pods → src-native/ios}/Headers/runtime/Metadata.h +0 -0
  519. /package/{pods → src-native/ios}/Headers/runtime/MetadataBuilder.h +0 -0
  520. /package/{pods → src-native/ios}/Headers/runtime/MetadataInlines.h +0 -0
  521. /package/{pods → src-native/ios}/Headers/runtime/ModuleInternal.h +0 -0
  522. /package/{pods → src-native/ios}/Headers/runtime/NSDataAdapter.h +0 -0
  523. /package/{pods → src-native/ios}/Headers/runtime/NativeScriptException.h +0 -0
  524. /package/{pods → src-native/ios}/Headers/runtime/ObjectManager.h +0 -0
  525. /package/{pods → src-native/ios}/Headers/runtime/OneByteStringResource.h +0 -0
  526. /package/{pods → src-native/ios}/Headers/runtime/Pointer.h +0 -0
  527. /package/{pods → src-native/ios}/Headers/runtime/PromiseProxy.h +0 -0
  528. /package/{pods → src-native/ios}/Headers/runtime/Reference.h +0 -0
  529. /package/{pods → src-native/ios}/Headers/runtime/Runtime.h +0 -0
  530. /package/{pods → src-native/ios}/Headers/runtime/RuntimeConfig.h +0 -0
  531. /package/{pods → src-native/ios}/Headers/runtime/SetTimeout.h +0 -0
  532. /package/{pods → src-native/ios}/Headers/runtime/SimpleAllocator.h +0 -0
  533. /package/{pods → src-native/ios}/Headers/runtime/StringHasher.h +0 -0
  534. /package/{pods → src-native/ios}/Headers/runtime/SymbolIterator.h +0 -0
  535. /package/{pods → src-native/ios}/Headers/runtime/SymbolLoader.h +0 -0
  536. /package/{pods → src-native/ios}/Headers/runtime/TNSDerivedClass.h +0 -0
  537. /package/{pods → src-native/ios}/Headers/runtime/TSHelpers.h +0 -0
  538. /package/{pods → src-native/ios}/Headers/runtime/Tasks.h +0 -0
  539. /package/{pods → src-native/ios}/Headers/runtime/UnmanagedType.h +0 -0
  540. /package/{pods → src-native/ios}/Headers/runtime/WeakRef.h +0 -0
  541. /package/{pods → src-native/ios}/Headers/runtime/Worker.h +0 -0
  542. /package/{pods → src-native/ios}/Headers/runtime/robin_hood.h +0 -0
@@ -0,0 +1,665 @@
1
+ /*
2
+ * Copyright (C) 2015 The Android Open Source Project
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ #ifndef __gl3_h_
17
+ #define __gl3_h_
18
+
19
+ /*
20
+ * stub gl3.h for dynamic loading, based on:
21
+ * gl3.h last updated on $Date: 2013-02-12 14:37:24 -0800 (Tue, 12 Feb 2013) $
22
+ *
23
+ * Changes:
24
+ * - Added #include <GLES2/gl2.h>
25
+ * - Removed duplicate OpenGL ES 2.0 declarations
26
+ * - Converted OpenGL ES 3.0 function prototypes to function pointer
27
+ * declarations
28
+ * - Added gl3stubInit() declaration
29
+ */
30
+
31
+ #include <GLES2/gl2.h>
32
+ #include <android/api-level.h>
33
+
34
+ #ifdef __cplusplus
35
+ extern "C" {
36
+ #endif
37
+
38
+ /*
39
+ ** Copyright (c) 2007-2013 The Khronos Group Inc.
40
+ **
41
+ ** Permission is hereby granted, free of charge, to any person obtaining a
42
+ ** copy of this software and/or associated documentation files (the
43
+ ** "Materials"), to deal in the Materials without restriction, including
44
+ ** without limitation the rights to use, copy, modify, merge, publish,
45
+ ** distribute, sublicense, and/or sell copies of the Materials, and to
46
+ ** permit persons to whom the Materials are furnished to do so, subject to
47
+ ** the following conditions:
48
+ **
49
+ ** The above copyright notice and this permission notice shall be included
50
+ ** in all copies or substantial portions of the Materials.
51
+ **
52
+ ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
53
+ ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
54
+ ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
55
+ ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
56
+ ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
57
+ ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
58
+ ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
59
+ */
60
+
61
+ /* Call this function before calling any OpenGL ES 3.0 functions. It will
62
+ * return GL_TRUE if the OpenGL ES 3.0 was successfully initialized, GL_FALSE
63
+ * otherwise. */
64
+ GLboolean gl3stubInit();
65
+
66
+ /*-------------------------------------------------------------------------
67
+ * Data type definitions
68
+ *-----------------------------------------------------------------------*/
69
+
70
+ /* OpenGL ES 3.0 */
71
+
72
+ typedef unsigned short GLhalf;
73
+ #if __ANDROID_API__ <= 19
74
+ typedef khronos_int64_t GLint64;
75
+ typedef khronos_uint64_t GLuint64;
76
+ typedef struct __GLsync* GLsync;
77
+ #endif
78
+
79
+ /*-------------------------------------------------------------------------
80
+ * Token definitions
81
+ *-----------------------------------------------------------------------*/
82
+
83
+ /* OpenGL ES core versions */
84
+ #define GL_ES_VERSION_3_0 1
85
+
86
+ /* OpenGL ES 3.0 */
87
+
88
+ #define GL_READ_BUFFER 0x0C02
89
+ #define GL_UNPACK_ROW_LENGTH 0x0CF2
90
+ #define GL_UNPACK_SKIP_ROWS 0x0CF3
91
+ #define GL_UNPACK_SKIP_PIXELS 0x0CF4
92
+ #define GL_PACK_ROW_LENGTH 0x0D02
93
+ #define GL_PACK_SKIP_ROWS 0x0D03
94
+ #define GL_PACK_SKIP_PIXELS 0x0D04
95
+ #define GL_COLOR 0x1800
96
+ #define GL_DEPTH 0x1801
97
+ #define GL_STENCIL 0x1802
98
+ #define GL_RED 0x1903
99
+ #define GL_RGB8 0x8051
100
+ #define GL_RGBA8 0x8058
101
+ #define GL_RGB10_A2 0x8059
102
+ #define GL_TEXTURE_BINDING_3D 0x806A
103
+ #define GL_UNPACK_SKIP_IMAGES 0x806D
104
+ #define GL_UNPACK_IMAGE_HEIGHT 0x806E
105
+ #define GL_TEXTURE_3D 0x806F
106
+ #define GL_TEXTURE_WRAP_R 0x8072
107
+ #define GL_MAX_3D_TEXTURE_SIZE 0x8073
108
+ #define GL_UNSIGNED_INT_2_10_10_10_REV 0x8368
109
+ #define GL_MAX_ELEMENTS_VERTICES 0x80E8
110
+ #define GL_MAX_ELEMENTS_INDICES 0x80E9
111
+ #define GL_TEXTURE_MIN_LOD 0x813A
112
+ #define GL_TEXTURE_MAX_LOD 0x813B
113
+ #define GL_TEXTURE_BASE_LEVEL 0x813C
114
+ #define GL_TEXTURE_MAX_LEVEL 0x813D
115
+ #define GL_MIN 0x8007
116
+ #define GL_MAX 0x8008
117
+ #define GL_DEPTH_COMPONENT24 0x81A6
118
+ #define GL_MAX_TEXTURE_LOD_BIAS 0x84FD
119
+ #define GL_TEXTURE_COMPARE_MODE 0x884C
120
+ #define GL_TEXTURE_COMPARE_FUNC 0x884D
121
+ #define GL_CURRENT_QUERY 0x8865
122
+ #define GL_QUERY_RESULT 0x8866
123
+ #define GL_QUERY_RESULT_AVAILABLE 0x8867
124
+ #define GL_BUFFER_MAPPED 0x88BC
125
+ #define GL_BUFFER_MAP_POINTER 0x88BD
126
+ #define GL_STREAM_READ 0x88E1
127
+ #define GL_STREAM_COPY 0x88E2
128
+ #define GL_STATIC_READ 0x88E5
129
+ #define GL_STATIC_COPY 0x88E6
130
+ #define GL_DYNAMIC_READ 0x88E9
131
+ #define GL_DYNAMIC_COPY 0x88EA
132
+ #define GL_MAX_DRAW_BUFFERS 0x8824
133
+ #define GL_DRAW_BUFFER0 0x8825
134
+ #define GL_DRAW_BUFFER1 0x8826
135
+ #define GL_DRAW_BUFFER2 0x8827
136
+ #define GL_DRAW_BUFFER3 0x8828
137
+ #define GL_DRAW_BUFFER4 0x8829
138
+ #define GL_DRAW_BUFFER5 0x882A
139
+ #define GL_DRAW_BUFFER6 0x882B
140
+ #define GL_DRAW_BUFFER7 0x882C
141
+ #define GL_DRAW_BUFFER8 0x882D
142
+ #define GL_DRAW_BUFFER9 0x882E
143
+ #define GL_DRAW_BUFFER10 0x882F
144
+ #define GL_DRAW_BUFFER11 0x8830
145
+ #define GL_DRAW_BUFFER12 0x8831
146
+ #define GL_DRAW_BUFFER13 0x8832
147
+ #define GL_DRAW_BUFFER14 0x8833
148
+ #define GL_DRAW_BUFFER15 0x8834
149
+ #define GL_MAX_FRAGMENT_UNIFORM_COMPONENTS 0x8B49
150
+ #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A
151
+ #define GL_SAMPLER_3D 0x8B5F
152
+ #define GL_SAMPLER_2D_SHADOW 0x8B62
153
+ #define GL_FRAGMENT_SHADER_DERIVATIVE_HINT 0x8B8B
154
+ #define GL_PIXEL_PACK_BUFFER 0x88EB
155
+ #define GL_PIXEL_UNPACK_BUFFER 0x88EC
156
+ #define GL_PIXEL_PACK_BUFFER_BINDING 0x88ED
157
+ #define GL_PIXEL_UNPACK_BUFFER_BINDING 0x88EF
158
+ #define GL_FLOAT_MAT2x3 0x8B65
159
+ #define GL_FLOAT_MAT2x4 0x8B66
160
+ #define GL_FLOAT_MAT3x2 0x8B67
161
+ #define GL_FLOAT_MAT3x4 0x8B68
162
+ #define GL_FLOAT_MAT4x2 0x8B69
163
+ #define GL_FLOAT_MAT4x3 0x8B6A
164
+ #define GL_SRGB 0x8C40
165
+ #define GL_SRGB8 0x8C41
166
+ #define GL_SRGB8_ALPHA8 0x8C43
167
+ #define GL_COMPARE_REF_TO_TEXTURE 0x884E
168
+ #define GL_MAJOR_VERSION 0x821B
169
+ #define GL_MINOR_VERSION 0x821C
170
+ #define GL_NUM_EXTENSIONS 0x821D
171
+ #define GL_RGBA32F 0x8814
172
+ #define GL_RGB32F 0x8815
173
+ #define GL_RGBA16F 0x881A
174
+ #define GL_RGB16F 0x881B
175
+ #define GL_VERTEX_ATTRIB_ARRAY_INTEGER 0x88FD
176
+ #define GL_MAX_ARRAY_TEXTURE_LAYERS 0x88FF
177
+ #define GL_MIN_PROGRAM_TEXEL_OFFSET 0x8904
178
+ #define GL_MAX_PROGRAM_TEXEL_OFFSET 0x8905
179
+ #define GL_MAX_VARYING_COMPONENTS 0x8B4B
180
+ #define GL_TEXTURE_2D_ARRAY 0x8C1A
181
+ #define GL_TEXTURE_BINDING_2D_ARRAY 0x8C1D
182
+ #define GL_R11F_G11F_B10F 0x8C3A
183
+ #define GL_UNSIGNED_INT_10F_11F_11F_REV 0x8C3B
184
+ #define GL_RGB9_E5 0x8C3D
185
+ #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E
186
+ #define GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH 0x8C76
187
+ #define GL_TRANSFORM_FEEDBACK_BUFFER_MODE 0x8C7F
188
+ #define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS 0x8C80
189
+ #define GL_TRANSFORM_FEEDBACK_VARYINGS 0x8C83
190
+ #define GL_TRANSFORM_FEEDBACK_BUFFER_START 0x8C84
191
+ #define GL_TRANSFORM_FEEDBACK_BUFFER_SIZE 0x8C85
192
+ #define GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 0x8C88
193
+ #define GL_RASTERIZER_DISCARD 0x8C89
194
+ #define GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS 0x8C8A
195
+ #define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS 0x8C8B
196
+ #define GL_INTERLEAVED_ATTRIBS 0x8C8C
197
+ #define GL_SEPARATE_ATTRIBS 0x8C8D
198
+ #define GL_TRANSFORM_FEEDBACK_BUFFER 0x8C8E
199
+ #define GL_TRANSFORM_FEEDBACK_BUFFER_BINDING 0x8C8F
200
+ #define GL_RGBA32UI 0x8D70
201
+ #define GL_RGB32UI 0x8D71
202
+ #define GL_RGBA16UI 0x8D76
203
+ #define GL_RGB16UI 0x8D77
204
+ #define GL_RGBA8UI 0x8D7C
205
+ #define GL_RGB8UI 0x8D7D
206
+ #define GL_RGBA32I 0x8D82
207
+ #define GL_RGB32I 0x8D83
208
+ #define GL_RGBA16I 0x8D88
209
+ #define GL_RGB16I 0x8D89
210
+ #define GL_RGBA8I 0x8D8E
211
+ #define GL_RGB8I 0x8D8F
212
+ #define GL_RED_INTEGER 0x8D94
213
+ #define GL_RGB_INTEGER 0x8D98
214
+ #define GL_RGBA_INTEGER 0x8D99
215
+ #define GL_SAMPLER_2D_ARRAY 0x8DC1
216
+ #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4
217
+ #define GL_SAMPLER_CUBE_SHADOW 0x8DC5
218
+ #define GL_UNSIGNED_INT_VEC2 0x8DC6
219
+ #define GL_UNSIGNED_INT_VEC3 0x8DC7
220
+ #define GL_UNSIGNED_INT_VEC4 0x8DC8
221
+ #define GL_INT_SAMPLER_2D 0x8DCA
222
+ #define GL_INT_SAMPLER_3D 0x8DCB
223
+ #define GL_INT_SAMPLER_CUBE 0x8DCC
224
+ #define GL_INT_SAMPLER_2D_ARRAY 0x8DCF
225
+ #define GL_UNSIGNED_INT_SAMPLER_2D 0x8DD2
226
+ #define GL_UNSIGNED_INT_SAMPLER_3D 0x8DD3
227
+ #define GL_UNSIGNED_INT_SAMPLER_CUBE 0x8DD4
228
+ #define GL_UNSIGNED_INT_SAMPLER_2D_ARRAY 0x8DD7
229
+ #define GL_BUFFER_ACCESS_FLAGS 0x911F
230
+ #define GL_BUFFER_MAP_LENGTH 0x9120
231
+ #define GL_BUFFER_MAP_OFFSET 0x9121
232
+ #define GL_DEPTH_COMPONENT32F 0x8CAC
233
+ #define GL_DEPTH32F_STENCIL8 0x8CAD
234
+ #define GL_FLOAT_32_UNSIGNED_INT_24_8_REV 0x8DAD
235
+ #define GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING 0x8210
236
+ #define GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE 0x8211
237
+ #define GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE 0x8212
238
+ #define GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE 0x8213
239
+ #define GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE 0x8214
240
+ #define GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE 0x8215
241
+ #define GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE 0x8216
242
+ #define GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE 0x8217
243
+ #define GL_FRAMEBUFFER_DEFAULT 0x8218
244
+ #define GL_FRAMEBUFFER_UNDEFINED 0x8219
245
+ #define GL_DEPTH_STENCIL_ATTACHMENT 0x821A
246
+ #define GL_DEPTH_STENCIL 0x84F9
247
+ #define GL_UNSIGNED_INT_24_8 0x84FA
248
+ #define GL_DEPTH24_STENCIL8 0x88F0
249
+ #define GL_UNSIGNED_NORMALIZED 0x8C17
250
+ #define GL_DRAW_FRAMEBUFFER_BINDING GL_FRAMEBUFFER_BINDING
251
+ #define GL_READ_FRAMEBUFFER 0x8CA8
252
+ #define GL_DRAW_FRAMEBUFFER 0x8CA9
253
+ #define GL_READ_FRAMEBUFFER_BINDING 0x8CAA
254
+ #define GL_RENDERBUFFER_SAMPLES 0x8CAB
255
+ #define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER 0x8CD4
256
+ #define GL_MAX_COLOR_ATTACHMENTS 0x8CDF
257
+ #define GL_COLOR_ATTACHMENT1 0x8CE1
258
+ #define GL_COLOR_ATTACHMENT2 0x8CE2
259
+ #define GL_COLOR_ATTACHMENT3 0x8CE3
260
+ #define GL_COLOR_ATTACHMENT4 0x8CE4
261
+ #define GL_COLOR_ATTACHMENT5 0x8CE5
262
+ #define GL_COLOR_ATTACHMENT6 0x8CE6
263
+ #define GL_COLOR_ATTACHMENT7 0x8CE7
264
+ #define GL_COLOR_ATTACHMENT8 0x8CE8
265
+ #define GL_COLOR_ATTACHMENT9 0x8CE9
266
+ #define GL_COLOR_ATTACHMENT10 0x8CEA
267
+ #define GL_COLOR_ATTACHMENT11 0x8CEB
268
+ #define GL_COLOR_ATTACHMENT12 0x8CEC
269
+ #define GL_COLOR_ATTACHMENT13 0x8CED
270
+ #define GL_COLOR_ATTACHMENT14 0x8CEE
271
+ #define GL_COLOR_ATTACHMENT15 0x8CEF
272
+ #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56
273
+ #define GL_MAX_SAMPLES 0x8D57
274
+ #define GL_HALF_FLOAT 0x140B
275
+ #define GL_MAP_READ_BIT 0x0001
276
+ #define GL_MAP_WRITE_BIT 0x0002
277
+ #define GL_MAP_INVALIDATE_RANGE_BIT 0x0004
278
+ #define GL_MAP_INVALIDATE_BUFFER_BIT 0x0008
279
+ #define GL_MAP_FLUSH_EXPLICIT_BIT 0x0010
280
+ #define GL_MAP_UNSYNCHRONIZED_BIT 0x0020
281
+ #define GL_RG 0x8227
282
+ #define GL_RG_INTEGER 0x8228
283
+ #define GL_R8 0x8229
284
+ #define GL_RG8 0x822B
285
+ #define GL_R16F 0x822D
286
+ #define GL_R32F 0x822E
287
+ #define GL_RG16F 0x822F
288
+ #define GL_RG32F 0x8230
289
+ #define GL_R8I 0x8231
290
+ #define GL_R8UI 0x8232
291
+ #define GL_R16I 0x8233
292
+ #define GL_R16UI 0x8234
293
+ #define GL_R32I 0x8235
294
+ #define GL_R32UI 0x8236
295
+ #define GL_RG8I 0x8237
296
+ #define GL_RG8UI 0x8238
297
+ #define GL_RG16I 0x8239
298
+ #define GL_RG16UI 0x823A
299
+ #define GL_RG32I 0x823B
300
+ #define GL_RG32UI 0x823C
301
+ #define GL_VERTEX_ARRAY_BINDING 0x85B5
302
+ #define GL_R8_SNORM 0x8F94
303
+ #define GL_RG8_SNORM 0x8F95
304
+ #define GL_RGB8_SNORM 0x8F96
305
+ #define GL_RGBA8_SNORM 0x8F97
306
+ #define GL_SIGNED_NORMALIZED 0x8F9C
307
+ #define GL_PRIMITIVE_RESTART_FIXED_INDEX 0x8D69
308
+ #define GL_COPY_READ_BUFFER 0x8F36
309
+ #define GL_COPY_WRITE_BUFFER 0x8F37
310
+ #define GL_COPY_READ_BUFFER_BINDING GL_COPY_READ_BUFFER
311
+ #define GL_COPY_WRITE_BUFFER_BINDING GL_COPY_WRITE_BUFFER
312
+ #define GL_UNIFORM_BUFFER 0x8A11
313
+ #define GL_UNIFORM_BUFFER_BINDING 0x8A28
314
+ #define GL_UNIFORM_BUFFER_START 0x8A29
315
+ #define GL_UNIFORM_BUFFER_SIZE 0x8A2A
316
+ #define GL_MAX_VERTEX_UNIFORM_BLOCKS 0x8A2B
317
+ #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D
318
+ #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E
319
+ #define GL_MAX_UNIFORM_BUFFER_BINDINGS 0x8A2F
320
+ #define GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30
321
+ #define GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS 0x8A31
322
+ #define GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS 0x8A33
323
+ #define GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT 0x8A34
324
+ #define GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH 0x8A35
325
+ #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36
326
+ #define GL_UNIFORM_TYPE 0x8A37
327
+ #define GL_UNIFORM_SIZE 0x8A38
328
+ #define GL_UNIFORM_NAME_LENGTH 0x8A39
329
+ #define GL_UNIFORM_BLOCK_INDEX 0x8A3A
330
+ #define GL_UNIFORM_OFFSET 0x8A3B
331
+ #define GL_UNIFORM_ARRAY_STRIDE 0x8A3C
332
+ #define GL_UNIFORM_MATRIX_STRIDE 0x8A3D
333
+ #define GL_UNIFORM_IS_ROW_MAJOR 0x8A3E
334
+ #define GL_UNIFORM_BLOCK_BINDING 0x8A3F
335
+ #define GL_UNIFORM_BLOCK_DATA_SIZE 0x8A40
336
+ #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41
337
+ #define GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS 0x8A42
338
+ #define GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES 0x8A43
339
+ #define GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER 0x8A44
340
+ #define GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER 0x8A46
341
+ #define GL_INVALID_INDEX 0xFFFFFFFFu
342
+ #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122
343
+ #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125
344
+ #define GL_MAX_SERVER_WAIT_TIMEOUT 0x9111
345
+ #define GL_OBJECT_TYPE 0x9112
346
+ #define GL_SYNC_CONDITION 0x9113
347
+ #define GL_SYNC_STATUS 0x9114
348
+ #define GL_SYNC_FLAGS 0x9115
349
+ #define GL_SYNC_FENCE 0x9116
350
+ #define GL_SYNC_GPU_COMMANDS_COMPLETE 0x9117
351
+ #define GL_UNSIGNALED 0x9118
352
+ #define GL_SIGNALED 0x9119
353
+ #define GL_ALREADY_SIGNALED 0x911A
354
+ #define GL_TIMEOUT_EXPIRED 0x911B
355
+ #define GL_CONDITION_SATISFIED 0x911C
356
+ #define GL_WAIT_FAILED 0x911D
357
+ #define GL_SYNC_FLUSH_COMMANDS_BIT 0x00000001
358
+ #define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFFull
359
+ #define GL_VERTEX_ATTRIB_ARRAY_DIVISOR 0x88FE
360
+ #define GL_ANY_SAMPLES_PASSED 0x8C2F
361
+ #define GL_ANY_SAMPLES_PASSED_CONSERVATIVE 0x8D6A
362
+ #define GL_SAMPLER_BINDING 0x8919
363
+ #define GL_RGB10_A2UI 0x906F
364
+ #define GL_TEXTURE_SWIZZLE_R 0x8E42
365
+ #define GL_TEXTURE_SWIZZLE_G 0x8E43
366
+ #define GL_TEXTURE_SWIZZLE_B 0x8E44
367
+ #define GL_TEXTURE_SWIZZLE_A 0x8E45
368
+ #define GL_GREEN 0x1904
369
+ #define GL_BLUE 0x1905
370
+ #define GL_INT_2_10_10_10_REV 0x8D9F
371
+ #define GL_TRANSFORM_FEEDBACK 0x8E22
372
+ #define GL_TRANSFORM_FEEDBACK_PAUSED 0x8E23
373
+ #define GL_TRANSFORM_FEEDBACK_ACTIVE 0x8E24
374
+ #define GL_TRANSFORM_FEEDBACK_BINDING 0x8E25
375
+ #define GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257
376
+ #define GL_PROGRAM_BINARY_LENGTH 0x8741
377
+ #define GL_NUM_PROGRAM_BINARY_FORMATS 0x87FE
378
+ #define GL_PROGRAM_BINARY_FORMATS 0x87FF
379
+ #define GL_COMPRESSED_R11_EAC 0x9270
380
+ #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271
381
+ #define GL_COMPRESSED_RG11_EAC 0x9272
382
+ #define GL_COMPRESSED_SIGNED_RG11_EAC 0x9273
383
+ #define GL_COMPRESSED_RGB8_ETC2 0x9274
384
+ #define GL_COMPRESSED_SRGB8_ETC2 0x9275
385
+ #define GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 0x9276
386
+ #define GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 0x9277
387
+ #define GL_COMPRESSED_RGBA8_ETC2_EAC 0x9278
388
+ #define GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC 0x9279
389
+ #define GL_TEXTURE_IMMUTABLE_FORMAT 0x912F
390
+ #define GL_MAX_ELEMENT_INDEX 0x8D6B
391
+ #define GL_NUM_SAMPLE_COUNTS 0x9380
392
+ #define GL_TEXTURE_IMMUTABLE_LEVELS 0x82DF
393
+
394
+ /*-------------------------------------------------------------------------
395
+ * Entrypoint definitions
396
+ *-----------------------------------------------------------------------*/
397
+
398
+ /* OpenGL ES 3.0 */
399
+
400
+ extern GL_APICALL void (*GL_APIENTRY glReadBuffer)(GLenum mode);
401
+ extern GL_APICALL void (*GL_APIENTRY glDrawRangeElements)(
402
+ GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type,
403
+ const GLvoid* indices);
404
+ extern GL_APICALL void (*GL_APIENTRY glTexImage3D)(
405
+ GLenum target, GLint level, GLint internalformat, GLsizei width,
406
+ GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type,
407
+ const GLvoid* pixels);
408
+ extern GL_APICALL void (*GL_APIENTRY glTexSubImage3D)(
409
+ GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,
410
+ GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type,
411
+ const GLvoid* pixels);
412
+ extern GL_APICALL void (*GL_APIENTRY glCopyTexSubImage3D)(
413
+ GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,
414
+ GLint x, GLint y, GLsizei width, GLsizei height);
415
+ extern GL_APICALL void (*GL_APIENTRY glCompressedTexImage3D)(
416
+ GLenum target, GLint level, GLenum internalformat, GLsizei width,
417
+ GLsizei height, GLsizei depth, GLint border, GLsizei imageSize,
418
+ const GLvoid* data);
419
+ extern GL_APICALL void (*GL_APIENTRY glCompressedTexSubImage3D)(
420
+ GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,
421
+ GLsizei width, GLsizei height, GLsizei depth, GLenum format,
422
+ GLsizei imageSize, const GLvoid* data);
423
+ extern GL_APICALL void (*GL_APIENTRY glGenQueries)(GLsizei n, GLuint* ids);
424
+ extern GL_APICALL void (*GL_APIENTRY glDeleteQueries)(GLsizei n,
425
+ const GLuint* ids);
426
+ extern GL_APICALL GLboolean (*GL_APIENTRY glIsQuery)(GLuint id);
427
+ extern GL_APICALL void (*GL_APIENTRY glBeginQuery)(GLenum target, GLuint id);
428
+ extern GL_APICALL void (*GL_APIENTRY glEndQuery)(GLenum target);
429
+ extern GL_APICALL void (*GL_APIENTRY glGetQueryiv)(GLenum target, GLenum pname,
430
+ GLint* params);
431
+ extern GL_APICALL void (*GL_APIENTRY glGetQueryObjectuiv)(GLuint id,
432
+ GLenum pname,
433
+ GLuint* params);
434
+ extern GL_APICALL GLboolean (*GL_APIENTRY glUnmapBuffer)(GLenum target);
435
+ extern GL_APICALL void (*GL_APIENTRY glGetBufferPointerv)(GLenum target,
436
+ GLenum pname,
437
+ GLvoid** params);
438
+ extern GL_APICALL void (*GL_APIENTRY glDrawBuffers)(GLsizei n,
439
+ const GLenum* bufs);
440
+ extern GL_APICALL void (*GL_APIENTRY glUniformMatrix2x3fv)(
441
+ GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
442
+ extern GL_APICALL void (*GL_APIENTRY glUniformMatrix3x2fv)(
443
+ GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
444
+ extern GL_APICALL void (*GL_APIENTRY glUniformMatrix2x4fv)(
445
+ GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
446
+ extern GL_APICALL void (*GL_APIENTRY glUniformMatrix4x2fv)(
447
+ GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
448
+ extern GL_APICALL void (*GL_APIENTRY glUniformMatrix3x4fv)(
449
+ GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
450
+ extern GL_APICALL void (*GL_APIENTRY glUniformMatrix4x3fv)(
451
+ GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
452
+ extern GL_APICALL void (*GL_APIENTRY glBlitFramebuffer)(
453
+ GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,
454
+ GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
455
+ extern GL_APICALL void (*GL_APIENTRY glRenderbufferStorageMultisample)(
456
+ GLenum target, GLsizei samples, GLenum internalformat, GLsizei width,
457
+ GLsizei height);
458
+ extern GL_APICALL void (*GL_APIENTRY glFramebufferTextureLayer)(
459
+ GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
460
+ extern GL_APICALL GLvoid* (*GL_APIENTRY glMapBufferRange)(GLenum target,
461
+ GLintptr offset,
462
+ GLsizeiptr length,
463
+ GLbitfield access);
464
+ extern GL_APICALL void (*GL_APIENTRY glFlushMappedBufferRange)(
465
+ GLenum target, GLintptr offset, GLsizeiptr length);
466
+ extern GL_APICALL void (*GL_APIENTRY glBindVertexArray)(GLuint array);
467
+ extern GL_APICALL void (*GL_APIENTRY glDeleteVertexArrays)(
468
+ GLsizei n, const GLuint* arrays);
469
+ extern GL_APICALL void (*GL_APIENTRY glGenVertexArrays)(GLsizei n,
470
+ GLuint* arrays);
471
+ extern GL_APICALL GLboolean (*GL_APIENTRY glIsVertexArray)(GLuint array);
472
+ extern GL_APICALL void (*GL_APIENTRY glGetIntegeri_v)(GLenum target,
473
+ GLuint index,
474
+ GLint* data);
475
+ extern GL_APICALL void (*GL_APIENTRY glBeginTransformFeedback)(
476
+ GLenum primitiveMode);
477
+ extern GL_APICALL void (*GL_APIENTRY glEndTransformFeedback)(void);
478
+ extern GL_APICALL void (*GL_APIENTRY glBindBufferRange)(GLenum target,
479
+ GLuint index,
480
+ GLuint buffer,
481
+ GLintptr offset,
482
+ GLsizeiptr size);
483
+ extern GL_APICALL void (*GL_APIENTRY glBindBufferBase)(GLenum target,
484
+ GLuint index,
485
+ GLuint buffer);
486
+ extern GL_APICALL void (*GL_APIENTRY glTransformFeedbackVaryings)(
487
+ GLuint program, GLsizei count, const GLchar* const* varyings,
488
+ GLenum bufferMode);
489
+ extern GL_APICALL void (*GL_APIENTRY glGetTransformFeedbackVarying)(
490
+ GLuint program, GLuint index, GLsizei bufSize, GLsizei* length,
491
+ GLsizei* size, GLenum* type, GLchar* name);
492
+ extern GL_APICALL void (*GL_APIENTRY glVertexAttribIPointer)(
493
+ GLuint index, GLint size, GLenum type, GLsizei stride,
494
+ const GLvoid* pointer);
495
+ extern GL_APICALL void (*GL_APIENTRY glGetVertexAttribIiv)(GLuint index,
496
+ GLenum pname,
497
+ GLint* params);
498
+ extern GL_APICALL void (*GL_APIENTRY glGetVertexAttribIuiv)(GLuint index,
499
+ GLenum pname,
500
+ GLuint* params);
501
+ extern GL_APICALL void (*GL_APIENTRY glVertexAttribI4i)(GLuint index, GLint x,
502
+ GLint y, GLint z,
503
+ GLint w);
504
+ extern GL_APICALL void (*GL_APIENTRY glVertexAttribI4ui)(GLuint index, GLuint x,
505
+ GLuint y, GLuint z,
506
+ GLuint w);
507
+ extern GL_APICALL void (*GL_APIENTRY glVertexAttribI4iv)(GLuint index,
508
+ const GLint* v);
509
+ extern GL_APICALL void (*GL_APIENTRY glVertexAttribI4uiv)(GLuint index,
510
+ const GLuint* v);
511
+ extern GL_APICALL void (*GL_APIENTRY glGetUniformuiv)(GLuint program,
512
+ GLint location,
513
+ GLuint* params);
514
+ extern GL_APICALL GLint (*GL_APIENTRY glGetFragDataLocation)(
515
+ GLuint program, const GLchar* name);
516
+ extern GL_APICALL void (*GL_APIENTRY glUniform1ui)(GLint location, GLuint v0);
517
+ extern GL_APICALL void (*GL_APIENTRY glUniform2ui)(GLint location, GLuint v0,
518
+ GLuint v1);
519
+ extern GL_APICALL void (*GL_APIENTRY glUniform3ui)(GLint location, GLuint v0,
520
+ GLuint v1, GLuint v2);
521
+ extern GL_APICALL void (*GL_APIENTRY glUniform4ui)(GLint location, GLuint v0,
522
+ GLuint v1, GLuint v2,
523
+ GLuint v3);
524
+ extern GL_APICALL void (*GL_APIENTRY glUniform1uiv)(GLint location,
525
+ GLsizei count,
526
+ const GLuint* value);
527
+ extern GL_APICALL void (*GL_APIENTRY glUniform2uiv)(GLint location,
528
+ GLsizei count,
529
+ const GLuint* value);
530
+ extern GL_APICALL void (*GL_APIENTRY glUniform3uiv)(GLint location,
531
+ GLsizei count,
532
+ const GLuint* value);
533
+ extern GL_APICALL void (*GL_APIENTRY glUniform4uiv)(GLint location,
534
+ GLsizei count,
535
+ const GLuint* value);
536
+ extern GL_APICALL void (*GL_APIENTRY glClearBufferiv)(GLenum buffer,
537
+ GLint drawbuffer,
538
+ const GLint* value);
539
+ extern GL_APICALL void (*GL_APIENTRY glClearBufferuiv)(GLenum buffer,
540
+ GLint drawbuffer,
541
+ const GLuint* value);
542
+ extern GL_APICALL void (*GL_APIENTRY glClearBufferfv)(GLenum buffer,
543
+ GLint drawbuffer,
544
+ const GLfloat* value);
545
+ extern GL_APICALL void (*GL_APIENTRY glClearBufferfi)(GLenum buffer,
546
+ GLint drawbuffer,
547
+ GLfloat depth,
548
+ GLint stencil);
549
+ extern GL_APICALL const GLubyte* (*GL_APIENTRY glGetStringi)(GLenum name,
550
+ GLuint index);
551
+ extern GL_APICALL void (*GL_APIENTRY glCopyBufferSubData)(GLenum readTarget,
552
+ GLenum writeTarget,
553
+ GLintptr readOffset,
554
+ GLintptr writeOffset,
555
+ GLsizeiptr size);
556
+ extern GL_APICALL void (*GL_APIENTRY glGetUniformIndices)(
557
+ GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames,
558
+ GLuint* uniformIndices);
559
+ extern GL_APICALL void (*GL_APIENTRY glGetActiveUniformsiv)(
560
+ GLuint program, GLsizei uniformCount, const GLuint* uniformIndices,
561
+ GLenum pname, GLint* params);
562
+ extern GL_APICALL GLuint (*GL_APIENTRY glGetUniformBlockIndex)(
563
+ GLuint program, const GLchar* uniformBlockName);
564
+ extern GL_APICALL void (*GL_APIENTRY glGetActiveUniformBlockiv)(
565
+ GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params);
566
+ extern GL_APICALL void (*GL_APIENTRY glGetActiveUniformBlockName)(
567
+ GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length,
568
+ GLchar* uniformBlockName);
569
+ extern GL_APICALL void (*GL_APIENTRY glUniformBlockBinding)(
570
+ GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding);
571
+ extern GL_APICALL void (*GL_APIENTRY glDrawArraysInstanced)(
572
+ GLenum mode, GLint first, GLsizei count, GLsizei instanceCount);
573
+ extern GL_APICALL void (*GL_APIENTRY glDrawElementsInstanced)(
574
+ GLenum mode, GLsizei count, GLenum type, const GLvoid* indices,
575
+ GLsizei instanceCount);
576
+ extern GL_APICALL GLsync (*GL_APIENTRY glFenceSync)(GLenum condition,
577
+ GLbitfield flags);
578
+ extern GL_APICALL GLboolean (*GL_APIENTRY glIsSync)(GLsync sync);
579
+ extern GL_APICALL void (*GL_APIENTRY glDeleteSync)(GLsync sync);
580
+ extern GL_APICALL GLenum (*GL_APIENTRY glClientWaitSync)(GLsync sync,
581
+ GLbitfield flags,
582
+ GLuint64 timeout);
583
+ extern GL_APICALL void (*GL_APIENTRY glWaitSync)(GLsync sync, GLbitfield flags,
584
+ GLuint64 timeout);
585
+ extern GL_APICALL void (*GL_APIENTRY glGetInteger64v)(GLenum pname,
586
+ GLint64* params);
587
+ extern GL_APICALL void (*GL_APIENTRY glGetSynciv)(GLsync sync, GLenum pname,
588
+ GLsizei bufSize,
589
+ GLsizei* length,
590
+ GLint* values);
591
+ extern GL_APICALL void (*GL_APIENTRY glGetInteger64i_v)(GLenum target,
592
+ GLuint index,
593
+ GLint64* data);
594
+ extern GL_APICALL void (*GL_APIENTRY glGetBufferParameteri64v)(GLenum target,
595
+ GLenum pname,
596
+ GLint64* params);
597
+ extern GL_APICALL void (*GL_APIENTRY glGenSamplers)(GLsizei count,
598
+ GLuint* samplers);
599
+ extern GL_APICALL void (*GL_APIENTRY glDeleteSamplers)(GLsizei count,
600
+ const GLuint* samplers);
601
+ extern GL_APICALL GLboolean (*GL_APIENTRY glIsSampler)(GLuint sampler);
602
+ extern GL_APICALL void (*GL_APIENTRY glBindSampler)(GLuint unit,
603
+ GLuint sampler);
604
+ extern GL_APICALL void (*GL_APIENTRY glSamplerParameteri)(GLuint sampler,
605
+ GLenum pname,
606
+ GLint param);
607
+ extern GL_APICALL void (*GL_APIENTRY glSamplerParameteriv)(GLuint sampler,
608
+ GLenum pname,
609
+ const GLint* param);
610
+ extern GL_APICALL void (*GL_APIENTRY glSamplerParameterf)(GLuint sampler,
611
+ GLenum pname,
612
+ GLfloat param);
613
+ extern GL_APICALL void (*GL_APIENTRY glSamplerParameterfv)(
614
+ GLuint sampler, GLenum pname, const GLfloat* param);
615
+ extern GL_APICALL void (*GL_APIENTRY glGetSamplerParameteriv)(GLuint sampler,
616
+ GLenum pname,
617
+ GLint* params);
618
+ extern GL_APICALL void (*GL_APIENTRY glGetSamplerParameterfv)(GLuint sampler,
619
+ GLenum pname,
620
+ GLfloat* params);
621
+ extern GL_APICALL void (*GL_APIENTRY glVertexAttribDivisor)(GLuint index,
622
+ GLuint divisor);
623
+ extern GL_APICALL void (*GL_APIENTRY glBindTransformFeedback)(GLenum target,
624
+ GLuint id);
625
+ extern GL_APICALL void (*GL_APIENTRY glDeleteTransformFeedbacks)(
626
+ GLsizei n, const GLuint* ids);
627
+ extern GL_APICALL void (*GL_APIENTRY glGenTransformFeedbacks)(GLsizei n,
628
+ GLuint* ids);
629
+ extern GL_APICALL GLboolean (*GL_APIENTRY glIsTransformFeedback)(GLuint id);
630
+ extern GL_APICALL void (*GL_APIENTRY glPauseTransformFeedback)(void);
631
+ extern GL_APICALL void (*GL_APIENTRY glResumeTransformFeedback)(void);
632
+ extern GL_APICALL void (*GL_APIENTRY glGetProgramBinary)(GLuint program,
633
+ GLsizei bufSize,
634
+ GLsizei* length,
635
+ GLenum* binaryFormat,
636
+ GLvoid* binary);
637
+ extern GL_APICALL void (*GL_APIENTRY glProgramBinary)(GLuint program,
638
+ GLenum binaryFormat,
639
+ const GLvoid* binary,
640
+ GLsizei length);
641
+ extern GL_APICALL void (*GL_APIENTRY glProgramParameteri)(GLuint program,
642
+ GLenum pname,
643
+ GLint value);
644
+ extern GL_APICALL void (*GL_APIENTRY glInvalidateFramebuffer)(
645
+ GLenum target, GLsizei numAttachments, const GLenum* attachments);
646
+ extern GL_APICALL void (*GL_APIENTRY glInvalidateSubFramebuffer)(
647
+ GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x,
648
+ GLint y, GLsizei width, GLsizei height);
649
+ extern GL_APICALL void (*GL_APIENTRY glTexStorage2D)(GLenum target,
650
+ GLsizei levels,
651
+ GLenum internalformat,
652
+ GLsizei width,
653
+ GLsizei height);
654
+ extern GL_APICALL void (*GL_APIENTRY glTexStorage3D)(
655
+ GLenum target, GLsizei levels, GLenum internalformat, GLsizei width,
656
+ GLsizei height, GLsizei depth);
657
+ extern GL_APICALL void (*GL_APIENTRY glGetInternalformativ)(
658
+ GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize,
659
+ GLint* params);
660
+
661
+ #ifdef __cplusplus
662
+ }
663
+ #endif
664
+
665
+ #endif
@@ -0,0 +1,37 @@
1
+ /*
2
+ * Copyright 2013 The Android Open Source Project
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ #ifndef GLES3JNI_H
18
+ #define GLES3JNI_H 1
19
+
20
+ #include <android/log.h>
21
+ #include <math.h>
22
+
23
+ #if DYNAMIC_ES3
24
+ #include "gl3stub.h"
25
+ #else
26
+ // Include the latest possible header file( GL version header )
27
+ #if __ANDROID_API__ >= 24
28
+ #include <GLES3/gl32.h>
29
+ #elif __ANDROID_API__ >= 21
30
+ #include <GLES3/gl31.h>
31
+ #else
32
+ #include <GLES3/gl3.h>
33
+ #endif
34
+
35
+ #endif
36
+
37
+ #endif // GLES3JNI_H