Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:memcpy

26 	int tmp = OP_glActiveTexture;memcpy(ptr, &tmp, 4); ptr += 4;
27 memcpy(ptr, &packetSize, 4); ptr += 4;
29 memcpy(ptr, &texture, 4); ptr += 4;
41 int tmp = OP_glAttachShader;memcpy(ptr, &tmp, 4); ptr += 4;
42 memcpy(ptr, &packetSize, 4); ptr += 4;
44 memcpy(ptr, &program, 4); ptr += 4;
45 memcpy(ptr, &shader, 4); ptr += 4;
58 int tmp = OP_glBindAttribLocation;memcpy(ptr, &tmp, 4); ptr += 4;
59 memcpy(ptr, &packetSize, 4); ptr += 4;
61 memcpy(ptr, &program, 4); ptr += 4;
62 memcpy(ptr, &index, 4); ptr += 4;
64 memcpy(ptr, name, __size_name);ptr += __size_name;
76 int tmp = OP_glBindBuffer;memcpy(ptr, &tmp, 4); ptr += 4;
77 memcpy(ptr, &packetSize, 4); ptr += 4;
79 memcpy(ptr, &target, 4); ptr += 4;
80 memcpy(ptr, &buffer, 4); ptr += 4;
92 int tmp = OP_glBindFramebuffer;memcpy(ptr, &tmp, 4); ptr += 4;
93 memcpy(ptr, &packetSize, 4); ptr += 4;
95 memcpy(ptr, &target, 4); ptr += 4;
96 memcpy(ptr, &framebuffer, 4); ptr += 4;
108 int tmp = OP_glBindRenderbuffer;memcpy(ptr, &tmp, 4); ptr += 4;
109 memcpy(ptr, &packetSize, 4); ptr += 4;
111 memcpy(ptr, &target, 4); ptr += 4;
112 memcpy(ptr, &renderbuffer, 4); ptr += 4;
124 int tmp = OP_glBindTexture;memcpy(ptr, &tmp, 4); ptr += 4;
125 memcpy(ptr, &packetSize, 4); ptr += 4;
127 memcpy(ptr, &target, 4); ptr += 4;
128 memcpy(ptr, &texture, 4); ptr += 4;
140 int tmp = OP_glBlendColor;memcpy(ptr, &tmp, 4); ptr += 4;
141 memcpy(ptr, &packetSize, 4); ptr += 4;
143 memcpy(ptr, &red, 4); ptr += 4;
144 memcpy(ptr, &green, 4); ptr += 4;
145 memcpy(ptr, &blue, 4); ptr += 4;
146 memcpy(ptr, &alpha, 4); ptr += 4;
158 int tmp = OP_glBlendEquation;memcpy(ptr, &tmp, 4); ptr += 4;
159 memcpy(ptr, &packetSize, 4); ptr += 4;
161 memcpy(ptr, &mode, 4); ptr += 4;
173 int tmp = OP_glBlendEquationSeparate;memcpy(ptr, &tmp, 4); ptr += 4;
174 memcpy(ptr, &packetSize, 4); ptr += 4;
176 memcpy(ptr, &modeRGB, 4); ptr += 4;
177 memcpy(ptr, &modeAlpha, 4); ptr += 4;
189 int tmp = OP_glBlendFunc;memcpy(ptr, &tmp, 4); ptr += 4;
190 memcpy(ptr, &packetSize, 4); ptr += 4;
192 memcpy(ptr, &sfactor, 4); ptr += 4;
193 memcpy(ptr, &dfactor, 4); ptr += 4;
205 int tmp = OP_glBlendFuncSeparate;memcpy(ptr, &tmp, 4); ptr += 4;
206 memcpy(ptr, &packetSize, 4); ptr += 4;
208 memcpy(ptr, &srcRGB, 4); ptr += 4;
209 memcpy(ptr, &dstRGB, 4); ptr += 4;
210 memcpy(ptr, &srcAlpha, 4); ptr += 4;
211 memcpy(ptr, &dstAlpha, 4); ptr += 4;
224 int tmp = OP_glBufferData;memcpy(ptr, &tmp, 4); ptr += 4;
225 memcpy(ptr, &packetSize, 4); ptr += 4;
227 memcpy(ptr, &target, 4); ptr += 4;
228 memcpy(ptr, &size, 4); ptr += 4;
233 memcpy(ptr, &usage, 4); ptr += 4;
246 int tmp = OP_glBufferSubData;memcpy(ptr, &tmp, 4); ptr += 4;
247 memcpy(ptr, &packetSize, 4); ptr += 4;
249 memcpy(ptr, &target, 4); ptr += 4;
250 memcpy(ptr, &offset, 4); ptr += 4;
251 memcpy(ptr, &size, 4); ptr += 4;
266 int tmp = OP_glCheckFramebufferStatus;memcpy(ptr, &tmp, 4); ptr += 4;
267 memcpy(ptr, &packetSize, 4); ptr += 4;
269 memcpy(ptr, &target, 4); ptr += 4;
285 int tmp = OP_glClear;memcpy(ptr, &tmp, 4); ptr += 4;
286 memcpy(ptr, &packetSize, 4); ptr += 4;
288 memcpy(ptr, &mask, 4); ptr += 4;
300 int tmp = OP_glClearColor;memcpy(ptr, &tmp, 4); ptr += 4;
301 memcpy(ptr, &packetSize, 4); ptr += 4;
303 memcpy(ptr, &red, 4); ptr += 4;
304 memcpy(ptr, &green, 4); ptr += 4;
305 memcpy(ptr, &blue, 4); ptr += 4;
306 memcpy(ptr, &alpha, 4); ptr += 4;
318 int tmp = OP_glClearDepthf;memcpy(ptr, &tmp, 4); ptr += 4;
319 memcpy(ptr, &packetSize, 4); ptr += 4;
321 memcpy(ptr, &depth, 4); ptr += 4;
333 int tmp = OP_glClearStencil;memcpy(ptr, &tmp, 4); ptr += 4;
334 memcpy(ptr, &packetSize, 4); ptr += 4;
336 memcpy(ptr, &s, 4); ptr += 4;
348 int tmp = OP_glColorMask;memcpy(ptr, &tmp, 4); ptr += 4;
349 memcpy(ptr, &packetSize, 4); ptr += 4;
351 memcpy(ptr, &red, 1); ptr += 1;
352 memcpy(ptr, &green, 1); ptr += 1;
353 memcpy(ptr, &blue, 1); ptr += 1;
354 memcpy(ptr, &alpha, 1); ptr += 1;
366 int tmp = OP_glCompileShader;memcpy(ptr, &tmp, 4); ptr += 4;
367 memcpy(ptr, &packetSize, 4); ptr += 4;
369 memcpy(ptr, &shader, 4); ptr += 4;
382 int tmp = OP_glCompressedTexImage2D;memcpy(ptr, &tmp, 4); ptr += 4;
383 memcpy(ptr, &packetSize, 4); ptr += 4;
385 memcpy(ptr, &target, 4); ptr += 4;
386 memcpy(ptr, &level, 4); ptr += 4;
387 memcpy(ptr, &internalformat, 4); ptr += 4;
388 memcpy(ptr, &width, 4); ptr += 4;
389 memcpy(ptr, &height, 4); ptr += 4;
390 memcpy(ptr, &border, 4); ptr += 4;
391 memcpy(ptr, &imageSize, 4); ptr += 4;
407 int tmp = OP_glCompressedTexSubImage2D;memcpy(ptr, &tmp, 4); ptr += 4;
408 memcpy(ptr, &packetSize, 4); ptr += 4;
410 memcpy(ptr, &target, 4); ptr += 4;
411 memcpy(ptr, &level, 4); ptr += 4;
412 memcpy(ptr, &xoffset, 4); ptr += 4;
413 memcpy(ptr, &yoffset, 4); ptr += 4;
414 memcpy(ptr, &width, 4); ptr += 4;
415 memcpy(ptr, &height, 4); ptr += 4;
416 memcpy(ptr, &format, 4); ptr += 4;
417 memcpy(ptr, &imageSize, 4); ptr += 4;
432 int tmp = OP_glCopyTexImage2D;memcpy(ptr, &tmp, 4); ptr += 4;
433 memcpy(ptr, &packetSize, 4); ptr += 4;
435 memcpy(ptr, &target, 4); ptr += 4;
436 memcpy(ptr, &level, 4); ptr += 4;
437 memcpy(ptr, &internalformat, 4); ptr += 4;
438 memcpy(ptr, &x, 4); ptr += 4;
439 memcpy(ptr, &y, 4); ptr += 4;
440 memcpy(ptr, &width, 4); ptr += 4;
441 memcpy(ptr, &height, 4); ptr += 4;
442 memcpy(ptr, &border, 4); ptr += 4;
454 int tmp = OP_glCopyTexSubImage2D;memcpy(ptr, &tmp, 4); ptr += 4;
455 memcpy(ptr, &packetSize, 4); ptr += 4;
457 memcpy(ptr, &target, 4); ptr += 4;
458 memcpy(ptr, &level, 4); ptr += 4;
459 memcpy(ptr, &xoffset, 4); ptr += 4;
460 memcpy(ptr, &yoffset, 4); ptr += 4;
461 memcpy(ptr, &x, 4); ptr += 4;
462 memcpy(ptr, &y, 4); ptr += 4;
463 memcpy(ptr, &width, 4); ptr += 4;
464 memcpy(ptr, &height, 4); ptr += 4;
476 int tmp = OP_glCreateProgram;memcpy(ptr, &tmp, 4); ptr += 4;
477 memcpy(ptr, &packetSize, 4); ptr += 4;
494 int tmp = OP_glCreateShader;memcpy(ptr, &tmp, 4); ptr += 4;
495 memcpy(ptr, &packetSize, 4); ptr += 4;
497 memcpy(ptr, &type, 4); ptr += 4;
513 int tmp = OP_glCullFace;memcpy(ptr, &tmp, 4); ptr += 4;
514 memcpy(ptr, &packetSize, 4); ptr += 4;
516 memcpy(ptr, &mode, 4); ptr += 4;
529 int tmp = OP_glDeleteBuffers;memcpy(ptr, &tmp, 4); ptr += 4;
530 memcpy(ptr, &packetSize, 4); ptr += 4;
532 memcpy(ptr, &n, 4); ptr += 4;
534 memcpy(ptr, buffers, __size_buffers);ptr += __size_buffers;
547 int tmp = OP_glDeleteFramebuffers;memcpy(ptr, &tmp, 4); ptr += 4;
548 memcpy(ptr, &packetSize, 4); ptr += 4;
550 memcpy(ptr, &n, 4); ptr += 4;
552 memcpy
564 int tmp = OP_glDeleteProgram;memcpy(ptr, &tmp, 4); ptr += 4;
565 memcpy(ptr, &packetSize, 4); ptr += 4;
567 memcpy(ptr, &program, 4); ptr += 4;
580 int tmp = OP_glDeleteRenderbuffers;memcpy(ptr, &tmp, 4); ptr += 4;
581 memcpy(ptr, &packetSize, 4); ptr += 4;
583 memcpy(ptr, &n, 4); ptr += 4;
585 memcpy(ptr, renderbuffers, __size_renderbuffers);ptr += __size_renderbuffers;
597 int tmp = OP_glDeleteShader;memcpy(ptr, &tmp, 4); ptr += 4;
598 memcpy(ptr, &packetSize, 4); ptr += 4;
600 memcpy(ptr, &shader, 4); ptr += 4;
613 int tmp = OP_glDeleteTextures;memcpy(ptr, &tmp, 4); ptr += 4;
614 memcpy(ptr, &packetSize, 4); ptr += 4;
616 memcpy(ptr, &n, 4); ptr += 4;
618 memcpy(ptr, textures, __size_textures);ptr += __size_textures;
630 int tmp = OP_glDepthFunc;memcpy(ptr, &tmp, 4); ptr += 4;
631 memcpy(ptr, &packetSize, 4); ptr += 4;
633 memcpy(ptr, &func, 4); ptr += 4;
645 int tmp = OP_glDepthMask;memcpy(ptr, &tmp, 4); ptr += 4;
646 memcpy(ptr, &packetSize, 4); ptr += 4;
648 memcpy(ptr, &flag, 1); ptr += 1;
660 int tmp = OP_glDepthRangef;memcpy(ptr, &tmp, 4); ptr += 4;
661 memcpy(ptr, &packetSize, 4); ptr += 4;
663 memcpy(ptr, &zNear, 4); ptr += 4;
664 memcpy(ptr, &zFar, 4); ptr += 4;
676 int tmp = OP_glDetachShader;memcpy(ptr, &tmp, 4); ptr += 4;
677 memcpy(ptr, &packetSize, 4); ptr += 4;
679 memcpy(ptr, &program, 4); ptr += 4;
680 memcpy(ptr, &shader, 4); ptr += 4;
692 int tmp = OP_glDisable;memcpy(ptr, &tmp, 4); ptr += 4;
693 memcpy(ptr, &packetSize, 4); ptr += 4;
695 memcpy(ptr, &cap, 4); ptr += 4;
707 int tmp = OP_glDisableVertexAttribArray;memcpy(ptr, &tmp, 4); ptr += 4;
708 memcpy(ptr, &packetSize, 4); ptr += 4;
710 memcpy(ptr, &index, 4); ptr += 4;
722 int tmp = OP_glDrawArrays;memcpy(ptr, &tmp, 4); ptr += 4;
723 memcpy(ptr, &packetSize, 4); ptr += 4;
725 memcpy(ptr, &mode, 4); ptr += 4;
726 memcpy(ptr, &first, 4); ptr += 4;
727 memcpy(ptr, &count, 4); ptr += 4;
739 int tmp = OP_glEnable;memcpy(ptr, &tmp, 4); ptr += 4;
740 memcpy(ptr, &packetSize, 4); ptr += 4;
742 memcpy(ptr, &cap, 4); ptr += 4;
754 int tmp = OP_glEnableVertexAttribArray;memcpy(ptr, &tmp, 4); ptr += 4;
755 memcpy(ptr, &packetSize, 4); ptr += 4;
757 memcpy(ptr, &index, 4); ptr += 4;
769 int tmp = OP_glFinish;memcpy(ptr, &tmp, 4); ptr += 4;
770 memcpy(ptr, &packetSize, 4); ptr += 4;
783 int tmp = OP_glFlush;memcpy(ptr, &tmp, 4); ptr += 4;
784 memcpy(ptr, &packetSize, 4); ptr += 4;
797 int tmp = OP_glFramebufferRenderbuffer;memcpy(ptr, &tmp, 4); ptr += 4;
798 memcpy(ptr, &packetSize, 4); ptr += 4;
800 memcpy(ptr, &target, 4); ptr += 4;
801 memcpy(ptr, &attachment, 4); ptr += 4;
802 memcpy(ptr, &renderbuffertarget, 4); ptr += 4;
803 memcpy(ptr, &renderbuffer, 4); ptr += 4;
815 int tmp = OP_glFramebufferTexture2D;memcpy(ptr, &tmp, 4); ptr += 4;
816 memcpy(ptr, &packetSize, 4); ptr += 4;
818 memcpy(ptr, &target, 4); ptr += 4;
819 memcpy(ptr, &attachment, 4); ptr += 4;
820 memcpy(ptr, &textarget, 4); ptr += 4;
821 memcpy(ptr, &texture, 4); ptr += 4;
822 memcpy(ptr, &level, 4); ptr += 4;
834 int tmp = OP_glFrontFace;memcpy(ptr, &tmp, 4); ptr += 4;
835 memcpy(ptr, &packetSize, 4); ptr += 4;
837 memcpy(ptr, &mode, 4); ptr += 4;
850 int tmp = OP_glGenBuffers;memcpy(ptr, &tmp, 4); ptr += 4;
851 memcpy(ptr, &packetSize, 4); ptr += 4;
853 memcpy(ptr, &n, 4); ptr += 4;
867 int tmp = OP_glGenerateMipmap;memcpy(ptr, &tmp, 4); ptr += 4;
868 memcpy(ptr, &packetSize, 4); ptr += 4;
870 memcpy(ptr, &target, 4); ptr += 4;
883 int tmp = OP_glGenFramebuffers;memcpy(ptr, &tmp, 4); ptr += 4;
884 memcpy(ptr, &packetSize, 4); ptr += 4;
886 memcpy(ptr, &n, 4); ptr += 4;
901 int tmp = OP_glGenRenderbuffers;memcpy(ptr, &tmp, 4); ptr += 4;
902 memcpy(ptr, &packetSize, 4); ptr += 4;
904 memcpy(ptr, &n, 4); ptr += 4;
919 int tmp = OP_glGenTextures;memcpy(ptr, &tmp, 4); ptr += 4;
920 memcpy(ptr, &packetSize, 4); ptr += 4;
922 memcpy(ptr, &n, 4); ptr += 4;
940 int tmp = OP_glGetActiveAttrib;memcpy(ptr, &tmp, 4); ptr += 4;
941 memcpy(ptr, &packetSize, 4); ptr += 4;
943 memcpy(ptr, &program, 4); ptr += 4;
944 memcpy(ptr, &index, 4); ptr += 4;
945 memcpy(ptr, &bufsize, 4); ptr += 4;
969 int tmp = OP_glGetActiveUniform;memcpy(ptr, &tmp, 4); ptr += 4;
970 memcpy(ptr, &packetSize, 4); ptr += 4;
972 memcpy(ptr, &program, 4); ptr += 4;
973 memcpy(ptr, &index, 4); ptr += 4;
974 memcpy(ptr, &bufsize, 4); ptr += 4;
996 int tmp = OP_glGetAttachedShaders;memcpy(ptr, &tmp, 4); ptr += 4;
997 memcpy(ptr, &packetSize, 4); ptr += 4;
999 memcpy(ptr, &program, 4); ptr += 4;
1000 memcpy(ptr, &maxcount, 4); ptr += 4;
1017 int tmp = OP_glGetAttribLocation;memcpy(ptr, &tmp, 4); ptr += 4;
1018 memcpy(ptr, &packetSize, 4); ptr += 4;
1020 memcpy(ptr, &program, 4); ptr += 4;
1022 memcpy(ptr, name, __size_name);ptr += __size_name;
1039 int tmp = OP_glGetBooleanv;memcpy(ptr, &tmp, 4); ptr += 4;
1040 memcpy(ptr, &packetSize, 4); ptr += 4;
1042 memcpy(ptr, &pname, 4); ptr += 4;
1057 int tmp = OP_glGetBufferParameteriv;memcpy(ptr, &tmp, 4); ptr += 4;
1058 memcpy(ptr, &packetSize, 4); ptr += 4;
1060 memcpy(ptr, &target, 4); ptr += 4;
1061 memcpy(ptr, &pname, 4); ptr += 4;
1075 int tmp = OP_glGetError;memcpy
1076 memcpy(ptr, &packetSize, 4); ptr += 4;
1094 int tmp = OP_glGetFloatv;memcpy(ptr, &tmp, 4); ptr += 4;
1095 memcpy(ptr, &packetSize, 4); ptr += 4;
1097 memcpy(ptr, &pname, 4); ptr += 4;
1112 int tmp = OP_glGetFramebufferAttachmentParameteriv;memcpy(ptr, &tmp, 4); ptr += 4;
1113 memcpy(ptr, &packetSize, 4); ptr += 4;
1115 memcpy(ptr, &target, 4); ptr += 4;
1116 memcpy(ptr, &attachment, 4); ptr += 4;
1117 memcpy(ptr, &pname, 4); ptr += 4;
1132 int tmp = OP_glGetIntegerv;memcpy(ptr, &tmp, 4); ptr += 4;
1133 memcpy(ptr, &packetSize, 4); ptr += 4;
1135 memcpy(ptr, &pname, 4); ptr += 4;
1150 int tmp = OP_glGetProgramiv;memcpy(ptr, &tmp, 4); ptr += 4;
1151 memcpy(ptr, &packetSize, 4); ptr += 4;
1153 memcpy(ptr, &program, 4); ptr += 4;
1154 memcpy(ptr, &pname, 4); ptr += 4;
1170 int tmp = OP_glGetProgramInfoLog;memcpy(ptr, &tmp, 4); ptr += 4;
1171 memcpy(ptr, &packetSize, 4); ptr += 4;
1173 memcpy(ptr, &program, 4); ptr += 4;
1174 memcpy(ptr, &bufsize, 4); ptr += 4;
1191 int tmp = OP_glGetRenderbufferParameteriv;memcpy(ptr, &tmp, 4); ptr += 4;
1192 memcpy(ptr, &packetSize, 4); ptr += 4;
1194 memcpy(ptr, &target, 4); ptr += 4;
1195 memcpy(ptr, &pname, 4); ptr += 4;
1210 int tmp = OP_glGetShaderiv;memcpy(ptr, &tmp, 4); ptr += 4;
1211 memcpy(ptr, &packetSize, 4); ptr += 4;
1213 memcpy(ptr, &shader, 4); ptr += 4;
1214 memcpy(ptr, &pname, 4); ptr += 4;
1230 int tmp = OP_glGetShaderInfoLog;memcpy(ptr, &tmp, 4); ptr += 4;
1231 memcpy(ptr, &packetSize, 4); ptr += 4;
1233 memcpy(ptr, &shader, 4); ptr += 4;
1234 memcpy(ptr, &bufsize, 4); ptr += 4;
1252 int tmp = OP_glGetShaderPrecisionFormat;memcpy(ptr, &tmp, 4); ptr += 4;
1253 memcpy(ptr, &packetSize, 4); ptr += 4;
1255 memcpy(ptr, &shadertype, 4); ptr += 4;
1256 memcpy(ptr, &precisiontype, 4); ptr += 4;
1274 int tmp = OP_glGetShaderSource;memcpy(ptr, &tmp, 4); ptr += 4;
1275 memcpy(ptr, &packetSize, 4); ptr += 4;
1277 memcpy(ptr, &shader, 4); ptr += 4;
1278 memcpy(ptr, &bufsize, 4); ptr += 4;
1295 int tmp = OP_glGetTexParameterfv;memcpy(ptr, &tmp, 4); ptr += 4;
1296 memcpy(ptr, &packetSize, 4); ptr += 4;
1298 memcpy(ptr, &target, 4); ptr += 4;
1299 memcpy(ptr, &pname, 4); ptr += 4;
1314 int tmp = OP_glGetTexParameteriv;memcpy(ptr, &tmp, 4); ptr += 4;
1315 memcpy(ptr, &packetSize, 4); ptr += 4;
1317 memcpy(ptr, &target, 4); ptr += 4;
1318 memcpy(ptr, &pname, 4); ptr += 4;
1333 int tmp = OP_glGetUniformfv;memcpy(ptr, &tmp, 4); ptr += 4;
1334 memcpy(ptr, &packetSize, 4); ptr += 4;
1336 memcpy(ptr, &program, 4); ptr += 4;
1337 memcpy(ptr, &location, 4); ptr += 4;
1352 int tmp = OP_glGetUniformiv;memcpy(ptr, &tmp, 4); ptr += 4;
1353 memcpy(ptr, &packetSize, 4); ptr += 4;
1355 memcpy(ptr, &program, 4); ptr += 4;
1356 memcpy(ptr, &location, 4); ptr += 4;
1371 int tmp = OP_glGetUniformLocation;memcpy(ptr, &tmp, 4); ptr += 4;
1372 memcpy(ptr, &packetSize, 4); ptr += 4;
1374 memcpy(ptr, &program, 4); ptr += 4;
1376 memcpy(ptr, name, __size_name);ptr += __size_name;
1393 int tmp = OP_glGetVertexAttribfv;memcpy(ptr, &tmp, 4); ptr += 4;
1394 memcpy(ptr, &packetSize, 4); ptr += 4;
1396 memcpy(ptr, &index, 4); ptr += 4;
1397 memcpy(ptr, &pname, 4); ptr += 4;
1412 int tmp = OP_glGetVertexAttribiv;memcpy(ptr, &tmp, 4); ptr += 4;
1413 memcpy(ptr, &packetSize, 4); ptr += 4;
1415 memcpy(ptr, &index, 4); ptr += 4;
1416 memcpy(ptr, &pname, 4); ptr += 4;
1430 int tmp = OP_glHint;memcpy(ptr, &tmp, 4); ptr += 4;
1431 memcpy(ptr, &packetSize, 4); ptr += 4;
1433 memcpy(ptr, &target, 4); ptr += 4;
1434 memcpy(ptr, &mode, 4); ptr += 4;
1446 int tmp = OP_glIsBuffer;memcpy(ptr, &tmp, 4); ptr += 4;
1447 memcpy(ptr, &packetSize, 4); ptr += 4;
1449 memcpy(ptr, &buffer, 4); ptr += 4;
1465 int tmp = OP_glIsEnabled;memcpy(ptr, &tmp, 4); ptr += 4;
1466 memcpy(ptr, &packetSize, 4); ptr += 4;
1468 memcpy(ptr, &cap, 4); ptr += 4;
1484 int tmp = OP_glIsFramebuffer;memcpy(ptr, &tmp, 4); ptr += 4;
1485 memcpy(ptr, &packetSize, 4); ptr += 4;
1487 memcpy(ptr, &framebuffer, 4); ptr += 4;
1503 int tmp = OP_glIsProgram;memcpy(ptr, &tmp, 4); ptr += 4;
1504 memcpy(ptr, &packetSize, 4); ptr += 4;
1506 memcpy(ptr, &program, 4); ptr += 4;
1522 int tmp = OP_glIsRenderbuffer;memcpy(ptr, &tmp, 4); ptr += 4;
1523 memcpy(ptr, &packetSize, 4); ptr += 4;
1525 memcpy(ptr, &renderbuffer, 4); ptr += 4;
1541 int tmp = OP_glIsShader;memcpy(ptr, &tmp, 4); ptr += 4;
1542 memcpy(ptr, &packetSize, 4); ptr += 4;
1544 memcpy(ptr, &shader, 4); ptr += 4;
1560 int tmp = OP_glIsTexture;memcpy(ptr, &tmp, 4); ptr += 4;
1561 memcpy(ptr, &packetSize, 4); ptr += 4;
1563 memcpy(ptr, &texture, 4); ptr += 4;
1579 int tmp = OP_glLineWidth;memcpy(ptr, &tmp, 4); ptr += 4;
1580 memcpy(ptr, &packetSize, 4); ptr += 4;
1582 memcpy(ptr, &width, 4); ptr += 4;
1594 int tmp = OP_glLinkProgram;memcpy(ptr, &tmp, 4); ptr += 4;
1595 memcpy(ptr, &packetSize, 4); ptr += 4;
1597 memcpy(ptr, &program, 4); ptr += 4;
1609 int tmp = OP_glPixelStorei;memcpy(ptr, &tmp, 4); ptr += 4;
1610 memcpy(ptr, &packetSize, 4); ptr += 4;
1612 memcpy(ptr, &pname, 4); ptr += 4;
1613 memcpy(ptr, &param, 4); ptr += 4;
1625 int tmp = OP_glPolygonOffset;memcpy(ptr, &tmp, 4); ptr += 4;
1626 memcpy(ptr, &packetSize, 4); ptr += 4;
1628 memcpy(ptr, &factor, 4); ptr += 4;
1629 memcpy(ptr, &units, 4); ptr += 4;
1642 int tmp = OP_glReadPixels;memcpy(ptr, &tmp, 4); ptr += 4;
1643 memcpy(ptr, &packetSize, 4); ptr += 4;
1645 memcpy(ptr, &x, 4); ptr += 4;
1646 memcpy(ptr, &y, 4); ptr += 4;
1647 memcpy(ptr, &width, 4); ptr += 4;
1648 memcpy(ptr, &height, 4); ptr += 4;
1649 memcpy(ptr, &format, 4); ptr += 4;
1650 memcpy(ptr, &type, 4); ptr += 4;
1664 int tmp = OP_glReleaseShaderCompiler;memcpy(ptr, &tmp, 4); ptr += 4;
1665 memcpy(ptr, &packetSize, 4); ptr += 4;
1678 int tmp = OP_glRenderbufferStorage;memcpy(ptr, &tmp, 4); ptr += 4;
1679 memcpy(ptr, &packetSize, 4); ptr += 4;
1681 memcpy(ptr, &target, 4); ptr += 4;
1682 memcpy(ptr, &internalformat, 4); ptr += 4;
1683 memcpy(ptr, &width, 4); ptr += 4;
1684 memcpy(ptr, &height, 4); ptr += 4;
1696 int tmp = OP_glSampleCoverage;memcpy(ptr, &tmp, 4); ptr += 4;
1697 memcpy(ptr, &packetSize, 4); ptr += 4;
1699 memcpy(ptr, &value, 4); ptr += 4;
1700 memcpy(ptr, &invert, 1); ptr += 1;
1712 int tmp = OP_glScissor;memcpy(ptr, &tmp, 4); ptr += 4;
1713 memcpy(ptr, &packetSize, 4); ptr += 4;
1715 memcpy(ptr, &x, 4); ptr += 4;
1716 memcpy(ptr, &y, 4); ptr += 4;
1717 memcpy(ptr, &width, 4); ptr += 4;
1718 memcpy(ptr, &height, 4); ptr += 4;
1730 int tmp = OP_glStencilFunc;memcpy(ptr, &tmp, 4); ptr += 4;
1731 memcpy(ptr, &packetSize, 4); ptr += 4;
1733 memcpy(ptr, &func, 4); ptr += 4;
1734 memcpy(ptr, &ref, 4); ptr += 4;
1735 memcpy(ptr, &mask, 4); ptr += 4;
1747 int tmp = OP_glStencilFuncSeparate;memcpy(ptr, &tmp, 4); ptr += 4;
1748 memcpy(ptr, &packetSize, 4); ptr += 4;
1750 memcpy(ptr, &face, 4); ptr += 4;
1751 memcpy(ptr, &func, 4); ptr += 4;
1752 memcpy(ptr, &ref, 4); ptr += 4;
1753 memcpy(ptr, &mask, 4); ptr += 4;
1765 int tmp = OP_glStencilMask;memcpy(ptr, &tmp, 4); ptr += 4;
1766 memcpy(ptr, &packetSize, 4); ptr += 4;
1768 memcpy(ptr, &mask, 4); ptr += 4;
1780 int tmp = OP_glStencilMaskSeparate;memcpy(ptr, &tmp, 4); ptr += 4;
1781 memcpy(ptr, &packetSize, 4); ptr += 4;
1783 memcpy(ptr, &face, 4); ptr += 4;
1784 memcpy(ptr, &mask, 4); ptr += 4;
1796 int tmp = OP_glStencilOp;memcpy(ptr, &tmp, 4); ptr += 4;
1797 memcpy(ptr, &packetSize, 4); ptr += 4;
1799 memcpy(ptr, &fail, 4); ptr += 4;
1800 memcpy(ptr, &zfail, 4); ptr += 4;
1801 memcpy(ptr, &zpass, 4); ptr += 4;
1813 int tmp = OP_glStencilOpSeparate;memcpy(ptr, &tmp, 4); ptr += 4;
1814 memcpy(ptr, &packetSize, 4); ptr += 4;
1816 memcpy(ptr, &face, 4); ptr += 4;
1817 memcpy(ptr, &fail, 4); ptr += 4;
1818 memcpy(ptr, &zfail, 4); ptr += 4;
1819 memcpy(ptr, &zpass, 4); ptr += 4;
1832 int tmp = OP_glTexImage2D;memcpy(ptr, &tmp, 4); ptr += 4;
1833 memcpy(ptr, &packetSize, 4); ptr += 4;
1835 memcpy(ptr, &target, 4); ptr += 4;
1836 memcpy(ptr, &level, 4); ptr += 4;
1837 memcpy(ptr, &internalformat, 4); ptr += 4;
1838 memcpy(ptr, &width, 4); ptr += 4;
1839 memcpy(ptr, &height, 4); ptr += 4;
1840 memcpy(ptr, &border, 4); ptr += 4;
1841 memcpy(ptr, &format, 4); ptr += 4;
1842 memcpy(ptr, &type, 4); ptr += 4;
1857 int tmp = OP_glTexParameterf;memcpy(ptr, &tmp, 4); ptr += 4;
1858 memcpy(ptr, &packetSize, 4); ptr += 4;
1860 memcpy(ptr, &target, 4); ptr += 4;
1861 memcpy(ptr, &pname, 4); ptr += 4;
1862 memcpy(ptr, &param, 4); ptr += 4;
1875 int tmp = OP_glTexParameterfv;memcpy(ptr, &tmp, 4); ptr += 4;
1876 memcpy(ptr, &packetSize, 4); ptr += 4;
1878 memcpy(ptr, &target, 4); ptr += 4;
1879 memcpy(ptr, &pname, 4); ptr += 4;
1881 memcpy(ptr, params, __size_params);ptr += __size_params;
1893 int tmp = OP_glTexParameteri;memcpy(ptr, &tmp, 4); ptr += 4;
1894 memcpy(ptr, &packetSize, 4); ptr += 4;
1896 memcpy(ptr, &target, 4); ptr += 4;
1897 memcpy(ptr, &pname, 4); ptr += 4;
1898 memcpy(ptr, &param, 4); ptr += 4;
1911 int tmp = OP_glTexParameteriv;memcpy(ptr, &tmp, 4); ptr += 4;
1912 memcpy(ptr, &packetSize, 4); ptr += 4;
1914 memcpy(ptr, &target, 4); ptr += 4;
1915 memcpy(ptr, &pname, 4); ptr += 4;
1917 memcpy(ptr, params, __size_params);ptr += __size_params;
1930 int tmp = OP_glTexSubImage2D;memcpy(ptr, &tmp, 4); ptr += 4;
1931 memcpy(ptr, &packetSize, 4); ptr += 4;
1933 memcpy(ptr, &target, 4); ptr += 4;
1934 memcpy(ptr, &level, 4); ptr += 4;
1935 memcpy(ptr, &xoffset, 4); ptr += 4;
1936 memcpy(ptr, &yoffset, 4); ptr += 4;
1937 memcpy(ptr, &width, 4); ptr += 4;
1938 memcpy(ptr, &height, 4); ptr += 4;
1939 memcpy(ptr, &format, 4); ptr += 4;
1940 memcpy(ptr, &type, 4); ptr += 4;
1955 int tmp = OP_glUniform1f;memcpy(ptr, &tmp, 4); ptr += 4;
1956 memcpy(ptr, &packetSize, 4); ptr += 4;
1958 memcpy(ptr, &location, 4); ptr += 4;
1959 memcpy(ptr, &x, 4); ptr += 4;
1972 int tmp = OP_glUniform1fv;memcpy(ptr, &tmp, 4); ptr += 4;
1973 memcpy(ptr, &packetSize, 4); ptr += 4;
1975 memcpy(ptr, &location, 4); ptr += 4;
1976 memcpy(ptr, &count, 4); ptr += 4;
1978 memcpy(ptr, v, __size_v);ptr += __size_v;
1990 int tmp = OP_glUniform1i;memcpy(ptr, &tmp, 4); ptr += 4;
1991 memcpy(ptr, &packetSize, 4); ptr += 4;
1993 memcpy(ptr, &location, 4); ptr += 4;
1994 memcpy(ptr, &x, 4); ptr += 4;
2007 int tmp = OP_glUniform1iv;memcpy(ptr, &tmp, 4); ptr += 4;
2008 memcpy(ptr, &packetSize, 4); ptr += 4;
2010 memcpy(ptr, &location, 4); ptr += 4;
2011 memcpy(ptr, &count, 4); ptr += 4;
2013 memcpy(ptr, v, __size_v);ptr += __size_v;
2025 int tmp = OP_glUniform2f;memcpy(ptr, &tmp, 4); ptr += 4;
2026 memcpy(ptr, &packetSize, 4); ptr += 4;
2028 memcpy(ptr, &location, 4); ptr += 4;
2029 memcpy(ptr, &x, 4); ptr += 4;
2030 memcpy(ptr, &y, 4); ptr += 4;
2043 int tmp = OP_glUniform2fv;memcpy(ptr, &tmp, 4); ptr += 4;
2044 memcpy(ptr, &packetSize, 4); ptr += 4;
2046 memcpy(ptr, &location, 4); ptr += 4;
2047 memcpy(ptr, &count, 4); ptr += 4;
2049 memcpy(ptr, v, __size_v);ptr += __size_v;
2061 int tmp = OP_glUniform2i;memcpy(ptr, &tmp, 4); ptr += 4;
2062 memcpy(ptr, &packetSize, 4); ptr += 4;
2064 memcpy(ptr, &location, 4); ptr += 4;
2065 memcpy(ptr, &x, 4); ptr += 4;
2066 memcpy(ptr, &y, 4); ptr += 4;
2079 int tmp = OP_glUniform2iv;memcpy(ptr, &tmp, 4); ptr += 4;
2080 memcpy(ptr, &packetSize, 4); ptr += 4;
2082 memcpy(ptr, &location, 4); ptr += 4;
2083 memcpy(ptr, &count, 4); ptr += 4;
2085 memcpy(ptr, v, __size_v);ptr += __size_v;
2097 int tmp = OP_glUniform3f;memcpy(ptr, &tmp, 4); ptr += 4;
2098 memcpy(ptr, &packetSize, 4); ptr += 4;
2100 memcpy(ptr, &location, 4); ptr += 4;
2101 memcpy(ptr, &x, 4); ptr += 4;
2102 memcpy(ptr, &y, 4); ptr += 4;
2103 memcpy(ptr, &z, 4); ptr += 4;
2116 int tmp = OP_glUniform3fv;memcpy(ptr, &tmp, 4); ptr += 4;
2117 memcpy(ptr, &packetSize, 4); ptr += 4;
2119 memcpy(ptr, &location, 4); ptr += 4;
2120 memcpy(ptr, &count, 4); ptr += 4;
2122 memcpy(ptr, v, __size_v);ptr += __size_v;
2134 int tmp = OP_glUniform3i;memcpy(ptr, &tmp, 4); ptr += 4;
2135 memcpy(ptr, &packetSize, 4); ptr += 4;
2137 memcpy(ptr, &location, 4); ptr += 4;
2138 memcpy(ptr, &x, 4); ptr += 4;
2139 memcpy(ptr, &y, 4); ptr += 4;
2140 memcpy(ptr, &z, 4); ptr += 4;
2153 int tmp = OP_glUniform3iv;memcpy(ptr, &tmp, 4); ptr += 4;
2154 memcpy(ptr, &packetSize, 4); ptr += 4;
2156 memcpy(ptr, &location, 4); ptr += 4;
2157 memcpy(ptr, &count, 4); ptr += 4;
2159 memcpy(ptr, v, __size_v);ptr += __size_v;
2171 int tmp = OP_glUniform4f;memcpy(ptr, &tmp, 4); ptr += 4;
2172 memcpy(ptr, &packetSize, 4); ptr += 4;
2174 memcpy(ptr, &location, 4); ptr += 4;
2175 memcpy(ptr, &x, 4); ptr += 4;
2176 memcpy(ptr, &y, 4); ptr += 4;
2177 memcpy(ptr, &z, 4); ptr += 4;
2178 memcpy(ptr, &w, 4); ptr += 4;
2191 int tmp = OP_glUniform4fv;memcpy(ptr, &tmp, 4); ptr += 4;
2192 memcpy(ptr, &packetSize, 4); ptr += 4;
2194 memcpy(ptr, &location, 4); ptr += 4;
2195 memcpy(ptr, &count, 4); ptr += 4;
2197 memcpy(ptr, v, __size_v);ptr += __size_v;
2209 int tmp = OP_glUniform4i;memcpy(ptr, &tmp, 4); ptr += 4;
2210 memcpy(ptr, &packetSize, 4); ptr += 4;
2212 memcpy(ptr, &location, 4); ptr += 4;
2213 memcpy(ptr, &x, 4); ptr += 4;
2214 memcpy(ptr, &y, 4); ptr += 4;
2215 memcpy(ptr, &z, 4); ptr += 4;
2216 memcpy(ptr, &w, 4); ptr += 4;
2229 int tmp = OP_glUniform4iv;memcpy(ptr, &tmp, 4); ptr += 4;
2230 memcpy(ptr, &packetSize, 4); ptr += 4;
2232 memcpy(ptr, &location, 4); ptr += 4;
2233 memcpy(ptr, &count, 4); ptr += 4;
2235 memcpy(ptr, v, __size_v);ptr += __size_v;
2248 int tmp = OP_glUniformMatrix2fv;memcpy(ptr, &tmp, 4); ptr += 4;
2249 memcpy(ptr, &packetSize, 4); ptr += 4;
2251 memcpy(ptr, &location, 4); ptr += 4;
2252 memcpy(ptr, &count, 4); ptr += 4;
2253 memcpy(ptr, &transpose, 1); ptr += 1;
2255 memcpy(ptr, value, __size_value);ptr += __size_value;
2268 int tmp = OP_glUniformMatrix3fv;memcpy(ptr, &tmp, 4); ptr += 4;
2269 memcpy(ptr, &packetSize, 4); ptr += 4;
2271 memcpy(ptr, &location, 4); ptr += 4;
2272 memcpy(ptr, &count, 4); ptr += 4;
2273 memcpy(ptr, &transpose, 1); ptr += 1;
2275 memcpy(ptr, value, __size_value);ptr += __size_value;
2288 int tmp = OP_glUniformMatrix4fv;memcpy(ptr, &tmp, 4); ptr += 4;
2289 memcpy(ptr, &packetSize, 4); ptr += 4;
2291 memcpy(ptr, &location, 4); ptr += 4;
2292 memcpy(ptr, &count, 4); ptr += 4;
2293 memcpy(ptr, &transpose, 1); ptr += 1;
2295 memcpy(ptr, value, __size_value);ptr += __size_value;
2307 int tmp = OP_glUseProgram;memcpy(ptr, &tmp, 4); ptr += 4;
2308 memcpy(ptr, &packetSize, 4); ptr += 4;
2310 memcpy(ptr, &program, 4); ptr += 4;
2322 int tmp = OP_glValidateProgram;memcpy(ptr, &tmp, 4); ptr += 4;
2323 memcpy(ptr, &packetSize, 4); ptr += 4;
2325 memcpy(ptr, &program, 4); ptr += 4;
2337 int tmp = OP_glVertexAttrib1f;memcpy(ptr, &tmp, 4); ptr += 4;
2338 memcpy(ptr, &packetSize, 4); ptr += 4;
2340 memcpy(ptr, &indx, 4); ptr += 4;
2341 memcpy(ptr, &x, 4); ptr += 4;
2354 int tmp = OP_glVertexAttrib1fv;memcpy(ptr, &tmp, 4); ptr += 4;
2355 memcpy(ptr, &packetSize, 4); ptr += 4;
2357 memcpy(ptr, &indx, 4); ptr += 4;
2359 memcpy(ptr, values, __size_values);ptr += __size_values;
2371 int tmp = OP_glVertexAttrib2f;memcpy(ptr, &tmp, 4); ptr += 4;
2372 memcpy(ptr, &packetSize, 4); ptr += 4;
2374 memcpy(ptr, &indx, 4); ptr += 4;
2375 memcpy(ptr, &x, 4); ptr += 4;
2376 memcpy(ptr, &y, 4); ptr += 4;
2389 int tmp = OP_glVertexAttrib2fv;memcpy(ptr, &tmp, 4); ptr += 4;
2390 memcpy(ptr, &packetSize, 4); ptr += 4;
2392 memcpy(ptr, &indx, 4); ptr += 4;
2394 memcpy(ptr, values, __size_values);ptr += __size_values;
2406 int tmp = OP_glVertexAttrib3f;memcpy(ptr, &tmp, 4); ptr += 4;
2407 memcpy(ptr, &packetSize, 4); ptr += 4;
2409 memcpy(ptr, &indx, 4); ptr += 4;
2410 memcpy(ptr, &x, 4); ptr += 4;
2411 memcpy(ptr, &y, 4); ptr += 4;
2412 memcpy(ptr, &z, 4); ptr += 4;
2425 int tmp = OP_glVertexAttrib3fv;memcpy(ptr, &tmp, 4); ptr += 4;
2426 memcpy(ptr, &packetSize, 4); ptr += 4;
2428 memcpy(ptr, &indx, 4); ptr += 4;
2430 memcpy(ptr, values, __size_values);ptr += __size_values;
2442 int tmp = OP_glVertexAttrib4f;memcpy(ptr, &tmp, 4); ptr += 4;
2443 memcpy(ptr, &packetSize, 4); ptr += 4;
2445 memcpy(ptr, &indx, 4); ptr += 4;
2446 memcpy(ptr, &x, 4); ptr += 4;
2447 memcpy(ptr, &y, 4); ptr += 4;
2448 memcpy(ptr, &z, 4); ptr += 4;
2449 memcpy(ptr, &w, 4); ptr += 4;
2462 int tmp = OP_glVertexAttrib4fv;memcpy(ptr, &tmp, 4); ptr += 4;
2463 memcpy(ptr, &packetSize, 4); ptr += 4;
2465 memcpy(ptr, &indx, 4); ptr += 4;
2467 memcpy(ptr, values, __size_values);ptr += __size_values;
2479 int tmp = OP_glViewport;memcpy(ptr, &tmp, 4); ptr += 4;
2480 memcpy(ptr, &packetSize, 4); ptr += 4;
2482 memcpy(ptr, &x, 4); ptr += 4;
2483 memcpy(ptr, &y, 4); ptr += 4;
2484 memcpy(ptr, &width, 4); ptr += 4;
2485 memcpy(ptr, &height, 4); ptr += 4;
2497 int tmp = OP_glEGLImageTargetTexture2DOES;memcpy(ptr, &tmp, 4); ptr += 4;
2498 memcpy(ptr, &packetSize, 4); ptr += 4;
2500 memcpy(ptr, &target, 4); ptr += 4;
2501 memcpy(ptr, &image, 4); ptr += 4;
2513 int tmp = OP_glEGLImageTargetRenderbufferStorageOES;memcpy(ptr, &tmp, 4); ptr += 4;
2514 memcpy(ptr, &packetSize, 4); ptr += 4;
2516 memcpy(ptr, &target, 4); ptr += 4;
2517 memcpy(ptr, &image, 4); ptr += 4;
2529 int tmp = OP_glUnmapBufferOES;memcpy(ptr, &tmp, 4); ptr += 4;
2530 memcpy(ptr, &packetSize, 4); ptr += 4;
2532 memcpy(ptr, &target, 4); ptr += 4;
2549 int tmp = OP_glTexImage3DOES;memcpy(ptr, &tmp, 4); ptr += 4;
2550 memcpy(ptr, &packetSize, 4); ptr += 4;
2552 memcpy(ptr, &target, 4); ptr += 4;
2553 memcpy(ptr, &level, 4); ptr += 4;
2554 memcpy(ptr, &internalformat, 4); ptr += 4;
2555 memcpy(ptr, &width, 4); ptr += 4;
2556 memcpy(ptr, &height, 4); ptr += 4;
2557 memcpy(ptr, &depth, 4); ptr += 4;
2558 memcpy(ptr, &border, 4); ptr += 4;
2559 memcpy(ptr, &format, 4); ptr += 4;
2560 memcpy(ptr, &type, 4); ptr += 4;
2576 int tmp = OP_glTexSubImage3DOES;memcpy(ptr, &tmp, 4); ptr += 4;
2577 memcpy(ptr, &packetSize, 4); ptr += 4;
2579 memcpy(ptr, &target, 4); ptr += 4;
2580 memcpy(ptr, &level, 4); ptr += 4;
2581 memcpy(ptr, &xoffset, 4); ptr += 4;
2582 memcpy(ptr, &yoffset, 4); ptr += 4;
2583 memcpy(ptr, &zoffset, 4); ptr += 4;
2584 memcpy(ptr, &width, 4); ptr += 4;
2585 memcpy(ptr, &height, 4); ptr += 4;
2586 memcpy(ptr, &depth, 4); ptr += 4;
2587 memcpy(ptr, &format, 4); ptr += 4;
2588 memcpy(ptr, &type, 4); ptr += 4;
2603 int tmp = OP_glCopyTexSubImage3DOES;memcpy(ptr, &tmp, 4); ptr += 4;
2604 memcpy(ptr, &packetSize, 4); ptr += 4;
2606 memcpy(ptr, &target, 4); ptr += 4;
2607 memcpy(ptr, &level, 4); ptr += 4;
2608 memcpy(ptr, &xoffset, 4); ptr += 4;
2609 memcpy(ptr, &yoffset, 4); ptr += 4;
2610 memcpy(ptr, &zoffset, 4); ptr += 4;
2611 memcpy(ptr, &x, 4); ptr += 4;
2612 memcpy(ptr, &y, 4); ptr += 4;
2613 memcpy(ptr, &width, 4); ptr += 4;
2614 memcpy(ptr, &height, 4); ptr += 4;
2627 int tmp = OP_glCompressedTexImage3DOES;memcpy(ptr, &tmp, 4); ptr += 4;
2628 memcpy(ptr, &packetSize, 4); ptr += 4;
2630 memcpy(ptr, &target, 4); ptr += 4;
2631 memcpy(ptr, &level, 4); ptr += 4;
2632 memcpy(ptr, &internalformat, 4); ptr += 4;
2633 memcpy(ptr, &width, 4); ptr += 4;
2634 memcpy(ptr, &height, 4); ptr += 4;
2635 memcpy(ptr, &depth, 4); ptr += 4;
2636 memcpy(ptr, &border, 4); ptr += 4;
2637 memcpy(ptr, &imageSize, 4); ptr += 4;
2653 int tmp = OP_glCompressedTexSubImage3DOES;memcpy(ptr, &tmp, 4); ptr += 4;
2654 memcpy(ptr, &packetSize, 4); ptr += 4;
2656 memcpy(ptr, &target, 4); ptr += 4;
2657 memcpy(ptr, &level, 4); ptr += 4;
2658 memcpy(ptr, &xoffset, 4); ptr += 4;
2659 memcpy(ptr, &yoffset, 4); ptr += 4;
2660 memcpy(ptr, &zoffset, 4); ptr += 4;
2661 memcpy(ptr, &width, 4); ptr += 4;
2662 memcpy(ptr, &height, 4); ptr += 4;
2663 memcpy(ptr, &depth, 4); ptr += 4;
2664 memcpy(ptr, &format, 4); ptr += 4;
2665 memcpy(ptr, &imageSize, 4); ptr += 4;
2680 int tmp = OP_glFramebufferTexture3DOES;memcpy(ptr, &tmp, 4); ptr += 4;
2681 memcpy(ptr, &packetSize, 4); ptr += 4;
2683 memcpy(ptr, &target, 4); ptr += 4;
2684 memcpy(ptr, &attachment, 4); ptr += 4;
2685 memcpy(ptr, &textarget, 4); ptr += 4;
2686 memcpy(ptr, &texture, 4); ptr += 4;
2687 memcpy(ptr, &level, 4); ptr += 4;
2688 memcpy(ptr, &zoffset, 4); ptr += 4;
2700 int tmp = OP_glBindVertexArrayOES;memcpy(ptr, &tmp, 4); ptr += 4;
2701 memcpy(ptr, &packetSize, 4); ptr += 4;
2703 memcpy(ptr, &array, 4); ptr += 4;
2716 int tmp = OP_glDeleteVertexArraysOES;memcpy(ptr, &tmp, 4); ptr += 4;
2717 memcpy(ptr, &packetSize, 4); ptr += 4;
2719 memcpy(ptr, &n, 4); ptr += 4;
2721 memcpy(ptr, arrays, __size_arrays);ptr += __size_arrays;
2734 int tmp = OP_glGenVertexArraysOES;memcpy(ptr, &tmp, 4); ptr += 4;
2735 memcpy(ptr, &packetSize, 4); ptr += 4;
2737 memcpy(ptr, &n, 4); ptr += 4;
2751 int tmp = OP_glIsVertexArrayOES;memcpy(ptr, &tmp, 4); ptr += 4;
2752 memcpy(ptr, &packetSize, 4); ptr += 4;
2754 memcpy(ptr, &array, 4); ptr += 4;
2771 int tmp = OP_glDiscardFramebufferEXT;memcpy(ptr, &tmp, 4); ptr += 4;
2772 memcpy(ptr, &packetSize, 4); ptr += 4;
2774 memcpy(ptr, &target, 4); ptr += 4;
2775 memcpy(ptr, &numAttachments, 4); ptr += 4;
2777 memcpy(ptr, attachments, __size_attachments);ptr += __size_attachments;
2790 int tmp = OP_glVertexAttribPointerData;memcpy(ptr, &tmp, 4); ptr += 4;
2791 memcpy(ptr, &packetSize, 4); ptr += 4;
2793 memcpy(ptr, &indx, 4); ptr += 4;
2794 memcpy(ptr, &size, 4); ptr += 4;
2795 memcpy(ptr, &type, 4); ptr += 4;
2796 memcpy(ptr, &normalized, 1); ptr += 1;
2797 memcpy(ptr, &stride, 4); ptr += 4;
2800 memcpy(ptr, &datalen, 4); ptr += 4;
2812 int tmp = OP_glVertexAttribPointerOffset;memcpy(ptr, &tmp, 4); ptr += 4;
2813 memcpy(ptr, &packetSize, 4); ptr += 4;
2815 memcpy(ptr, &indx, 4); ptr += 4;
2816 memcpy(ptr, &size, 4); ptr += 4;
2817 memcpy(ptr, &type, 4); ptr += 4;
2818 memcpy(ptr, &normalized, 1); ptr += 1;
2819 memcpy(ptr, &stride, 4); ptr += 4;
2820 memcpy(ptr, &offset, 4); ptr += 4;
2832 int tmp = OP_glDrawElementsOffset;memcpy(ptr, &tmp, 4); ptr += 4;
2833 memcpy(ptr, &packetSize, 4); ptr += 4;
2835 memcpy(ptr, &mode, 4); ptr += 4;
2836 memcpy(ptr, &count, 4); ptr += 4;
2837 memcpy(ptr, &type, 4); ptr += 4;
2838 memcpy(ptr, &offset, 4); ptr += 4;
2851 int tmp = OP_glDrawElementsData;memcpy(ptr, &tmp, 4); ptr += 4;
2852 memcpy(ptr, &packetSize, 4); ptr += 4;
2854 memcpy(ptr, &mode, 4); ptr += 4;
2855 memcpy(ptr, &count, 4); ptr += 4;
2856 memcpy(ptr, &type, 4); ptr += 4;
2858 memcpy(ptr, data, __size_data);ptr += __size_data;
2859 memcpy(ptr, &datalen, 4); ptr += 4;
2872 int tmp = OP_glGetCompressedTextureFormats;memcpy(ptr, &tmp, 4); ptr += 4;
2873 memcpy(ptr, &packetSize, 4); ptr += 4;
2875 memcpy(ptr, &count, 4); ptr += 4;
2890 int tmp = OP_glShaderString;memcpy(ptr, &tmp, 4); ptr += 4;
2891 memcpy(ptr, &packetSize, 4); ptr += 4;
2893 memcpy(ptr, &shader, 4); ptr += 4;
2895 memcpy(ptr, string, __size_string);ptr += __size_string;
2896 memcpy(ptr, &len, 4); ptr += 4;
2908 int tmp = OP_glFinishRoundTrip;memcpy(ptr, &tmp, 4); ptr += 4;
2909 memcpy(ptr, &packetSize, 4); ptr += 4;