Lines Matching defs:ValueType

15   typedef ActiveTexture ValueType;
21 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
24 void SetHeader() { header.SetCmd<ValueType>(); }
32 static_cast<ValueType*>(cmd)->Init(_texture);
33 return NextCmdAddress<ValueType>(cmd);
47 typedef AttachShader ValueType;
53 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
56 void SetHeader() { header.SetCmd<ValueType>(); }
65 static_cast<ValueType*>(cmd)->Init(_program, _shader);
66 return NextCmdAddress<ValueType>(cmd);
83 typedef BindAttribLocationBucket ValueType;
89 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
92 void SetHeader() { header.SetCmd<ValueType>(); }
105 static_cast<ValueType*>(cmd)->Init(_program, _index, _name_bucket_id);
106 return NextCmdAddress<ValueType>(cmd);
127 typedef BindBuffer ValueType;
133 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
136 void SetHeader() { header.SetCmd<ValueType>(); }
145 static_cast<ValueType*>(cmd)->Init(_target, _buffer);
146 return NextCmdAddress<ValueType>(cmd);
163 typedef BindFramebuffer ValueType;
169 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
172 void SetHeader() { header.SetCmd<ValueType>(); }
181 static_cast<ValueType*>(cmd)->Init(_target, _framebuffer);
182 return NextCmdAddress<ValueType>(cmd);
199 typedef BindRenderbuffer ValueType;
205 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
208 void SetHeader() { header.SetCmd<ValueType>(); }
217 static_cast<ValueType*>(cmd)->Init(_target, _renderbuffer);
218 return NextCmdAddress<ValueType>(cmd);
236 typedef BindTexture ValueType;
242 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
245 void SetHeader() { header.SetCmd<ValueType>(); }
254 static_cast<ValueType*>(cmd)->Init(_target, _texture);
255 return NextCmdAddress<ValueType>(cmd);
272 typedef BlendColor ValueType;
278 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
281 void SetHeader() { header.SetCmd<ValueType>(); }
296 static_cast<ValueType*>(cmd)->Init(_red, _green, _blue, _alpha);
297 return NextCmdAddress<ValueType>(cmd);
319 typedef BlendEquation ValueType;
325 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
328 void SetHeader() { header.SetCmd<ValueType>(); }
336 static_cast<ValueType*>(cmd)->Init(_mode);
337 return NextCmdAddress<ValueType>(cmd);
351 typedef BlendEquationSeparate ValueType;
357 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
360 void SetHeader() { header.SetCmd<ValueType>(); }
369 static_cast<ValueType*>(cmd)->Init(_modeRGB, _modeAlpha);
370 return NextCmdAddress<ValueType>(cmd);
388 typedef BlendFunc ValueType;
394 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
397 void SetHeader() { header.SetCmd<ValueType>(); }
406 static_cast<ValueType*>(cmd)->Init(_sfactor, _dfactor);
407 return NextCmdAddress<ValueType>(cmd);
424 typedef BlendFuncSeparate ValueType;
430 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
433 void SetHeader() { header.SetCmd<ValueType>(); }
451 static_cast<ValueType*>(cmd)->Init(_srcRGB, _dstRGB, _srcAlpha, _dstAlpha);
452 return NextCmdAddress<ValueType>(cmd);
476 typedef BufferData ValueType;
482 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
485 void SetHeader() { header.SetCmd<ValueType>(); }
506 static_cast<ValueType*>(cmd)
508 return NextCmdAddress<ValueType>(cmd);
533 typedef BufferSubData ValueType;
539 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
542 void SetHeader() { header.SetCmd<ValueType>(); }
563 static_cast<ValueType*>(cmd)
565 return NextCmdAddress<ValueType>(cmd);
591 typedef CheckFramebufferStatus ValueType;
599 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
602 void SetHeader() { header.SetCmd<ValueType>(); }
617 static_cast<ValueType*>(cmd)
619 return NextCmdAddress<ValueType>(cmd);
640 typedef Clear ValueType;
646 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
649 void SetHeader() { header.SetCmd<ValueType>(); }
657 static_cast<ValueType*>(cmd)->Init(_mask);
658 return NextCmdAddress<ValueType>(cmd);
670 typedef ClearColor ValueType;
676 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
679 void SetHeader() { header.SetCmd<ValueType>(); }
694 static_cast<ValueType*>(cmd)->Init(_red, _green, _blue, _alpha);
695 return NextCmdAddress<ValueType>(cmd);
717 typedef ClearDepthf ValueType;
723 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
726 void SetHeader() { header.SetCmd<ValueType>(); }
734 static_cast<ValueType*>(cmd)->Init(_depth);
735 return NextCmdAddress<ValueType>(cmd);
749 typedef ClearStencil ValueType;
755 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
758 void SetHeader() { header.SetCmd<ValueType>(); }
766 static_cast<ValueType*>(cmd)->Init(_s);
767 return NextCmdAddress<ValueType>(cmd);
780 typedef ColorMask ValueType;
786 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
789 void SetHeader() { header.SetCmd<ValueType>(); }
807 static_cast<ValueType*>(cmd)->Init(_red, _green, _blue, _alpha);
808 return NextCmdAddress<ValueType>(cmd);
828 typedef CompileShader ValueType;
834 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
837 void SetHeader() { header.SetCmd<ValueType>(); }
845 static_cast<ValueType*>(cmd)->Init(_shader);
846 return NextCmdAddress<ValueType>(cmd);
860 typedef CompressedTexImage2DBucket ValueType;
866 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
869 void SetHeader() { header.SetCmd<ValueType>(); }
893 static_cast<ValueType*>(cmd)
895 return NextCmdAddress<ValueType>(cmd);
926 typedef CompressedTexImage2D ValueType;
932 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
935 void SetHeader() { header.SetCmd<ValueType>(); }
965 static_cast<ValueType*>(cmd)->Init(_target,
973 return NextCmdAddress<ValueType>(cmd);
1010 typedef CompressedTexSubImage2DBucket ValueType;
1016 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1019 void SetHeader() { header.SetCmd<ValueType>(); }
1049 static_cast<ValueType*>(cmd)->Init(_target,
1057 return NextCmdAddress<ValueType>(cmd);
1093 typedef CompressedTexSubImage2D ValueType;
1099 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1102 void SetHeader() { header.SetCmd<ValueType>(); }
1138 static_cast<ValueType*>(cmd)->Init(_target,
1148 return NextCmdAddress<ValueType>(cmd);
1190 typedef CopyTexImage2D ValueType;
1196 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1199 void SetHeader() { header.SetCmd<ValueType>(); }
1226 static_cast<ValueType*>(cmd)
1228 return NextCmdAddress<ValueType>(cmd);
1261 typedef CopyTexSubImage2D ValueType;
1267 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1270 void SetHeader() { header.SetCmd<ValueType>(); }
1300 static_cast<ValueType*>(cmd)
1302 return NextCmdAddress<ValueType>(cmd);
1338 typedef CreateProgram ValueType;
1344 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1347 void SetHeader() { header.SetCmd<ValueType>(); }
1355 static_cast<ValueType*>(cmd)->Init(_client_id);
1356 return NextCmdAddress<ValueType>(cmd);
1370 typedef CreateShader ValueType;
1376 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1379 void SetHeader() { header.SetCmd<ValueType>(); }
1388 static_cast<ValueType*>(cmd)->Init(_type, _client_id);
1389 return NextCmdAddress<ValueType>(cmd);
1406 typedef CullFace ValueType;
1412 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1415 void SetHeader() { header.SetCmd<ValueType>(); }
1423 static_cast<ValueType*>(cmd)->Init(_mode);
1424 return NextCmdAddress<ValueType>(cmd);
1436 typedef DeleteBuffersImmediate ValueType;
1446 return static_cast<uint32_t>(sizeof(ValueType) +
1451 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
1461 static_cast<ValueType*>(cmd)->Init(_n, _buffers);
1463 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
1478 typedef DeleteFramebuffersImmediate ValueType;
1488 return static_cast<uint32_t>(sizeof(ValueType) +
1493 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
1503 static_cast<ValueType*>(cmd)->Init(_n, _framebuffers);
1505 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
1520 typedef DeleteProgram ValueType;
1526 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1529 void SetHeader() { header.SetCmd<ValueType>(); }
1537 static_cast<ValueType*>(cmd)->Init(_program);
1538 return NextCmdAddress<ValueType>(cmd);
1552 typedef DeleteRenderbuffersImmediate ValueType;
1562 return static_cast<uint32_t>(sizeof(ValueType) +
1567 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
1577 static_cast<ValueType*>(cmd)->Init(_n, _renderbuffers);
1579 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
1594 typedef DeleteShader ValueType;
1600 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1603 void SetHeader() { header.SetCmd<ValueType>(); }
1611 static_cast<ValueType*>(cmd)->Init(_shader);
1612 return NextCmdAddress<ValueType>(cmd);
1626 typedef DeleteTexturesImmediate ValueType;
1636 return static_cast<uint32_t>(sizeof(ValueType) +
1641 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
1651 static_cast<ValueType*>(cmd)->Init(_n, _textures);
1653 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
1668 typedef DepthFunc ValueType;
1674 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1677 void SetHeader() { header.SetCmd<ValueType>(); }
1685 static_cast<ValueType*>(cmd)->Init(_func);
1686 return NextCmdAddress<ValueType>(cmd);
1699 typedef DepthMask ValueType;
1705 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1708 void SetHeader() { header.SetCmd<ValueType>(); }
1716 static_cast<ValueType*>(cmd)->Init(_flag);
1717 return NextCmdAddress<ValueType>(cmd);
1730 typedef DepthRangef ValueType;
1736 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1739 void SetHeader() { header.SetCmd<ValueType>(); }
1748 static_cast<ValueType*>(cmd)->Init(_zNear, _zFar);
1749 return NextCmdAddress<ValueType>(cmd);
1766 typedef DetachShader ValueType;
1772 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1775 void SetHeader() { header.SetCmd<ValueType>(); }
1784 static_cast<ValueType*>(cmd)->Init(_program, _shader);
1785 return NextCmdAddress<ValueType>(cmd);
1802 typedef Disable ValueType;
1808 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1811 void SetHeader() { header.SetCmd<ValueType>(); }
1819 static_cast<ValueType*>(cmd)->Init(_cap);
1820 return NextCmdAddress<ValueType>(cmd);
1832 typedef DisableVertexAttribArray ValueType;
1838 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1841 void SetHeader() { header.SetCmd<ValueType>(); }
1849 static_cast<ValueType*>(cmd)->Init(_index);
1850 return NextCmdAddress<ValueType>(cmd);
1865 typedef DrawArrays ValueType;
1871 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1874 void SetHeader() { header.SetCmd<ValueType>(); }
1884 static_cast<ValueType*>(cmd)->Init(_mode, _first, _count);
1885 return NextCmdAddress<ValueType>(cmd);
1904 typedef DrawElements ValueType;
1910 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1913 void SetHeader() { header.SetCmd<ValueType>(); }
1928 static_cast<ValueType*>(cmd)->Init(_mode, _count, _type, _index_offset);
1929 return NextCmdAddress<ValueType>(cmd);
1952 typedef Enable ValueType;
1958 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1961 void SetHeader() { header.SetCmd<ValueType>(); }
1969 static_cast<ValueType*>(cmd)->Init(_cap);
1970 return NextCmdAddress<ValueType>(cmd);
1982 typedef EnableVertexAttribArray ValueType;
1988 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
1991 void SetHeader() { header.SetCmd<ValueType>(); }
1999 static_cast<ValueType*>(cmd)->Init(_index);
2000 return NextCmdAddress<ValueType>(cmd);
2015 typedef Finish ValueType;
2021 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2024 void SetHeader() { header.SetCmd<ValueType>(); }
2029 static_cast<ValueType*>(cmd)->Init();
2030 return NextCmdAddress<ValueType>(cmd);
2040 typedef Flush ValueType;
2046 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2049 void SetHeader() { header.SetCmd<ValueType>(); }
2054 static_cast<ValueType*>(cmd)->Init();
2055 return NextCmdAddress<ValueType>(cmd);
2065 typedef FramebufferRenderbuffer ValueType;
2071 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2074 void SetHeader() { header.SetCmd<ValueType>(); }
2092 static_cast<ValueType*>(cmd)
2094 return NextCmdAddress<ValueType>(cmd);
2118 typedef FramebufferTexture2D ValueType;
2124 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2127 void SetHeader() { header.SetCmd<ValueType>(); }
2145 static_cast<ValueType*>(cmd)
2147 return NextCmdAddress<ValueType>(cmd);
2172 typedef FrontFace ValueType;
2178 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2181 void SetHeader() { header.SetCmd<ValueType>(); }
2189 static_cast<ValueType*>(cmd)->Init(_mode);
2190 return NextCmdAddress<ValueType>(cmd);
2203 typedef GenBuffersImmediate ValueType;
2213 return static_cast<uint32_t>(sizeof(ValueType) +
2218 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
2228 static_cast<ValueType*>(cmd)->Init(_n, _buffers);
2230 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
2245 typedef GenerateMipmap ValueType;
2251 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2254 void SetHeader() { header.SetCmd<ValueType>(); }
2262 static_cast<ValueType*>(cmd)->Init(_target);
2263 return NextCmdAddress<ValueType>(cmd);
2277 typedef GenFramebuffersImmediate ValueType;
2287 return static_cast<uint32_t>(sizeof(ValueType) +
2292 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
2302 static_cast<ValueType*>(cmd)->Init(_n, _framebuffers);
2304 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
2319 typedef GenRenderbuffersImmediate ValueType;
2329 return static_cast<uint32_t>(sizeof(ValueType) +
2334 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
2344 static_cast<ValueType*>(cmd)->Init(_n, _renderbuffers);
2346 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
2361 typedef GenTexturesImmediate ValueType;
2371 return static_cast<uint32_t>(sizeof(ValueType) +
2376 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
2386 static_cast<ValueType*>(cmd)->Init(_n, _textures);
2388 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
2403 typedef GetActiveAttrib ValueType;
2415 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2418 void SetHeader() { header.SetCmd<ValueType>(); }
2439 static_cast<ValueType*>(cmd)->Init(
2441 return NextCmdAddress<ValueType>(cmd);
2473 typedef GetActiveUniform ValueType;
2485 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2488 void SetHeader() { header.SetCmd<ValueType>(); }
2509 static_cast<ValueType*>(cmd)->Init(
2511 return NextCmdAddress<ValueType>(cmd);
2544 typedef GetAttachedShaders ValueType;
2552 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2555 void SetHeader() { header.SetCmd<ValueType>(); }
2573 static_cast<ValueType*>(cmd)
2575 return NextCmdAddress<ValueType>(cmd);
2599 typedef GetAttribLocation ValueType;
2607 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2610 void SetHeader() { header.SetCmd<ValueType>(); }
2628 static_cast<ValueType*>(cmd)->Init(
2630 return NextCmdAddress<ValueType>(cmd);
2654 typedef GetBooleanv ValueType;
2662 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2665 void SetHeader() { header.SetCmd<ValueType>(); }
2680 static_cast<ValueType*>(cmd)
2682 return NextCmdAddress<ValueType>(cmd);
2702 typedef GetBufferParameteriv ValueType;
2710 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2713 void SetHeader() { header.SetCmd<ValueType>(); }
2731 static_cast<ValueType*>(cmd)
2733 return NextCmdAddress<ValueType>(cmd);
2757 typedef GetError ValueType;
2765 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2768 void SetHeader() { header.SetCmd<ValueType>(); }
2777 static_cast<ValueType*>(cmd)->Init(_result_shm_id, _result_shm_offset);
2778 return NextCmdAddress<ValueType>(cmd);
2794 typedef GetFloatv ValueType;
2802 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2805 void SetHeader() { header.SetCmd<ValueType>(); }
2820 static_cast<ValueType*>(cmd)
2822 return NextCmdAddress<ValueType>(cmd);
2841 typedef GetFramebufferAttachmentParameteriv ValueType;
2849 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2852 void SetHeader() { header.SetCmd<ValueType>(); }
2873 static_cast<ValueType*>(cmd)->Init(
2875 return NextCmdAddress<ValueType>(cmd);
2904 typedef GetIntegerv ValueType;
2912 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2915 void SetHeader() { header.SetCmd<ValueType>(); }
2930 static_cast<ValueType*>(cmd)
2932 return NextCmdAddress<ValueType>(cmd);
2952 typedef GetProgramiv ValueType;
2960 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
2963 void SetHeader() { header.SetCmd<ValueType>(); }
2981 static_cast<ValueType*>(cmd)
2983 return NextCmdAddress<ValueType>(cmd);
3006 typedef GetProgramInfoLog ValueType;
3012 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3015 void SetHeader() { header.SetCmd<ValueType>(); }
3024 static_cast<ValueType*>(cmd)->Init(_program, _bucket_id);
3025 return NextCmdAddress<ValueType>(cmd);
3043 typedef GetRenderbufferParameteriv ValueType;
3051 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3054 void SetHeader() { header.SetCmd<ValueType>(); }
3072 static_cast<ValueType*>(cmd)
3074 return NextCmdAddress<ValueType>(cmd);
3098 typedef GetShaderiv ValueType;
3106 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3109 void SetHeader() { header.SetCmd<ValueType>(); }
3127 static_cast<ValueType*>(cmd)
3129 return NextCmdAddress<ValueType>(cmd);
3152 typedef GetShaderInfoLog ValueType;
3158 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3161 void SetHeader() { header.SetCmd<ValueType>(); }
3170 static_cast<ValueType*>(cmd)->Init(_shader, _bucket_id);
3171 return NextCmdAddress<ValueType>(cmd);
3189 typedef GetShaderPrecisionFormat ValueType;
3202 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3205 void SetHeader() { header.SetCmd<ValueType>(); }
3223 static_cast<ValueType*>(cmd)
3225 return NextCmdAddress<ValueType>(cmd);
3257 typedef GetShaderSource ValueType;
3263 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3266 void SetHeader() { header.SetCmd<ValueType>(); }
3275 static_cast<ValueType*>(cmd)->Init(_shader, _bucket_id);
3276 return NextCmdAddress<ValueType>(cmd);
3293 typedef GetString ValueType;
3299 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3302 void SetHeader() { header.SetCmd<ValueType>(); }
3311 static_cast<ValueType*>(cmd)->Init(_name, _bucket_id);
3312 return NextCmdAddress<ValueType>(cmd);
3328 typedef GetTexParameterfv ValueType;
3336 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3339 void SetHeader() { header.SetCmd<ValueType>(); }
3357 static_cast<ValueType*>(cmd)
3359 return NextCmdAddress<ValueType>(cmd);
3383 typedef GetTexParameteriv ValueType;
3391 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3394 void SetHeader() { header.SetCmd<ValueType>(); }
3412 static_cast<ValueType*>(cmd)
3414 return NextCmdAddress<ValueType>(cmd);
3438 typedef GetUniformfv ValueType;
3446 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3449 void SetHeader() { header.SetCmd<ValueType>(); }
3467 static_cast<ValueType*>(cmd)
3469 return NextCmdAddress<ValueType>(cmd);
3492 typedef GetUniformiv ValueType;
3500 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3503 void SetHeader() { header.SetCmd<ValueType>(); }
3521 static_cast<ValueType*>(cmd)
3523 return NextCmdAddress<ValueType>(cmd);
3546 typedef GetUniformLocation ValueType;
3554 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3557 void SetHeader() { header.SetCmd<ValueType>(); }
3575 static_cast<ValueType*>(cmd)->Init(
3577 return NextCmdAddress<ValueType>(cmd);
3601 typedef GetVertexAttribfv ValueType;
3609 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3612 void SetHeader() { header.SetCmd<ValueType>(); }
3630 static_cast<ValueType*>(cmd)
3632 return NextCmdAddress<ValueType>(cmd);
3656 typedef GetVertexAttribiv ValueType;
3664 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3667 void SetHeader() { header.SetCmd<ValueType>(); }
3685 static_cast<ValueType*>(cmd)
3687 return NextCmdAddress<ValueType>(cmd);
3711 typedef GetVertexAttribPointerv ValueType;
3719 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3722 void SetHeader() { header.SetCmd<ValueType>(); }
3740 static_cast<ValueType*>(cmd)
3742 return NextCmdAddress<ValueType>(cmd);
3766 typedef Hint ValueType;
3772 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3775 void SetHeader() { header.SetCmd<ValueType>(); }
3784 static_cast<ValueType*>(cmd)->Init(_target, _mode);
3785 return NextCmdAddress<ValueType>(cmd);
3799 typedef IsBuffer ValueType;
3807 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3810 void SetHeader() { header.SetCmd<ValueType>(); }
3825 static_cast<ValueType*>(cmd)
3827 return NextCmdAddress<ValueType>(cmd);
3845 typedef IsEnabled ValueType;
3853 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3856 void SetHeader() { header.SetCmd<ValueType>(); }
3869 static_cast<ValueType*>(cmd)
3871 return NextCmdAddress<ValueType>(cmd);
3890 typedef IsFramebuffer ValueType;
3898 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3901 void SetHeader() { header.SetCmd<ValueType>(); }
3916 static_cast<ValueType*>(cmd)
3918 return NextCmdAddress<ValueType>(cmd);
3938 typedef IsProgram ValueType;
3946 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3949 void SetHeader() { header.SetCmd<ValueType>(); }
3964 static_cast<ValueType*>(cmd)
3966 return NextCmdAddress<ValueType>(cmd);
3986 typedef IsRenderbuffer ValueType;
3994 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
3997 void SetHeader() { header.SetCmd<ValueType>(); }
4012 static_cast<ValueType*>(cmd)
4014 return NextCmdAddress<ValueType>(cmd);
4034 typedef IsShader ValueType;
4042 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4045 void SetHeader() { header.SetCmd<ValueType>(); }
4060 static_cast<ValueType*>(cmd)
4062 return NextCmdAddress<ValueType>(cmd);
4080 typedef IsTexture ValueType;
4088 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4091 void SetHeader() { header.SetCmd<ValueType>(); }
4106 static_cast<ValueType*>(cmd)
4108 return NextCmdAddress<ValueType>(cmd);
4128 typedef LineWidth ValueType;
4134 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4137 void SetHeader() { header.SetCmd<ValueType>(); }
4145 static_cast<ValueType*>(cmd)->Init(_width);
4146 return NextCmdAddress<ValueType>(cmd);
4159 typedef LinkProgram ValueType;
4165 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4168 void SetHeader() { header.SetCmd<ValueType>(); }
4176 static_cast<ValueType*>(cmd)->Init(_program);
4177 return NextCmdAddress<ValueType>(cmd);
4191 typedef PixelStorei ValueType;
4197 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4200 void SetHeader() { header.SetCmd<ValueType>(); }
4209 static_cast<ValueType*>(cmd)->Init(_pname, _param);
4210 return NextCmdAddress<ValueType>(cmd);
4227 typedef PolygonOffset ValueType;
4233 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4236 void SetHeader() { header.SetCmd<ValueType>(); }
4245 static_cast<ValueType*>(cmd)->Init(_factor, _units);
4246 return NextCmdAddress<ValueType>(cmd);
4266 typedef ReadPixels ValueType;
4274 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4277 void SetHeader() { header.SetCmd<ValueType>(); }
4316 static_cast<ValueType*>(cmd)->Init(_x,
4327 return NextCmdAddress<ValueType>(cmd);
4369 typedef ReleaseShaderCompiler ValueType;
4375 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4378 void SetHeader() { header.SetCmd<ValueType>(); }
4383 static_cast<ValueType*>(cmd)->Init();
4384 return NextCmdAddress<ValueType>(cmd);
4396 typedef RenderbufferStorage ValueType;
4402 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4405 void SetHeader() { header.SetCmd<ValueType>(); }
4423 static_cast<ValueType*>(cmd)
4425 return NextCmdAddress<ValueType>(cmd);
4449 typedef SampleCoverage ValueType;
4455 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4458 void SetHeader() { header.SetCmd<ValueType>(); }
4467 static_cast<ValueType*>(cmd)->Init(_value, _invert);
4468 return NextCmdAddress<ValueType>(cmd);
4485 typedef Scissor ValueType;
4491 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4494 void SetHeader() { header.SetCmd<ValueType>(); }
4505 static_cast<ValueType*>(cmd)->Init(_x, _y, _width, _height);
4506 return NextCmdAddress<ValueType>(cmd);
4524 typedef ShaderBinary ValueType;
4530 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4533 void SetHeader() { header.SetCmd<ValueType>(); }
4560 static_cast<ValueType*>(cmd)->Init(_n,
4567 return NextCmdAddress<ValueType>(cmd);
4598 typedef ShaderSourceBucket ValueType;
4604 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4607 void SetHeader() { header.SetCmd<ValueType>(); }
4616 static_cast<ValueType*>(cmd)->Init(_shader, _data_bucket_id);
4617 return NextCmdAddress<ValueType>(cmd);
4635 typedef StencilFunc ValueType;
4641 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4644 void SetHeader() { header.SetCmd<ValueType>(); }
4654 static_cast<ValueType*>(cmd)->Init(_func, _ref, _mask);
4655 return NextCmdAddress<ValueType>(cmd);
4674 typedef StencilFuncSeparate ValueType;
4680 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4683 void SetHeader() { header.SetCmd<ValueType>(); }
4694 static_cast<ValueType*>(cmd)->Init(_face, _func, _ref, _mask);
4695 return NextCmdAddress<ValueType>(cmd);
4719 typedef StencilMask ValueType;
4725 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4728 void SetHeader() { header.SetCmd<ValueType>(); }
4736 static_cast<ValueType*>(cmd)->Init(_mask);
4737 return NextCmdAddress<ValueType>(cmd);
4751 typedef StencilMaskSeparate ValueType;
4757 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4760 void SetHeader() { header.SetCmd<ValueType>(); }
4769 static_cast<ValueType*>(cmd)->Init(_face, _mask);
4770 return NextCmdAddress<ValueType>(cmd);
4788 typedef StencilOp ValueType;
4794 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4797 void SetHeader() { header.SetCmd<ValueType>(); }
4807 static_cast<ValueType*>(cmd)->Init(_fail, _zfail, _zpass);
4808 return NextCmdAddress<ValueType>(cmd);
4826 typedef StencilOpSeparate ValueType;
4832 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4835 void SetHeader() { header.SetCmd<ValueType>(); }
4850 static_cast<ValueType*>(cmd)->Init(_face, _fail, _zfail, _zpass);
4851 return NextCmdAddress<ValueType>(cmd);
4875 typedef TexImage2D ValueType;
4881 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4884 void SetHeader() { header.SetCmd<ValueType>(); }
4917 static_cast<ValueType*>(cmd)->Init(_target,
4926 return NextCmdAddress<ValueType>(cmd);
4965 typedef TexParameterf ValueType;
4971 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
4974 void SetHeader() { header.SetCmd<ValueType>(); }
4984 static_cast<ValueType*>(cmd)->Init(_target, _pname, _param);
4985 return NextCmdAddress<ValueType>(cmd);
5005 typedef TexParameterfvImmediate ValueType;
5015 return static_cast<uint32_t>(sizeof(ValueType) +
5019 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
5029 static_cast<ValueType*>(cmd)->Init(_target, _pname, _params);
5031 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5049 typedef TexParameteri ValueType;
5055 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5058 void SetHeader() { header.SetCmd<ValueType>(); }
5068 static_cast<ValueType*>(cmd)->Init(_target, _pname, _param);
5069 return NextCmdAddress<ValueType>(cmd);
5089 typedef TexParameterivImmediate ValueType;
5099 return static_cast<uint32_t>(sizeof(ValueType) +
5103 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
5113 static_cast<ValueType*>(cmd)->Init(_target, _pname, _params);
5115 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5133 typedef TexSubImage2D ValueType;
5139 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5142 void SetHeader() { header.SetCmd<ValueType>(); }
5181 static_cast<ValueType*>(cmd)->Init(_target,
5192 return NextCmdAddress<ValueType>(cmd);
5236 typedef Uniform1f ValueType;
5242 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5245 void SetHeader() { header.SetCmd<ValueType>(); }
5254 static_cast<ValueType*>(cmd)->Init(_location, _x);
5255 return NextCmdAddress<ValueType>(cmd);
5271 typedef Uniform1fvImmediate ValueType;
5281 return static_cast<uint32_t>(sizeof(ValueType) +
5286 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5297 static_cast<ValueType*>(cmd)->Init(_location, _count, _v);
5299 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5317 typedef Uniform1i ValueType;
5323 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5326 void SetHeader() { header.SetCmd<ValueType>(); }
5335 static_cast<ValueType*>(cmd)->Init(_location, _x);
5336 return NextCmdAddress<ValueType>(cmd);
5352 typedef Uniform1ivImmediate ValueType;
5362 return static_cast<uint32_t>(sizeof(ValueType) +
5367 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5378 static_cast<ValueType*>(cmd)->Init(_location, _count, _v);
5380 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5398 typedef Uniform2f ValueType;
5404 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5407 void SetHeader() { header.SetCmd<ValueType>(); }
5417 static_cast<ValueType*>(cmd)->Init(_location, _x, _y);
5418 return NextCmdAddress<ValueType>(cmd);
5436 typedef Uniform2fvImmediate ValueType;
5446 return static_cast<uint32_t>(sizeof(ValueType) +
5451 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5462 static_cast<ValueType*>(cmd)->Init(_location, _count, _v);
5464 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5482 typedef Uniform2i ValueType;
5488 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5491 void SetHeader() { header.SetCmd<ValueType>(); }
5501 static_cast<ValueType*>(cmd)->Init(_location, _x, _y);
5502 return NextCmdAddress<ValueType>(cmd);
5520 typedef Uniform2ivImmediate ValueType;
5530 return static_cast<uint32_t>(sizeof(ValueType) +
5535 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5546 static_cast<ValueType*>(cmd)->Init(_location, _count, _v);
5548 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5566 typedef Uniform3f ValueType;
5572 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5575 void SetHeader() { header.SetCmd<ValueType>(); }
5586 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z);
5587 return NextCmdAddress<ValueType>(cmd);
5607 typedef Uniform3fvImmediate ValueType;
5617 return static_cast<uint32_t>(sizeof(ValueType) +
5622 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5633 static_cast<ValueType*>(cmd)->Init(_location, _count, _v);
5635 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5653 typedef Uniform3i ValueType;
5659 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5662 void SetHeader() { header.SetCmd<ValueType>(); }
5673 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z);
5674 return NextCmdAddress<ValueType>(cmd);
5694 typedef Uniform3ivImmediate ValueType;
5704 return static_cast<uint32_t>(sizeof(ValueType) +
5709 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5720 static_cast<ValueType*>(cmd)->Init(_location, _count, _v);
5722 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5740 typedef Uniform4f ValueType;
5746 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5749 void SetHeader() { header.SetCmd<ValueType>(); }
5766 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z, _w);
5767 return NextCmdAddress<ValueType>(cmd);
5789 typedef Uniform4fvImmediate ValueType;
5799 return static_cast<uint32_t>(sizeof(ValueType) +
5804 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5815 static_cast<ValueType*>(cmd)->Init(_location, _count, _v);
5817 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5835 typedef Uniform4i ValueType;
5841 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
5844 void SetHeader() { header.SetCmd<ValueType>(); }
5861 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z, _w);
5862 return NextCmdAddress<ValueType>(cmd);
5884 typedef Uniform4ivImmediate ValueType;
5894 return static_cast<uint32_t>(sizeof(ValueType) +
5899 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5910 static_cast<ValueType*>(cmd)->Init(_location, _count, _v);
5912 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5930 typedef UniformMatrix2fvImmediate ValueType;
5940 return static_cast<uint32_t>(sizeof(ValueType) +
5945 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
5956 static_cast<ValueType*>(cmd)->Init(_location, _count, _value);
5958 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
5977 typedef UniformMatrix3fvImmediate ValueType;
5987 return static_cast<uint32_t>(sizeof(ValueType) +
5992 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
6003 static_cast<ValueType*>(cmd)->Init(_location, _count, _value);
6005 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
6024 typedef UniformMatrix4fvImmediate ValueType;
6034 return static_cast<uint32_t>(sizeof(ValueType) +
6039 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
6050 static_cast<ValueType*>(cmd)->Init(_location, _count, _value);
6052 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
6071 typedef UseProgram ValueType;
6077 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6080 void SetHeader() { header.SetCmd<ValueType>(); }
6088 static_cast<ValueType*>(cmd)->Init(_program);
6089 return NextCmdAddress<ValueType>(cmd);
6103 typedef ValidateProgram ValueType;
6109 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6112 void SetHeader() { header.SetCmd<ValueType>(); }
6120 static_cast<ValueType*>(cmd)->Init(_program);
6121 return NextCmdAddress<ValueType>(cmd);
6135 typedef VertexAttrib1f ValueType;
6141 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6144 void SetHeader() { header.SetCmd<ValueType>(); }
6153 static_cast<ValueType*>(cmd)->Init(_indx, _x);
6154 return NextCmdAddress<ValueType>(cmd);
6171 typedef VertexAttrib1fvImmediate ValueType;
6181 return static_cast<uint32_t>(sizeof(ValueType) +
6185 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
6194 static_cast<ValueType*>(cmd)->Init(_indx, _values);
6196 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
6211 typedef VertexAttrib2f ValueType;
6217 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6220 void SetHeader() { header.SetCmd<ValueType>(); }
6230 static_cast<ValueType*>(cmd)->Init(_indx, _x, _y);
6231 return NextCmdAddress<ValueType>(cmd);
6251 typedef VertexAttrib2fvImmediate ValueType;
6261 return static_cast<uint32_t>(sizeof(ValueType) +
6265 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
6274 static_cast<ValueType*>(cmd)->Init(_indx, _values);
6276 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
6291 typedef VertexAttrib3f ValueType;
6297 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6300 void SetHeader() { header.SetCmd<ValueType>(); }
6311 static_cast<ValueType*>(cmd)->Init(_indx, _x, _y, _z);
6312 return NextCmdAddress<ValueType>(cmd);
6335 typedef VertexAttrib3fvImmediate ValueType;
6345 return static_cast<uint32_t>(sizeof(ValueType) +
6349 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
6358 static_cast<ValueType*>(cmd)->Init(_indx, _values);
6360 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
6375 typedef VertexAttrib4f ValueType;
6381 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6384 void SetHeader() { header.SetCmd<ValueType>(); }
6401 static_cast<ValueType*>(cmd)->Init(_indx, _x, _y, _z, _w);
6402 return NextCmdAddress<ValueType>(cmd);
6428 typedef VertexAttrib4fvImmediate ValueType;
6438 return static_cast<uint32_t>(sizeof(ValueType) +
6442 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
6451 static_cast<ValueType*>(cmd)->Init(_indx, _values);
6453 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
6468 typedef VertexAttribPointer ValueType;
6474 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6477 void SetHeader() { header.SetCmd<ValueType>(); }
6501 static_cast<ValueType*>(cmd)
6503 return NextCmdAddress<ValueType>(cmd);
6533 typedef Viewport ValueType;
6539 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6542 void SetHeader() { header.SetCmd<ValueType>(); }
6553 static_cast<ValueType*>(cmd)->Init(_x, _y, _width, _height);
6554 return NextCmdAddress<ValueType>(cmd);
6573 typedef BlitFramebufferCHROMIUM ValueType;
6579 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6582 void SetHeader() { header.SetCmd<ValueType>(); }
6618 static_cast<ValueType*>(cmd)->Init(_srcX0,
6628 return NextCmdAddress<ValueType>(cmd);
6671 typedef RenderbufferStorageMultisampleCHROMIUM ValueType;
6677 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6680 void SetHeader() { header.SetCmd<ValueType>(); }
6701 static_cast<ValueType*>(cmd)
6703 return NextCmdAddress<ValueType>(cmd);
6732 typedef RenderbufferStorageMultisampleEXT ValueType;
6738 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6741 void SetHeader() { header.SetCmd<ValueType>(); }
6762 static_cast<ValueType*>(cmd)
6764 return NextCmdAddress<ValueType>(cmd);
6792 typedef FramebufferTexture2DMultisampleEXT ValueType;
6798 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6801 void SetHeader() { header.SetCmd<ValueType>(); }
6822 static_cast<ValueType*>(cmd)
6824 return NextCmdAddress<ValueType>(cmd);
6852 typedef TexStorage2DEXT ValueType;
6858 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
6861 void SetHeader() { header.SetCmd<ValueType>(); }
6882 static_cast<ValueType*>(cmd)
6884 return NextCmdAddress<ValueType>(cmd);
6910 typedef GenQueriesEXTImmediate ValueType;
6920 return static_cast<uint32_t>(sizeof(ValueType) +
6925 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
6935 static_cast<ValueType*>(cmd)->Init(_n, _queries);
6937 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
6952 typedef DeleteQueriesEXTImmediate ValueType;
6962 return static_cast<uint32_t>(sizeof(ValueType) +
6967 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
6977 static_cast<ValueType*>(cmd)->Init(_n, _queries);
6979 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
6994 typedef BeginQueryEXT ValueType;
7000 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7003 void SetHeader() { header.SetCmd<ValueType>(); }
7021 static_cast<ValueType*>(cmd)
7023 return NextCmdAddress<ValueType>(cmd);
7046 typedef EndQueryEXT ValueType;
7052 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7055 void SetHeader() { header.SetCmd<ValueType>(); }
7064 static_cast<ValueType*>(cmd)->Init(_target, _submit_count);
7065 return NextCmdAddress<ValueType>(cmd);
7082 typedef InsertEventMarkerEXT ValueType;
7088 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7091 void SetHeader() { header.SetCmd<ValueType>(); }
7099 static_cast<ValueType*>(cmd)->Init(_bucket_id);
7100 return NextCmdAddress<ValueType>(cmd);
7115 typedef PushGroupMarkerEXT ValueType;
7121 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7124 void SetHeader() { header.SetCmd<ValueType>(); }
7132 static_cast<ValueType*>(cmd)->Init(_bucket_id);
7133 return NextCmdAddress<ValueType>(cmd);
7148 typedef PopGroupMarkerEXT ValueType;
7154 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7157 void SetHeader() { header.SetCmd<ValueType>(); }
7162 static_cast<ValueType*>(cmd)->Init();
7163 return NextCmdAddress<ValueType>(cmd);
7175 typedef GenVertexArraysOESImmediate ValueType;
7185 return static_cast<uint32_t>(sizeof(ValueType) +
7190 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
7200 static_cast<ValueType*>(cmd)->Init(_n, _arrays);
7202 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
7217 typedef DeleteVertexArraysOESImmediate ValueType;
7227 return static_cast<uint32_t>(sizeof(ValueType) +
7232 header.SetCmdByTotalSize<ValueType>(ComputeSize(n));
7242 static_cast<ValueType*>(cmd)->Init(_n, _arrays);
7244 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
7259 typedef IsVertexArrayOES ValueType;
7267 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7270 void SetHeader() { header.SetCmd<ValueType>(); }
7285 static_cast<ValueType*>(cmd)
7287 return NextCmdAddress<ValueType>(cmd);
7308 typedef BindVertexArrayOES ValueType;
7314 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7317 void SetHeader() { header.SetCmd<ValueType>(); }
7325 static_cast<ValueType*>(cmd)->Init(_array);
7326 return NextCmdAddress<ValueType>(cmd);
7341 typedef SwapBuffers ValueType;
7347 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7350 void SetHeader() { header.SetCmd<ValueType>(); }
7355 static_cast<ValueType*>(cmd)->Init();
7356 return NextCmdAddress<ValueType>(cmd);
7367 typedef GetMaxValueInBufferCHROMIUM ValueType;
7375 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7378 void SetHeader() { header.SetCmd<ValueType>(); }
7402 static_cast<ValueType*>(cmd)->Init(
7404 return NextCmdAddress<ValueType>(cmd);
7434 typedef GenSharedIdsCHROMIUM ValueType;
7440 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7443 void SetHeader() { header.SetCmd<ValueType>(); }
7464 static_cast<ValueType*>(cmd)
7466 return NextCmdAddress<ValueType>(cmd);
7493 typedef DeleteSharedIdsCHROMIUM ValueType;
7499 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7502 void SetHeader() { header.SetCmd<ValueType>(); }
7520 static_cast<ValueType*>(cmd)
7522 return NextCmdAddress<ValueType>(cmd);
7546 typedef RegisterSharedIdsCHROMIUM ValueType;
7552 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7555 void SetHeader() { header.SetCmd<ValueType>(); }
7573 static_cast<ValueType*>(cmd)
7575 return NextCmdAddress<ValueType>(cmd);
7599 typedef EnableFeatureCHROMIUM ValueType;
7607 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7610 void SetHeader() { header.SetCmd<ValueType>(); }
7625 static_cast<ValueType*>(cmd)
7627 return NextCmdAddress<ValueType>(cmd);
7648 typedef ResizeCHROMIUM ValueType;
7654 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7657 void SetHeader() { header.SetCmd<ValueType>(); }
7667 static_cast<ValueType*>(cmd)->Init(_width, _height, _scale_factor);
7668 return NextCmdAddress<ValueType>(cmd);
7688 typedef GetRequestableExtensionsCHROMIUM ValueType;
7694 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7697 void SetHeader() { header.SetCmd<ValueType>(); }
7705 static_cast<ValueType*>(cmd)->Init(_bucket_id);
7706 return NextCmdAddress<ValueType>(cmd);
7721 typedef RequestExtensionCHROMIUM ValueType;
7727 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7730 void SetHeader() { header.SetCmd<ValueType>(); }
7738 static_cast<ValueType*>(cmd)->Init(_bucket_id);
7739 return NextCmdAddress<ValueType>(cmd);
7754 typedef GetMultipleIntegervCHROMIUM ValueType;
7760 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7763 void SetHeader() { header.SetCmd<ValueType>(); }
7787 static_cast<ValueType*>(cmd)->Init(_pnames_shm_id,
7793 return NextCmdAddress<ValueType>(cmd);
7823 typedef GetProgramInfoCHROMIUM ValueType;
7835 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7838 void SetHeader() { header.SetCmd<ValueType>(); }
7847 static_cast<ValueType*>(cmd)->Init(_program, _bucket_id);
7848 return NextCmdAddress<ValueType>(cmd);
7872 typedef GetTranslatedShaderSourceANGLE ValueType;
7878 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7881 void SetHeader() { header.SetCmd<ValueType>(); }
7890 static_cast<ValueType*>(cmd)->Init(_shader, _bucket_id);
7891 return NextCmdAddress<ValueType>(cmd);
7909 typedef PostSubBufferCHROMIUM ValueType;
7915 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7918 void SetHeader() { header.SetCmd<ValueType>(); }
7929 static_cast<ValueType*>(cmd)->Init(_x, _y, _width, _height);
7930 return NextCmdAddress<ValueType>(cmd);
7954 typedef TexImageIOSurface2DCHROMIUM ValueType;
7960 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
7963 void SetHeader() { header.SetCmd<ValueType>(); }
7984 static_cast<ValueType*>(cmd)
7986 return NextCmdAddress<ValueType>(cmd);
8013 typedef CopyTextureCHROMIUM ValueType;
8019 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8022 void SetHeader() { header.SetCmd<ValueType>(); }
8046 static_cast<ValueType*>(cmd)->Init(
8048 return NextCmdAddress<ValueType>(cmd);
8078 typedef DrawArraysInstancedANGLE ValueType;
8084 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8087 void SetHeader() { header.SetCmd<ValueType>(); }
8102 static_cast<ValueType*>(cmd)->Init(_mode, _first, _count, _primcount);
8103 return NextCmdAddress<ValueType>(cmd);
8127 typedef DrawElementsInstancedANGLE ValueType;
8133 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8136 void SetHeader() { header.SetCmd<ValueType>(); }
8157 static_cast<ValueType*>(cmd)
8159 return NextCmdAddress<ValueType>(cmd);
8186 typedef VertexAttribDivisorANGLE ValueType;
8192 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8195 void SetHeader() { header.SetCmd<ValueType>(); }
8204 static_cast<ValueType*>(cmd)->Init(_index, _divisor);
8205 return NextCmdAddress<ValueType>(cmd);
8223 typedef ProduceTextureCHROMIUMImmediate ValueType;
8233 return static_cast<uint32_t>(sizeof(ValueType) +
8237 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
8246 static_cast<ValueType*>(cmd)->Init(_target, _mailbox);
8248 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
8263 typedef ProduceTextureDirectCHROMIUMImmediate ValueType;
8273 return static_cast<uint32_t>(sizeof(ValueType) +
8277 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
8290 static_cast<ValueType*>(cmd)->Init(_texture, _target, _mailbox);
8292 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
8310 typedef ConsumeTextureCHROMIUMImmediate ValueType;
8320 return static_cast<uint32_t>(sizeof(ValueType) +
8324 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
8333 static_cast<ValueType*>(cmd)->Init(_target, _mailbox);
8335 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
8350 typedef BindUniformLocationCHROMIUMBucket ValueType;
8356 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8359 void SetHeader() { header.SetCmd<ValueType>(); }
8372 static_cast<ValueType*>(cmd)->Init(_program, _location, _name_bucket_id);
8373 return NextCmdAddress<ValueType>(cmd);
8395 typedef BindTexImage2DCHROMIUM ValueType;
8401 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8404 void SetHeader() { header.SetCmd<ValueType>(); }
8413 static_cast<ValueType*>(cmd)->Init(_target, _imageId);
8414 return NextCmdAddress<ValueType>(cmd);
8432 typedef ReleaseTexImage2DCHROMIUM ValueType;
8438 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8441 void SetHeader() { header.SetCmd<ValueType>(); }
8450 static_cast<ValueType*>(cmd)->Init(_target, _imageId);
8451 return NextCmdAddress<ValueType>(cmd);
8469 typedef TraceBeginCHROMIUM ValueType;
8475 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8478 void SetHeader() { header.SetCmd<ValueType>(); }
8486 static_cast<ValueType*>(cmd)->Init(_bucket_id);
8487 return NextCmdAddress<ValueType>(cmd);
8502 typedef TraceEndCHROMIUM ValueType;
8508 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8511 void SetHeader() { header.SetCmd<ValueType>(); }
8516 static_cast<ValueType*>(cmd)->Init();
8517 return NextCmdAddress<ValueType>(cmd);
8528 typedef AsyncTexSubImage2DCHROMIUM ValueType;
8534 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8537 void SetHeader() { header.SetCmd<ValueType>(); }
8582 static_cast<ValueType*>(cmd)->Init(_target,
8595 return NextCmdAddress<ValueType>(cmd);
8646 typedef AsyncTexImage2DCHROMIUM ValueType;
8652 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8655 void SetHeader() { header.SetCmd<ValueType>(); }
8697 static_cast<ValueType*>(cmd)->Init(_target,
8709 return NextCmdAddress<ValueType>(cmd);
8758 typedef WaitAsyncTexImage2DCHROMIUM ValueType;
8764 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8767 void SetHeader() { header.SetCmd<ValueType>(); }
8775 static_cast<ValueType*>(cmd)->Init(_target);
8776 return NextCmdAddress<ValueType>(cmd);
8791 typedef WaitAllAsyncTexImage2DCHROMIUM ValueType;
8797 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8800 void SetHeader() { header.SetCmd<ValueType>(); }
8805 static_cast<ValueType*>(cmd)->Init();
8806 return NextCmdAddress<ValueType>(cmd);
8818 typedef DiscardFramebufferEXTImmediate ValueType;
8828 return static_cast<uint32_t>(sizeof(ValueType) +
8833 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
8847 static_cast<ValueType*>(cmd)->Init(_target, _count, _attachments);
8849 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
8867 typedef LoseContextCHROMIUM ValueType;
8873 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8876 void SetHeader() { header.SetCmd<ValueType>(); }
8885 static_cast<ValueType*>(cmd)->Init(_current, _other);
8886 return NextCmdAddress<ValueType>(cmd);
8904 typedef WaitSyncPointCHROMIUM ValueType;
8910 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8913 void SetHeader() { header.SetCmd<ValueType>(); }
8921 static_cast<ValueType*>(cmd)->Init(_sync_point);
8922 return NextCmdAddress<ValueType>(cmd);
8937 typedef DrawBuffersEXTImmediate ValueType;
8947 return static_cast<uint32_t>(sizeof(ValueType) +
8952 header.SetCmdByTotalSize<ValueType>(ComputeSize(count));
8962 static_cast<ValueType*>(cmd)->Init(_count, _bufs);
8964 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
8979 typedef DiscardBackbufferCHROMIUM ValueType;
8985 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
8988 void SetHeader() { header.SetCmd<ValueType>(); }
8993 static_cast<ValueType*>(cmd)->Init();
8994 return NextCmdAddress<ValueType>(cmd);
9006 typedef ScheduleOverlayPlaneCHROMIUM ValueType;
9012 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
9015 void SetHeader() { header.SetCmd<ValueType>(); }
9054 static_cast<ValueType*>(cmd)->Init(_plane_z_order,
9065 return NextCmdAddress<ValueType>(cmd);
9110 typedef MatrixLoadfCHROMIUMImmediate ValueType;
9120 return static_cast<uint32_t>(sizeof(ValueType) +
9124 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); }
9133 static_cast<ValueType*>(cmd)->Init(_matrixMode, _m);
9135 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
9150 typedef MatrixLoadIdentityCHROMIUM ValueType;
9156 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
9159 void SetHeader() { header.SetCmd<ValueType>(); }
9167 static_cast<ValueType*>(cmd)->Init(_matrixMode);
9168 return NextCmdAddress<ValueType>(cmd);