2017-09-19 00:05:22 +03:00
|
|
|
{
|
2017-10-17 22:55:40 +03:00
|
|
|
"glBindBuffer": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glBindBufferBase": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glBindBufferRange": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
2017-11-09 01:00:32 +03:00
|
|
|
"glBindTexture": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
2017-09-19 00:05:22 +03:00
|
|
|
"glBufferData": {
|
2017-10-17 22:55:40 +03:00
|
|
|
"target": "BufferBinding",
|
2017-09-19 00:05:22 +03:00
|
|
|
"usage": "BufferUsage"
|
|
|
|
},
|
2017-10-17 22:55:40 +03:00
|
|
|
"glBufferSubData": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
2017-11-09 01:00:32 +03:00
|
|
|
"glCompressedTexImage2D": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glCompressedTexImage2DRobustANGLE": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glCompressedTexImage3D": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glCompressedTexImage3DRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glCompressedTexSubImage2D": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glCompressedTexSubImage2DRobustANGLE": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glCompressedTexSubImage3D": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glCompressedTexSubImage3DRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glCopyTexImage2D": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glCopyTextureCHROMIUM": {
|
|
|
|
"destTarget": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glCopyTexSubImage2D": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glCopyTexSubImage3D": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glCopySubTextureCHROMIUM": {
|
|
|
|
"destTarget": "TextureTarget"
|
|
|
|
},
|
2017-10-17 22:55:40 +03:00
|
|
|
"glCopyBufferSubData": {
|
|
|
|
"readTarget": "BufferBinding",
|
|
|
|
"writeTarget": "BufferBinding"
|
|
|
|
},
|
2017-09-19 00:05:22 +03:00
|
|
|
"glCullFace": {
|
|
|
|
"mode": "CullFaceMode"
|
2017-10-17 22:55:40 +03:00
|
|
|
},
|
2017-11-09 01:00:32 +03:00
|
|
|
"glEGLImageTargetTexture2DOES": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
2017-10-17 22:55:40 +03:00
|
|
|
"glFlushMappedBufferRange": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glFlushMappedBufferRangeEXT": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
2017-11-09 01:00:32 +03:00
|
|
|
"glFramebufferTexture2D": {
|
|
|
|
"textarget": "TextureTarget"
|
|
|
|
},
|
2018-03-13 00:45:25 +03:00
|
|
|
"glFramebufferTexture2DOES": {
|
|
|
|
"textarget": "TextureTarget"
|
|
|
|
},
|
2017-11-09 01:00:32 +03:00
|
|
|
"glGenerateMipmap": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
2018-03-13 00:45:25 +03:00
|
|
|
"glGenerateMipmapOES": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
2017-10-17 22:55:40 +03:00
|
|
|
"glGetBufferParameteriv": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glGetBufferParameterivRobustANGLE": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glGetBufferParameteri64v": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glGetBufferParameteri64vRobustANGLE": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glGetBufferPointerv": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glGetBufferPointervOES": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glGetBufferPointervRobustANGLE": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
2017-11-09 01:00:32 +03:00
|
|
|
"glGetTexLevelParameterfv": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glGetTexLevelParameterfvRobustANGLE": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glGetTexLevelParameteriv": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glGetTexLevelParameterivRobustANGLE": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glGetTexParameterfv": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glGetTexParameterfvRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glGetTexParameteriv": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glGetTexParameterivRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glGetTexParameterIivRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glGetTexParameterIuivRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glGetTexParameterxv": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
2017-10-17 22:55:40 +03:00
|
|
|
"glMapBuffer": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glMapBufferOES": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glMapBufferRange": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glMapBufferRangeEXT": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
2017-11-09 01:00:32 +03:00
|
|
|
"glTexImage2D": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glTexImage2DRobustANGLE": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glTexImage3D": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexImage3DRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameterf": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameterfv": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameterfvRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameteri": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameteriv": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameterivRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameterIivRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameterIuivRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameterx": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexParameterxv": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexStorage2D": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexStorage2DEXT": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexStorage2DMultisample": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexStorage3D": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexStorage3DEXT": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexSubImage2D": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glTexSubImage2DRobustANGLE": {
|
|
|
|
"target": "TextureTarget"
|
|
|
|
},
|
|
|
|
"glTexSubImage3D": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
|
|
|
"glTexSubImage3DRobustANGLE": {
|
|
|
|
"target": "TextureType"
|
|
|
|
},
|
2017-10-17 22:55:40 +03:00
|
|
|
"glUnmapBuffer": {
|
|
|
|
"target": "BufferBinding"
|
|
|
|
},
|
|
|
|
"glUnmapBufferOES": {
|
|
|
|
"target": "BufferBinding"
|
2017-09-19 00:05:22 +03:00
|
|
|
}
|
|
|
|
}
|