Lines Matching refs:COMPILE_ASSERT

40 COMPILE_ASSERT(sizeof(ActiveTexture) == 8, Sizeof_ActiveTexture_is_not_8);
41 COMPILE_ASSERT(offsetof(ActiveTexture, header) == 0,
43 COMPILE_ASSERT(offsetof(ActiveTexture, texture) == 4,
74 COMPILE_ASSERT(sizeof(AttachShader) == 12, Sizeof_AttachShader_is_not_12);
75 COMPILE_ASSERT(offsetof(AttachShader, header) == 0,
77 COMPILE_ASSERT(offsetof(AttachShader, program) == 4,
79 COMPILE_ASSERT(offsetof(AttachShader, shader) == 8,
115 COMPILE_ASSERT(sizeof(BindAttribLocationBucket) == 16,
117 COMPILE_ASSERT(offsetof(BindAttribLocationBucket, header) == 0,
119 COMPILE_ASSERT(offsetof(BindAttribLocationBucket, program) == 4,
121 COMPILE_ASSERT(offsetof(BindAttribLocationBucket, index) == 8,
123 COMPILE_ASSERT(offsetof(BindAttribLocationBucket, name_bucket_id) == 12,
154 COMPILE_ASSERT(sizeof(BindBuffer) == 12, Sizeof_BindBuffer_is_not_12);
155 COMPILE_ASSERT(offsetof(BindBuffer, header) == 0,
157 COMPILE_ASSERT(offsetof(BindBuffer, target) == 4,
159 COMPILE_ASSERT(offsetof(BindBuffer, buffer) == 8,
190 COMPILE_ASSERT(sizeof(BindFramebuffer) == 12, Sizeof_BindFramebuffer_is_not_12);
191 COMPILE_ASSERT(offsetof(BindFramebuffer, header) == 0,
193 COMPILE_ASSERT(offsetof(BindFramebuffer, target) == 4,
195 COMPILE_ASSERT(offsetof(BindFramebuffer, framebuffer) == 8,
226 COMPILE_ASSERT(sizeof(BindRenderbuffer) == 12,
228 COMPILE_ASSERT(offsetof(BindRenderbuffer, header) == 0,
230 COMPILE_ASSERT(offsetof(BindRenderbuffer, target) == 4,
232 COMPILE_ASSERT(offsetof(BindRenderbuffer, renderbuffer) == 8,
263 COMPILE_ASSERT(sizeof(BindTexture) == 12, Sizeof_BindTexture_is_not_12);
264 COMPILE_ASSERT(offsetof(BindTexture, header) == 0,
266 COMPILE_ASSERT(offsetof(BindTexture, target) == 4,
268 COMPILE_ASSERT(offsetof(BindTexture, texture) == 8,
307 COMPILE_ASSERT(sizeof(BlendColor) == 20, Sizeof_BlendColor_is_not_20);
308 COMPILE_ASSERT(offsetof(BlendColor, header) == 0,
310 COMPILE_ASSERT(offsetof(BlendColor, red) == 4, OffsetOf_BlendColor_red_not_4);
311 COMPILE_ASSERT(offsetof(BlendColor, green) == 8,
313 COMPILE_ASSERT(offsetof(BlendColor, blue) == 12,
315 COMPILE_ASSERT(offsetof(BlendColor, alpha) == 16,
344 COMPILE_ASSERT(sizeof(BlendEquation) == 8, Sizeof_BlendEquation_is_not_8);
345 COMPILE_ASSERT(offsetof(BlendEquation, header) == 0,
347 COMPILE_ASSERT(offsetof(BlendEquation, mode) == 4,
378 COMPILE_ASSERT(sizeof(BlendEquationSeparate) == 12,
380 COMPILE_ASSERT(offsetof(BlendEquationSeparate, header) == 0,
382 COMPILE_ASSERT(offsetof(BlendEquationSeparate, modeRGB) == 4,
384 COMPILE_ASSERT(offsetof(BlendEquationSeparate, modeAlpha) == 8,
415 COMPILE_ASSERT(sizeof(BlendFunc) == 12, Sizeof_BlendFunc_is_not_12);
416 COMPILE_ASSERT(offsetof(BlendFunc, header) == 0,
418 COMPILE_ASSERT(offsetof(BlendFunc, sfactor) == 4,
420 COMPILE_ASSERT(offsetof(BlendFunc, dfactor) == 8,
462 COMPILE_ASSERT(sizeof(BlendFuncSeparate) == 20,
464 COMPILE_ASSERT(offsetof(BlendFuncSeparate, header) == 0,
466 COMPILE_ASSERT(offsetof(BlendFuncSeparate, srcRGB) == 4,
468 COMPILE_ASSERT(offsetof(BlendFuncSeparate, dstRGB) == 8,
470 COMPILE_ASSERT(offsetof(BlendFuncSeparate, srcAlpha) == 12,
472 COMPILE_ASSERT(offsetof(BlendFuncSeparate, dstAlpha) == 16,
519 COMPILE_ASSERT(sizeof(BufferData) == 24, Sizeof_BufferData_is_not_24);
520 COMPILE_ASSERT(offsetof(BufferData, header) == 0,
522 COMPILE_ASSERT(offsetof(BufferData, target) == 4,
524 COMPILE_ASSERT(offsetof(BufferData, size) == 8, OffsetOf_BufferData_size_not_8);
525 COMPILE_ASSERT(offsetof(BufferData, data_shm_id) == 12,
527 COMPILE_ASSERT(offsetof(BufferData, data_shm_offset) == 16,
529 COMPILE_ASSERT(offsetof(BufferData, usage) == 20,
576 COMPILE_ASSERT(sizeof(BufferSubData) == 24, Sizeof_BufferSubData_is_not_24);
577 COMPILE_ASSERT(offsetof(BufferSubData, header) == 0,
579 COMPILE_ASSERT(offsetof(BufferSubData, target) == 4,
581 COMPILE_ASSERT(offsetof(BufferSubData, offset) == 8,
583 COMPILE_ASSERT(offsetof(BufferSubData, size) == 12,
585 COMPILE_ASSERT(offsetof(BufferSubData, data_shm_id) == 16,
587 COMPILE_ASSERT(offsetof(BufferSubData, data_shm_offset) == 20,
628 COMPILE_ASSERT(sizeof(CheckFramebufferStatus) == 16,
630 COMPILE_ASSERT(offsetof(CheckFramebufferStatus, header) == 0,
632 COMPILE_ASSERT(offsetof(CheckFramebufferStatus, target) == 4,
634 COMPILE_ASSERT(offsetof(CheckFramebufferStatus, result_shm_id) == 8,
636 COMPILE_ASSERT(offsetof(CheckFramebufferStatus, result_shm_offset) == 12,
665 COMPILE_ASSERT(sizeof(Clear) == 8, Sizeof_Clear_is_not_8);
666 COMPILE_ASSERT(offsetof(Clear, header) == 0, OffsetOf_Clear_header_not_0);
667 COMPILE_ASSERT(offsetof(Clear, mask) == 4, OffsetOf_Clear_mask_not_4);
705 COMPILE_ASSERT(sizeof(ClearColor) == 20, Sizeof_ClearColor_is_not_20);
706 COMPILE_ASSERT(offsetof(ClearColor, header) == 0,
708 COMPILE_ASSERT(offsetof(ClearColor, red) == 4, OffsetOf_ClearColor_red_not_4);
709 COMPILE_ASSERT(offsetof(ClearColor, green) == 8,
711 COMPILE_ASSERT(offsetof(ClearColor, blue) == 12,
713 COMPILE_ASSERT(offsetof(ClearColor, alpha) == 16,
742 COMPILE_ASSERT(sizeof(ClearDepthf) == 8, Sizeof_ClearDepthf_is_not_8);
743 COMPILE_ASSERT(offsetof(ClearDepthf, header) == 0,
745 COMPILE_ASSERT(offsetof(ClearDepthf, depth) == 4,
774 COMPILE_ASSERT(sizeof(ClearStencil) == 8, Sizeof_ClearStencil_is_not_8);
775 COMPILE_ASSERT(offsetof(ClearStencil, header) == 0,
777 COMPILE_ASSERT(offsetof(ClearStencil, s) == 4, OffsetOf_ClearStencil_s_not_4);
818 COMPILE_ASSERT(sizeof(ColorMask) == 20, Sizeof_ColorMask_is_not_20);
819 COMPILE_ASSERT(offsetof(ColorMask, header) == 0,
821 COMPILE_ASSERT(offsetof(ColorMask, red) == 4, OffsetOf_ColorMask_red_not_4);
822 COMPILE_ASSERT(offsetof(ColorMask, green) == 8, OffsetOf_ColorMask_green_not_8);
823 COMPILE_ASSERT(offsetof(ColorMask, blue) == 12, OffsetOf_ColorMask_blue_not_12);
824 COMPILE_ASSERT(offsetof(ColorMask, alpha) == 16,
853 COMPILE_ASSERT(sizeof(CompileShader) == 8, Sizeof_CompileShader_is_not_8);
854 COMPILE_ASSERT(offsetof(CompileShader, header) == 0,
856 COMPILE_ASSERT(offsetof(CompileShader, shader) == 4,
908 COMPILE_ASSERT(sizeof(CompressedTexImage2DBucket) == 28,
910 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, header) == 0,
912 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, target) == 4,
914 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, level) == 8,
916 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, internalformat) == 12,
918 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, width) == 16,
920 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, height) == 20,
922 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, bucket_id) == 24,
988 COMPILE_ASSERT(sizeof(CompressedTexImage2D) == 36,
990 COMPILE_ASSERT(offsetof(CompressedTexImage2D, header) == 0,
992 COMPILE_ASSERT(offsetof(CompressedTexImage2D, target) == 4,
994 COMPILE_ASSERT(offsetof(CompressedTexImage2D, level) == 8,
996 COMPILE_ASSERT(offsetof(CompressedTexImage2D, internalformat) == 12,
998 COMPILE_ASSERT(offsetof(CompressedTexImage2D, width) == 16,
1000 COMPILE_ASSERT(offsetof(CompressedTexImage2D, height) == 20,
1002 COMPILE_ASSERT(offsetof(CompressedTexImage2D, imageSize) == 24,
1004 COMPILE_ASSERT(offsetof(CompressedTexImage2D, data_shm_id) == 28,
1006 COMPILE_ASSERT(offsetof(CompressedTexImage2D, data_shm_offset) == 32,
1071 COMPILE_ASSERT(sizeof(CompressedTexSubImage2DBucket) == 36,
1073 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, header) == 0,
1075 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, target) == 4,
1077 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, level) == 8,
1079 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, xoffset) == 12,
1081 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, yoffset) == 16,
1083 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, width) == 20,
1085 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, height) == 24,
1087 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, format) == 28,
1089 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, bucket_id) == 32,
1164 COMPILE_ASSERT(sizeof(CompressedTexSubImage2D) == 44,
1166 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, header) == 0,
1168 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, target) == 4,
1170 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, level) == 8,
1172 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, xoffset) == 12,
1174 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, yoffset) == 16,
1176 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, width) == 20,
1178 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, height) == 24,
1180 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, format) == 28,
1182 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, imageSize) == 32,
1184 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, data_shm_id) == 36,
1186 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, data_shm_offset) == 40,
1242 COMPILE_ASSERT(sizeof(CopyTexImage2D) == 32, Sizeof_CopyTexImage2D_is_not_32);
1243 COMPILE_ASSERT(offsetof(CopyTexImage2D, header) == 0,
1245 COMPILE_ASSERT(offsetof(CopyTexImage2D, target) == 4,
1247 COMPILE_ASSERT(offsetof(CopyTexImage2D, level) == 8,
1249 COMPILE_ASSERT(offsetof(CopyTexImage2D, internalformat) == 12,
1251 COMPILE_ASSERT(offsetof(CopyTexImage2D, x) == 16,
1253 COMPILE_ASSERT(offsetof(CopyTexImage2D, y) == 20,
1255 COMPILE_ASSERT(offsetof(CopyTexImage2D, width) == 24,
1257 COMPILE_ASSERT(offsetof(CopyTexImage2D, height) == 28,
1316 COMPILE_ASSERT(sizeof(CopyTexSubImage2D) == 36,
1318 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, header) == 0,
1320 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, target) == 4,
1322 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, level) == 8,
1324 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, xoffset) == 12,
1326 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, yoffset) == 16,
1328 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, x) == 20,
1330 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, y) == 24,
1332 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, width) == 28,
1334 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, height) == 32,
1363 COMPILE_ASSERT(sizeof(CreateProgram) == 8, Sizeof_CreateProgram_is_not_8);
1364 COMPILE_ASSERT(offsetof(CreateProgram, header) == 0,
1366 COMPILE_ASSERT(offsetof(CreateProgram, client_id) == 4,
1397 COMPILE_ASSERT(sizeof(CreateShader) == 12, Sizeof_CreateShader_is_not_12);
1398 COMPILE_ASSERT(offsetof(CreateShader, header) == 0,
1400 COMPILE_ASSERT(offsetof(CreateShader, type) == 4,
1402 COMPILE_ASSERT(offsetof(CreateShader, client_id) == 8,
1431 COMPILE_ASSERT(sizeof(CullFace) == 8, Sizeof_CullFace_is_not_8);
1432 COMPILE_ASSERT(offsetof(CullFace, header) == 0, OffsetOf_CullFace_header_not_0);
1433 COMPILE_ASSERT(offsetof(CullFace, mode) == 4, OffsetOf_CullFace_mode_not_4);
1470 COMPILE_ASSERT(sizeof(DeleteBuffersImmediate) == 8,
1472 COMPILE_ASSERT(offsetof(DeleteBuffersImmediate, header) == 0,
1474 COMPILE_ASSERT(offsetof(DeleteBuffersImmediate, n) == 4,
1512 COMPILE_ASSERT(sizeof(DeleteFramebuffersImmediate) == 8,
1514 COMPILE_ASSERT(offsetof(DeleteFramebuffersImmediate, header) == 0,
1516 COMPILE_ASSERT(offsetof(DeleteFramebuffersImmediate, n) == 4,
1545 COMPILE_ASSERT(sizeof(DeleteProgram) == 8, Sizeof_DeleteProgram_is_not_8);
1546 COMPILE_ASSERT(offsetof(DeleteProgram, header) == 0,
1548 COMPILE_ASSERT(offsetof(DeleteProgram, program) == 4,
1586 COMPILE_ASSERT(sizeof(DeleteRenderbuffersImmediate) == 8,
1588 COMPILE_ASSERT(offsetof(DeleteRenderbuffersImmediate, header) == 0,
1590 COMPILE_ASSERT(offsetof(DeleteRenderbuffersImmediate, n) == 4,
1619 COMPILE_ASSERT(sizeof(DeleteShader) == 8, Sizeof_DeleteShader_is_not_8);
1620 COMPILE_ASSERT(offsetof(DeleteShader, header) == 0,
1622 COMPILE_ASSERT(offsetof(DeleteShader, shader) == 4,
1660 COMPILE_ASSERT(sizeof(DeleteTexturesImmediate) == 8,
1662 COMPILE_ASSERT(offsetof(DeleteTexturesImmediate, header) == 0,
1664 COMPILE_ASSERT(offsetof(DeleteTexturesImmediate, n) == 4,
1693 COMPILE_ASSERT(sizeof(DepthFunc) == 8, Sizeof_DepthFunc_is_not_8);
1694 COMPILE_ASSERT(offsetof(DepthFunc, header) == 0,
1696 COMPILE_ASSERT(offsetof(DepthFunc, func) == 4, OffsetOf_DepthFunc_func_not_4);
1724 COMPILE_ASSERT(sizeof(DepthMask) == 8, Sizeof_DepthMask_is_not_8);
1725 COMPILE_ASSERT(offsetof(DepthMask, header) == 0,
1727 COMPILE_ASSERT(offsetof(DepthMask, flag) == 4, OffsetOf_DepthMask_flag_not_4);
1757 COMPILE_ASSERT(sizeof(DepthRangef) == 12, Sizeof_DepthRangef_is_not_12);
1758 COMPILE_ASSERT(offsetof(DepthRangef, header) == 0,
1760 COMPILE_ASSERT(offsetof(DepthRangef, zNear) == 4,
1762 COMPILE_ASSERT(offsetof(DepthRangef, zFar) == 8,
1793 COMPILE_ASSERT(sizeof(DetachShader) == 12, Sizeof_DetachShader_is_not_12);
1794 COMPILE_ASSERT(offsetof(DetachShader, header) == 0,
1796 COMPILE_ASSERT(offsetof(DetachShader, program) == 4,
1798 COMPILE_ASSERT(offsetof(DetachShader, shader) == 8,
1827 COMPILE_ASSERT(sizeof(Disable) == 8, Sizeof_Disable_is_not_8);
1828 COMPILE_ASSERT(offsetof(Disable, header) == 0, OffsetOf_Disable_header_not_0);
1829 COMPILE_ASSERT(offsetof(Disable, cap) == 4, OffsetOf_Disable_cap_not_4);
1857 COMPILE_ASSERT(sizeof(DisableVertexAttribArray) == 8,
1859 COMPILE_ASSERT(offsetof(DisableVertexAttribArray, header) == 0,
1861 COMPILE_ASSERT(offsetof(DisableVertexAttribArray, index) == 4,
1894 COMPILE_ASSERT(sizeof(DrawArrays) == 16, Sizeof_DrawArrays_is_not_16);
1895 COMPILE_ASSERT(offsetof(DrawArrays, header) == 0,
1897 COMPILE_ASSERT(offsetof(DrawArrays, mode) == 4, OffsetOf_DrawArrays_mode_not_4);
1898 COMPILE_ASSERT(offsetof(DrawArrays, first) == 8,
1900 COMPILE_ASSERT(offsetof(DrawArrays, count) == 12,
1939 COMPILE_ASSERT(sizeof(DrawElements) == 20, Sizeof_DrawElements_is_not_20);
1940 COMPILE_ASSERT(offsetof(DrawElements, header) == 0,
1942 COMPILE_ASSERT(offsetof(DrawElements, mode) == 4,
1944 COMPILE_ASSERT(offsetof(DrawElements, count) == 8,
1946 COMPILE_ASSERT(offsetof(DrawElements, type) == 12,
1948 COMPILE_ASSERT(offsetof(DrawElements, index_offset) == 16,
1977 COMPILE_ASSERT(sizeof(Enable) == 8, Sizeof_Enable_is_not_8);
1978 COMPILE_ASSERT(offsetof(Enable, header) == 0, OffsetOf_Enable_header_not_0);
1979 COMPILE_ASSERT(offsetof(Enable, cap) == 4, OffsetOf_Enable_cap_not_4);
2007 COMPILE_ASSERT(sizeof(EnableVertexAttribArray) == 8,
2009 COMPILE_ASSERT(offsetof(EnableVertexAttribArray, header) == 0,
2011 COMPILE_ASSERT(offsetof(EnableVertexAttribArray, index) == 4,
2036 COMPILE_ASSERT(sizeof(Finish) == 4, Sizeof_Finish_is_not_4);
2037 COMPILE_ASSERT(offsetof(Finish, header) == 0, OffsetOf_Finish_header_not_0);
2061 COMPILE_ASSERT(sizeof(Flush) == 4, Sizeof_Flush_is_not_4);
2062 COMPILE_ASSERT(offsetof(Flush, header) == 0, OffsetOf_Flush_header_not_0);
2104 COMPILE_ASSERT(sizeof(FramebufferRenderbuffer) == 20,
2106 COMPILE_ASSERT(offsetof(FramebufferRenderbuffer, header) == 0,
2108 COMPILE_ASSERT(offsetof(FramebufferRenderbuffer, target) == 4,
2110 COMPILE_ASSERT(offsetof(FramebufferRenderbuffer, attachment) == 8,
2112 COMPILE_ASSERT(offsetof(FramebufferRenderbuffer, renderbuffertarget) == 12,
2114 COMPILE_ASSERT(offsetof(FramebufferRenderbuffer, renderbuffer) == 16,
2158 COMPILE_ASSERT(sizeof(FramebufferTexture2D) == 20,
2160 COMPILE_ASSERT(offsetof(FramebufferTexture2D, header) == 0,
2162 COMPILE_ASSERT(offsetof(FramebufferTexture2D, target) == 4,
2164 COMPILE_ASSERT(offsetof(FramebufferTexture2D, attachment) == 8,
2166 COMPILE_ASSERT(offsetof(FramebufferTexture2D, textarget) == 12,
2168 COMPILE_ASSERT(offsetof(FramebufferTexture2D, texture) == 16,
2197 COMPILE_ASSERT(sizeof(FrontFace) == 8, Sizeof_FrontFace_is_not_8);
2198 COMPILE_ASSERT(offsetof(FrontFace, header) == 0,
2200 COMPILE_ASSERT(offsetof(FrontFace, mode) == 4, OffsetOf_FrontFace_mode_not_4);
2237 COMPILE_ASSERT(sizeof(GenBuffersImmediate) == 8,
2239 COMPILE_ASSERT(offsetof(GenBuffersImmediate, header) == 0,
2241 COMPILE_ASSERT(offsetof(GenBuffersImmediate, n) == 4,
2270 COMPILE_ASSERT(sizeof(GenerateMipmap) == 8, Sizeof_GenerateMipmap_is_not_8);
2271 COMPILE_ASSERT(offsetof(GenerateMipmap, header) == 0,
2273 COMPILE_ASSERT(offsetof(GenerateMipmap, target) == 4,
2311 COMPILE_ASSERT(sizeof(GenFramebuffersImmediate) == 8,
2313 COMPILE_ASSERT(offsetof(GenFramebuffersImmediate, header) == 0,
2315 COMPILE_ASSERT(offsetof(GenFramebuffersImmediate, n) == 4,
2353 COMPILE_ASSERT(sizeof(GenRenderbuffersImmediate) == 8,
2355 COMPILE_ASSERT(offsetof(GenRenderbuffersImmediate, header) == 0,
2357 COMPILE_ASSERT(offsetof(GenRenderbuffersImmediate, n) == 4,
2395 COMPILE_ASSERT(sizeof(GenTexturesImmediate) == 8,
2397 COMPILE_ASSERT(offsetof(GenTexturesImmediate, header) == 0,
2399 COMPILE_ASSERT(offsetof(GenTexturesImmediate, n) == 4,
2452 COMPILE_ASSERT(sizeof(GetActiveAttrib) == 24, Sizeof_GetActiveAttrib_is_not_24);
2453 COMPILE_ASSERT(offsetof(GetActiveAttrib, header) == 0,
2455 COMPILE_ASSERT(offsetof(GetActiveAttrib, program) == 4,
2457 COMPILE_ASSERT(offsetof(GetActiveAttrib, index) == 8,
2459 COMPILE_ASSERT(offsetof(GetActiveAttrib, name_bucket_id) == 12,
2461 COMPILE_ASSERT(offsetof(GetActiveAttrib, result_shm_id) == 16,
2463 COMPILE_ASSERT(offsetof(GetActiveAttrib, result_shm_offset) == 20,
2465 COMPILE_ASSERT(offsetof(GetActiveAttrib::Result, success) == 0,
2467 COMPILE_ASSERT(offsetof(GetActiveAttrib::Result, size) == 4,
2469 COMPILE_ASSERT(offsetof(GetActiveAttrib::Result, type) == 8,
2522 COMPILE_ASSERT(sizeof(GetActiveUniform) == 24,
2524 COMPILE_ASSERT(offsetof(GetActiveUniform, header) == 0,
2526 COMPILE_ASSERT(offsetof(GetActiveUniform, program) == 4,
2528 COMPILE_ASSERT(offsetof(GetActiveUniform, index) == 8,
2530 COMPILE_ASSERT(offsetof(GetActiveUniform, name_bucket_id) == 12,
2532 COMPILE_ASSERT(offsetof(GetActiveUniform, result_shm_id) == 16,
2534 COMPILE_ASSERT(offsetof(GetActiveUniform, result_shm_offset) == 20,
2536 COMPILE_ASSERT(offsetof(GetActiveUniform::Result, success) == 0,
2538 COMPILE_ASSERT(offsetof(GetActiveUniform::Result, size) == 4,
2540 COMPILE_ASSERT(offsetof(GetActiveUniform::Result, type) == 8,
2585 COMPILE_ASSERT(sizeof(GetAttachedShaders) == 20,
2587 COMPILE_ASSERT(offsetof(GetAttachedShaders, header) == 0,
2589 COMPILE_ASSERT(offsetof(GetAttachedShaders, program) == 4,
2591 COMPILE_ASSERT(offsetof(GetAttachedShaders, result_shm_id) == 8,
2593 COMPILE_ASSERT(offsetof(GetAttachedShaders, result_shm_offset) == 12,
2595 COMPILE_ASSERT(offsetof(GetAttachedShaders, result_size) == 16,
2640 COMPILE_ASSERT(sizeof(GetAttribLocation) == 20,
2642 COMPILE_ASSERT(offsetof(GetAttribLocation, header) == 0,
2644 COMPILE_ASSERT(offsetof(GetAttribLocation, program) == 4,
2646 COMPILE_ASSERT(offsetof(GetAttribLocation, name_bucket_id) == 8,
2648 COMPILE_ASSERT(offsetof(GetAttribLocation, location_shm_id) == 12,
2650 COMPILE_ASSERT(offsetof(GetAttribLocation, location_shm_offset) == 16,
2691 COMPILE_ASSERT(sizeof(GetBooleanv) == 16, Sizeof_GetBooleanv_is_not_16);
2692 COMPILE_ASSERT(offsetof(GetBooleanv, header) == 0,
2694 COMPILE_ASSERT(offsetof(GetBooleanv, pname) == 4,
2696 COMPILE_ASSERT(offsetof(GetBooleanv, params_shm_id) == 8,
2698 COMPILE_ASSERT(offsetof(GetBooleanv, params_shm_offset) == 12,
2743 COMPILE_ASSERT(sizeof(GetBufferParameteriv) == 20,
2745 COMPILE_ASSERT(offsetof(GetBufferParameteriv, header) == 0,
2747 COMPILE_ASSERT(offsetof(GetBufferParameteriv, target) == 4,
2749 COMPILE_ASSERT(offsetof(GetBufferParameteriv, pname) == 8,
2751 COMPILE_ASSERT(offsetof(GetBufferParameteriv, params_shm_id) == 12,
2753 COMPILE_ASSERT(offsetof(GetBufferParameteriv, params_shm_offset) == 16,
2786 COMPILE_ASSERT(sizeof(GetError) == 12, Sizeof_GetError_is_not_12);
2787 COMPILE_ASSERT(offsetof(GetError, header) == 0, OffsetOf_GetError_header_not_0);
2788 COMPILE_ASSERT(offsetof(GetError, result_shm_id) == 4,
2790 COMPILE_ASSERT(offsetof(GetError, result_shm_offset) == 8,
2831 COMPILE_ASSERT(sizeof(GetFloatv) == 16, Sizeof_GetFloatv_is_not_16);
2832 COMPILE_ASSERT(offsetof(GetFloatv, header) == 0,
2834 COMPILE_ASSERT(offsetof(GetFloatv, pname) == 4, OffsetOf_GetFloatv_pname_not_4);
2835 COMPILE_ASSERT(offsetof(GetFloatv, params_shm_id) == 8,
2837 COMPILE_ASSERT(offsetof(GetFloatv, params_shm_offset) == 12,
2886 COMPILE_ASSERT(sizeof(GetFramebufferAttachmentParameteriv) == 24,
2888 COMPILE_ASSERT(offsetof(GetFramebufferAttachmentParameteriv, header) == 0,
2890 COMPILE_ASSERT(offsetof(GetFramebufferAttachmentParameteriv, target) == 4,
2892 COMPILE_ASSERT(offsetof(GetFramebufferAttachmentParameteriv, attachment) == 8,
2894 COMPILE_ASSERT(offsetof(GetFramebufferAttachmentParameteriv, pname) == 12,
2896 COMPILE_ASSERT(
2899 COMPILE_ASSERT(
2941 COMPILE_ASSERT(sizeof(GetIntegerv) == 16, Sizeof_GetIntegerv_is_not_16);
2942 COMPILE_ASSERT(offsetof(GetIntegerv, header) == 0,
2944 COMPILE_ASSERT(offsetof(GetIntegerv, pname) == 4,
2946 COMPILE_ASSERT(offsetof(GetIntegerv, params_shm_id) == 8,
2948 COMPILE_ASSERT(offsetof(GetIntegerv, params_shm_offset) == 12,
2993 COMPILE_ASSERT(sizeof(GetProgramiv) == 20, Sizeof_GetProgramiv_is_not_20);
2994 COMPILE_ASSERT(offsetof(GetProgramiv, header) == 0,
2996 COMPILE_ASSERT(offsetof(GetProgramiv, program) == 4,
2998 COMPILE_ASSERT(offsetof(GetProgramiv, pname) == 8,
3000 COMPILE_ASSERT(offsetof(GetProgramiv, params_shm_id) == 12,
3002 COMPILE_ASSERT(offsetof(GetProgramiv, params_shm_offset) == 16,
3033 COMPILE_ASSERT(sizeof(GetProgramInfoLog) == 12,
3035 COMPILE_ASSERT(offsetof(GetProgramInfoLog, header) == 0,
3037 COMPILE_ASSERT(offsetof(GetProgramInfoLog, program) == 4,
3039 COMPILE_ASSERT(offsetof(GetProgramInfoLog, bucket_id) == 8,
3084 COMPILE_ASSERT(sizeof(GetRenderbufferParameteriv) == 20,
3086 COMPILE_ASSERT(offsetof(GetRenderbufferParameteriv, header) == 0,
3088 COMPILE_ASSERT(offsetof(GetRenderbufferParameteriv, target) == 4,
3090 COMPILE_ASSERT(offsetof(GetRenderbufferParameteriv, pname) == 8,
3092 COMPILE_ASSERT(offsetof(GetRenderbufferParameteriv, params_shm_id) == 12,
3094 COMPILE_ASSERT(offsetof(GetRenderbufferParameteriv, params_shm_offset) == 16,
3139 COMPILE_ASSERT(sizeof(GetShaderiv) == 20, Sizeof_GetShaderiv_is_not_20);
3140 COMPILE_ASSERT(offsetof(GetShaderiv, header) == 0,
3142 COMPILE_ASSERT(offsetof(GetShaderiv, shader) == 4,
3144 COMPILE_ASSERT(offsetof(GetShaderiv, pname) == 8,
3146 COMPILE_ASSERT(offsetof(GetShaderiv, params_shm_id) == 12,
3148 COMPILE_ASSERT(offsetof(GetShaderiv, params_shm_offset) == 16,
3179 COMPILE_ASSERT(sizeof(GetShaderInfoLog) == 12,
3181 COMPILE_ASSERT(offsetof(GetShaderInfoLog, header) == 0,
3183 COMPILE_ASSERT(offsetof(GetShaderInfoLog, shader) == 4,
3185 COMPILE_ASSERT(offsetof(GetShaderInfoLog, bucket_id) == 8,
3235 COMPILE_ASSERT(sizeof(GetShaderPrecisionFormat) == 20,
3237 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat, header) == 0,
3239 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat, shadertype) == 4,
3241 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat, precisiontype) == 8,
3243 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat, result_shm_id) == 12,
3245 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat, result_shm_offset) == 16,
3247 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat::Result, success) == 0,
3249 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat::Result, min_range) == 4,
3251 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat::Result, max_range) == 8,
3253 COMPILE_ASSERT(offsetof(GetShaderPrecisionFormat::Result, precision) == 12,
3284 COMPILE_ASSERT(sizeof(GetShaderSource) == 12, Sizeof_GetShaderSource_is_not_12);
3285 COMPILE_ASSERT(offsetof(GetShaderSource, header) == 0,
3287 COMPILE_ASSERT(offsetof(GetShaderSource, shader) == 4,
3289 COMPILE_ASSERT(offsetof(GetShaderSource, bucket_id) == 8,
3320 COMPILE_ASSERT(sizeof(GetString) == 12, Sizeof_GetString_is_not_12);
3321 COMPILE_ASSERT(offsetof(GetString, header) == 0,
3323 COMPILE_ASSERT(offsetof(GetString, name) == 4, OffsetOf_GetString_name_not_4);
3324 COMPILE_ASSERT(offsetof(GetString, bucket_id) == 8,
3369 COMPILE_ASSERT(sizeof(GetTexParameterfv) == 20,
3371 COMPILE_ASSERT(offsetof(GetTexParameterfv, header) == 0,
3373 COMPILE_ASSERT(offsetof(GetTexParameterfv, target) == 4,
3375 COMPILE_ASSERT(offsetof(GetTexParameterfv, pname) == 8,
3377 COMPILE_ASSERT(offsetof(GetTexParameterfv, params_shm_id) == 12,
3379 COMPILE_ASSERT(offsetof(GetTexParameterfv, params_shm_offset) == 16,
3424 COMPILE_ASSERT(sizeof(GetTexParameteriv) == 20,
3426 COMPILE_ASSERT(offsetof(GetTexParameteriv, header) == 0,
3428 COMPILE_ASSERT(offsetof(GetTexParameteriv, target) == 4,
3430 COMPILE_ASSERT(offsetof(GetTexParameteriv, pname) == 8,
3432 COMPILE_ASSERT(offsetof(GetTexParameteriv, params_shm_id) == 12,
3434 COMPILE_ASSERT(offsetof(GetTexParameteriv, params_shm_offset) == 16,
3479 COMPILE_ASSERT(sizeof(GetUniformfv) == 20, Sizeof_GetUniformfv_is_not_20);
3480 COMPILE_ASSERT(offsetof(GetUniformfv, header) == 0,
3482 COMPILE_ASSERT(offsetof(GetUniformfv, program) == 4,
3484 COMPILE_ASSERT(offsetof(GetUniformfv, location) == 8,
3486 COMPILE_ASSERT(offsetof(GetUniformfv, params_shm_id) == 12,
3488 COMPILE_ASSERT(offsetof(GetUniformfv, params_shm_offset) == 16,
3533 COMPILE_ASSERT(sizeof(GetUniformiv) == 20, Sizeof_GetUniformiv_is_not_20);
3534 COMPILE_ASSERT(offsetof(GetUniformiv, header) == 0,
3536 COMPILE_ASSERT(offsetof(GetUniformiv, program) == 4,
3538 COMPILE_ASSERT(offsetof(GetUniformiv, location) == 8,
3540 COMPILE_ASSERT(offsetof(GetUniformiv, params_shm_id) == 12,
3542 COMPILE_ASSERT(offsetof(GetUniformiv, params_shm_offset) == 16,
3587 COMPILE_ASSERT(sizeof(GetUniformLocation) == 20,
3589 COMPILE_ASSERT(offsetof(GetUniformLocation, header) == 0,
3591 COMPILE_ASSERT(offsetof(GetUniformLocation, program) == 4,
3593 COMPILE_ASSERT(offsetof(GetUniformLocation, name_bucket_id) == 8,
3595 COMPILE_ASSERT(offsetof(GetUniformLocation, location_shm_id) == 12,
3597 COMPILE_ASSERT(offsetof(GetUniformLocation, location_shm_offset) == 16,
3642 COMPILE_ASSERT(sizeof(GetVertexAttribfv) == 20,
3644 COMPILE_ASSERT(offsetof(GetVertexAttribfv, header) == 0,
3646 COMPILE_ASSERT(offsetof(GetVertexAttribfv, index) == 4,
3648 COMPILE_ASSERT(offsetof(GetVertexAttribfv, pname) == 8,
3650 COMPILE_ASSERT(offsetof(GetVertexAttribfv, params_shm_id) == 12,
3652 COMPILE_ASSERT(offsetof(GetVertexAttribfv, params_shm_offset) == 16,
3697 COMPILE_ASSERT(sizeof(GetVertexAttribiv) == 20,
3699 COMPILE_ASSERT(offsetof(GetVertexAttribiv, header) == 0,
3701 COMPILE_ASSERT(offsetof(GetVertexAttribiv, index) == 4,
3703 COMPILE_ASSERT(offsetof(GetVertexAttribiv, pname) == 8,
3705 COMPILE_ASSERT(offsetof(GetVertexAttribiv, params_shm_id) == 12,
3707 COMPILE_ASSERT(offsetof(GetVertexAttribiv, params_shm_offset) == 16,
3752 COMPILE_ASSERT(sizeof(GetVertexAttribPointerv) == 20,
3754 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, header) == 0,
3756 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, index) == 4,
3758 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, pname) == 8,
3760 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, pointer_shm_id) == 12,
3762 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, pointer_shm_offset) == 16,
3793 COMPILE_ASSERT(sizeof(Hint) == 12, Sizeof_Hint_is_not_12);
3794 COMPILE_ASSERT(offsetof(Hint, header) == 0, OffsetOf_Hint_header_not_0);
3795 COMPILE_ASSERT(offsetof(Hint, target) == 4, OffsetOf_Hint_target_not_4);
3796 COMPILE_ASSERT(offsetof(Hint, mode) == 8, OffsetOf_Hint_mode_not_8);
3836 COMPILE_ASSERT(sizeof(IsBuffer) == 16, Sizeof_IsBuffer_is_not_16);
3837 COMPILE_ASSERT(offsetof(IsBuffer, header) == 0, OffsetOf_IsBuffer_header_not_0);
3838 COMPILE_ASSERT(offsetof(IsBuffer, buffer) == 4, OffsetOf_IsBuffer_buffer_not_4);
3839 COMPILE_ASSERT(offsetof(IsBuffer, result_shm_id) == 8,
3841 COMPILE_ASSERT(offsetof(IsBuffer, result_shm_offset) == 12,
3880 COMPILE_ASSERT(sizeof(IsEnabled) == 16, Sizeof_IsEnabled_is_not_16);
3881 COMPILE_ASSERT(offsetof(IsEnabled, header) == 0,
3883 COMPILE_ASSERT(offsetof(IsEnabled, cap) == 4, OffsetOf_IsEnabled_cap_not_4);
3884 COMPILE_ASSERT(offsetof(IsEnabled, result_shm_id) == 8,
3886 COMPILE_ASSERT(offsetof(IsEnabled, result_shm_offset) == 12,
3927 COMPILE_ASSERT(sizeof(IsFramebuffer) == 16, Sizeof_IsFramebuffer_is_not_16);
3928 COMPILE_ASSERT(offsetof(IsFramebuffer, header) == 0,
3930 COMPILE_ASSERT(offsetof(IsFramebuffer, framebuffer) == 4,
3932 COMPILE_ASSERT(offsetof(IsFramebuffer, result_shm_id) == 8,
3934 COMPILE_ASSERT(offsetof(IsFramebuffer, result_shm_offset) == 12,
3975 COMPILE_ASSERT(sizeof(IsProgram) == 16, Sizeof_IsProgram_is_not_16);
3976 COMPILE_ASSERT(offsetof(IsProgram, header) == 0,
3978 COMPILE_ASSERT(offsetof(IsProgram, program) == 4,
3980 COMPILE_ASSERT(offsetof(IsProgram, result_shm_id) == 8,
3982 COMPILE_ASSERT(offsetof(IsProgram, result_shm_offset) == 12,
4023 COMPILE_ASSERT(sizeof(IsRenderbuffer) == 16, Sizeof_IsRenderbuffer_is_not_16);
4024 COMPILE_ASSERT(offsetof(IsRenderbuffer, header) == 0,
4026 COMPILE_ASSERT(offsetof(IsRenderbuffer, renderbuffer) == 4,
4028 COMPILE_ASSERT(offsetof(IsRenderbuffer, result_shm_id) == 8,
4030 COMPILE_ASSERT(offsetof(IsRenderbuffer, result_shm_offset) == 12,
4071 COMPILE_ASSERT(sizeof(IsShader) == 16, Sizeof_IsShader_is_not_16);
4072 COMPILE_ASSERT(offsetof(IsShader, header) == 0, OffsetOf_IsShader_header_not_0);
4073 COMPILE_ASSERT(offsetof(IsShader, shader) == 4, OffsetOf_IsShader_shader_not_4);
4074 COMPILE_ASSERT(offsetof(IsShader, result_shm_id) == 8,
4076 COMPILE_ASSERT(offsetof(IsShader, result_shm_offset) == 12,
4117 COMPILE_ASSERT(sizeof(IsTexture) == 16, Sizeof_IsTexture_is_not_16);
4118 COMPILE_ASSERT(offsetof(IsTexture, header) == 0,
4120 COMPILE_ASSERT(offsetof(IsTexture, texture) == 4,
4122 COMPILE_ASSERT(offsetof(IsTexture, result_shm_id) == 8,
4124 COMPILE_ASSERT(offsetof(IsTexture, result_shm_offset) == 12,
4153 COMPILE_ASSERT(sizeof(LineWidth) == 8, Sizeof_LineWidth_is_not_8);
4154 COMPILE_ASSERT(offsetof(LineWidth, header) == 0,
4156 COMPILE_ASSERT(offsetof(LineWidth, width) == 4, OffsetOf_LineWidth_width_not_4);
4184 COMPILE_ASSERT(sizeof(LinkProgram) == 8, Sizeof_LinkProgram_is_not_8);
4185 COMPILE_ASSERT(offsetof(LinkProgram, header) == 0,
4187 COMPILE_ASSERT(offsetof(LinkProgram, program) == 4,
4218 COMPILE_ASSERT(sizeof(PixelStorei) == 12, Sizeof_PixelStorei_is_not_12);
4219 COMPILE_ASSERT(offsetof(PixelStorei, header) == 0,
4221 COMPILE_ASSERT(offsetof(PixelStorei, pname) == 4,
4223 COMPILE_ASSERT(offsetof(PixelStorei, param) == 8,
4254 COMPILE_ASSERT(sizeof(PolygonOffset) == 12, Sizeof_PolygonOffset_is_not_12);
4255 COMPILE_ASSERT(offsetof(PolygonOffset, header) == 0,
4257 COMPILE_ASSERT(offsetof(PolygonOffset, factor) == 4,
4259 COMPILE_ASSERT(offsetof(PolygonOffset, units) == 8,
4344 COMPILE_ASSERT(sizeof(ReadPixels) == 48, Sizeof_ReadPixels_is_not_48);
4345 COMPILE_ASSERT(offsetof(ReadPixels, header) == 0,
4347 COMPILE_ASSERT(offsetof(ReadPixels, x) == 4, OffsetOf_ReadPixels_x_not_4);
4348 COMPILE_ASSERT(offsetof(ReadPixels, y) == 8, OffsetOf_ReadPixels_y_not_8);
4349 COMPILE_ASSERT(offsetof(ReadPixels, width) == 12,
4351 COMPILE_ASSERT(offsetof(ReadPixels, height) == 16,
4353 COMPILE_ASSERT(offsetof(ReadPixels, format) == 20,
4355 COMPILE_ASSERT(offsetof(ReadPixels, type) == 24,
4357 COMPILE_ASSERT(offsetof(ReadPixels, pixels_shm_id) == 28,
4359 COMPILE_ASSERT(offsetof(ReadPixels, pixels_shm_offset) == 32,
4361 COMPILE_ASSERT(offsetof(ReadPixels, result_shm_id) == 36,
4363 COMPILE_ASSERT(offsetof(ReadPixels, result_shm_offset) == 40,
4365 COMPILE_ASSERT(offsetof(ReadPixels, async) == 44,
4390 COMPILE_ASSERT(sizeof(ReleaseShaderCompiler) == 4,
4392 COMPILE_ASSERT(offsetof(ReleaseShaderCompiler, header) == 0,
4435 COMPILE_ASSERT(sizeof(RenderbufferStorage) == 20,
4437 COMPILE_ASSERT(offsetof(RenderbufferStorage, header) == 0,
4439 COMPILE_ASSERT(offsetof(RenderbufferStorage, target) == 4,
4441 COMPILE_ASSERT(offsetof(RenderbufferStorage, internalformat) == 8,
4443 COMPILE_ASSERT(offsetof(RenderbufferStorage, width) == 12,
4445 COMPILE_ASSERT(offsetof(RenderbufferStorage, height) == 16,
4476 COMPILE_ASSERT(sizeof(SampleCoverage) == 12, Sizeof_SampleCoverage_is_not_12);
4477 COMPILE_ASSERT(offsetof(SampleCoverage, header) == 0,
4479 COMPILE_ASSERT(offsetof(SampleCoverage, value) == 4,
4481 COMPILE_ASSERT(offsetof(SampleCoverage, invert) == 8,
4516 COMPILE_ASSERT(sizeof(Scissor) == 20, Sizeof_Scissor_is_not_20);
4517 COMPILE_ASSERT(offsetof(Scissor, header) == 0, OffsetOf_Scissor_header_not_0);
4518 COMPILE_ASSERT(offsetof(Scissor, x) == 4, OffsetOf_Scissor_x_not_4);
4519 COMPILE_ASSERT(offsetof(Scissor, y) == 8, OffsetOf_Scissor_y_not_8);
4520 COMPILE_ASSERT(offsetof(Scissor, width) == 12, OffsetOf_Scissor_width_not_12);
4521 COMPILE_ASSERT(offsetof(Scissor, height) == 16, OffsetOf_Scissor_height_not_16);
4580 COMPILE_ASSERT(sizeof(ShaderBinary) == 32, Sizeof_ShaderBinary_is_not_32);
4581 COMPILE_ASSERT(offsetof(ShaderBinary, header) == 0,
4583 COMPILE_ASSERT(offsetof(ShaderBinary, n) == 4, OffsetOf_ShaderBinary_n_not_4);
4584 COMPILE_ASSERT(offsetof(ShaderBinary, shaders_shm_id) == 8,
4586 COMPILE_ASSERT(offsetof(ShaderBinary, shaders_shm_offset) == 12,
4588 COMPILE_ASSERT(offsetof(ShaderBinary, binaryformat) == 16,
4590 COMPILE_ASSERT(offsetof(ShaderBinary, binary_shm_id) == 20,
4592 COMPILE_ASSERT(offsetof(ShaderBinary, binary_shm_offset) == 24,
4594 COMPILE_ASSERT(offsetof(ShaderBinary, length) == 28,
4625 COMPILE_ASSERT(sizeof(ShaderSourceBucket) == 12,
4627 COMPILE_ASSERT(offsetof(ShaderSourceBucket, header) == 0,
4629 COMPILE_ASSERT(offsetof(ShaderSourceBucket, shader) == 4,
4631 COMPILE_ASSERT(offsetof(ShaderSourceBucket, data_bucket_id) == 8,
4664 COMPILE_ASSERT(sizeof(StencilFunc) == 16, Sizeof_StencilFunc_is_not_16);
4665 COMPILE_ASSERT(offsetof(StencilFunc, header) == 0,
4667 COMPILE_ASSERT(offsetof(StencilFunc, func) == 4,
4669 COMPILE_ASSERT(offsetof(StencilFunc, ref) == 8, OffsetOf_StencilFunc_ref_not_8);
4670 COMPILE_ASSERT(offsetof(StencilFunc, mask) == 12,
4705 COMPILE_ASSERT(sizeof(StencilFuncSeparate) == 20,
4707 COMPILE_ASSERT(offsetof(StencilFuncSeparate, header) == 0,
4709 COMPILE_ASSERT(offsetof(StencilFuncSeparate, face) == 4,
4711 COMPILE_ASSERT(offsetof(StencilFuncSeparate, func) == 8,
4713 COMPILE_ASSERT(offsetof(StencilFuncSeparate, ref) == 12,
4715 COMPILE_ASSERT(offsetof(StencilFuncSeparate, mask) == 16,
4744 COMPILE_ASSERT(sizeof(StencilMask) == 8, Sizeof_StencilMask_is_not_8);
4745 COMPILE_ASSERT(offsetof(StencilMask, header) == 0,
4747 COMPILE_ASSERT(offsetof(StencilMask, mask) == 4,
4778 COMPILE_ASSERT(sizeof(StencilMaskSeparate) == 12,
4780 COMPILE_ASSERT(offsetof(StencilMaskSeparate, header) == 0,
4782 COMPILE_ASSERT(offsetof(StencilMaskSeparate, face) == 4,
4784 COMPILE_ASSERT(offsetof(StencilMaskSeparate, mask) == 8,
4817 COMPILE_ASSERT(sizeof(StencilOp) == 16, Sizeof_StencilOp_is_not_16);
4818 COMPILE_ASSERT(offsetof(StencilOp, header) == 0,
4820 COMPILE_ASSERT(offsetof(StencilOp, fail) == 4, OffsetOf_StencilOp_fail_not_4);
4821 COMPILE_ASSERT(offsetof(StencilOp, zfail) == 8, OffsetOf_StencilOp_zfail_not_8);
4822 COMPILE_ASSERT(offsetof(StencilOp, zpass) == 12,
4861 COMPILE_ASSERT(sizeof(StencilOpSeparate) == 20,
4863 COMPILE_ASSERT(offsetof(StencilOpSeparate, header) == 0,
4865 COMPILE_ASSERT(offsetof(StencilOpSeparate, face) == 4,
4867 COMPILE_ASSERT(offsetof(StencilOpSeparate, fail) == 8,
4869 COMPILE_ASSERT(offsetof(StencilOpSeparate, zfail) == 12,
4871 COMPILE_ASSERT(offsetof(StencilOpSeparate, zpass) == 16,
4942 COMPILE_ASSERT(sizeof(TexImage2D) == 40, Sizeof_TexImage2D_is_not_40);
4943 COMPILE_ASSERT(offsetof(TexImage2D, header) == 0,
4945 COMPILE_ASSERT(offsetof(TexImage2D, target) == 4,
4947 COMPILE_ASSERT(offsetof(TexImage2D, level) == 8,
4949 COMPILE_ASSERT(offsetof(TexImage2D, internalformat) == 12,
4951 COMPILE_ASSERT(offsetof(TexImage2D, width) == 16,
4953 COMPILE_ASSERT(offsetof(TexImage2D, height) == 20,
4955 COMPILE_ASSERT(offsetof(TexImage2D, format) == 24,
4957 COMPILE_ASSERT(offsetof(TexImage2D, type) == 28,
4959 COMPILE_ASSERT(offsetof(TexImage2D, pixels_shm_id) == 32,
4961 COMPILE_ASSERT(offsetof(TexImage2D, pixels_shm_offset) == 36,
4994 COMPILE_ASSERT(sizeof(TexParameterf) == 16, Sizeof_TexParameterf_is_not_16);
4995 COMPILE_ASSERT(offsetof(TexParameterf, header) == 0,
4997 COMPILE_ASSERT(offsetof(TexParameterf, target) == 4,
4999 COMPILE_ASSERT(offsetof(TexParameterf, pname) == 8,
5001 COMPILE_ASSERT(offsetof(TexParameterf, param) == 12,
5039 COMPILE_ASSERT(sizeof(TexParameterfvImmediate) == 12,
5041 COMPILE_ASSERT(offsetof(TexParameterfvImmediate, header) == 0,
5043 COMPILE_ASSERT(offsetof(TexParameterfvImmediate, target) == 4,
5045 COMPILE_ASSERT(offsetof(TexParameterfvImmediate, pname) == 8,
5078 COMPILE_ASSERT(sizeof(TexParameteri) == 16, Sizeof_TexParameteri_is_not_16);
5079 COMPILE_ASSERT(offsetof(TexParameteri, header) == 0,
5081 COMPILE_ASSERT(offsetof(TexParameteri, target) == 4,
5083 COMPILE_ASSERT(offsetof(TexParameteri, pname) == 8,
5085 COMPILE_ASSERT(offsetof(TexParameteri, param) == 12,
5123 COMPILE_ASSERT(sizeof(TexParameterivImmediate) == 12,
5125 COMPILE_ASSERT(offsetof(TexParameterivImmediate, header) == 0,
5127 COMPILE_ASSERT(offsetof(TexParameterivImmediate, target) == 4,
5129 COMPILE_ASSERT(offsetof(TexParameterivImmediate, pname) == 8,
5209 COMPILE_ASSERT(sizeof(TexSubImage2D) == 48, Sizeof_TexSubImage2D_is_not_48);
5210 COMPILE_ASSERT(offsetof(TexSubImage2D, header) == 0,
5212 COMPILE_ASSERT(offsetof(TexSubImage2D, target) == 4,
5214 COMPILE_ASSERT(offsetof(TexSubImage2D, level) == 8,
5216 COMPILE_ASSERT(offsetof(TexSubImage2D, xoffset) == 12,
5218 COMPILE_ASSERT(offsetof(TexSubImage2D, yoffset) == 16,
5220 COMPILE_ASSERT(offsetof(TexSubImage2D, width) == 20,
5222 COMPILE_ASSERT(offsetof(TexSubImage2D, height) == 24,
5224 COMPILE_ASSERT(offsetof(TexSubImage2D, format) == 28,
5226 COMPILE_ASSERT(offsetof(TexSubImage2D, type) == 32,
5228 COMPILE_ASSERT(offsetof(TexSubImage2D, pixels_shm_id) == 36,
5230 COMPILE_ASSERT(offsetof(TexSubImage2D, pixels_shm_offset) == 40,
5232 COMPILE_ASSERT(offsetof(TexSubImage2D, internal) == 44,
5263 COMPILE_ASSERT(sizeof(Uniform1f) == 12, Sizeof_Uniform1f_is_not_12);
5264 COMPILE_ASSERT(offsetof(Uniform1f, header) == 0,
5266 COMPILE_ASSERT(offsetof(Uniform1f, location) == 4,
5268 COMPILE_ASSERT(offsetof(Uniform1f, x) == 8, OffsetOf_Uniform1f_x_not_8);
5307 COMPILE_ASSERT(sizeof(Uniform1fvImmediate) == 12,
5309 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, header) == 0,
5311 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, location) == 4,
5313 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, count) == 8,
5344 COMPILE_ASSERT(sizeof(Uniform1i) == 12, Sizeof_Uniform1i_is_not_12);
5345 COMPILE_ASSERT(offsetof(Uniform1i, header) == 0,
5347 COMPILE_ASSERT(offsetof(Uniform1i, location) == 4,
5349 COMPILE_ASSERT(offsetof(Uniform1i, x) == 8, OffsetOf_Uniform1i_x_not_8);
5388 COMPILE_ASSERT(sizeof(Uniform1ivImmediate) == 12,
5390 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, header) == 0,
5392 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, location) == 4,
5394 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, count) == 8,
5427 COMPILE_ASSERT(sizeof(Uniform2f) == 16, Sizeof_Uniform2f_is_not_16);
5428 COMPILE_ASSERT(offsetof(Uniform2f, header) == 0,
5430 COMPILE_ASSERT(offsetof(Uniform2f, location) == 4,
5432 COMPILE_ASSERT(offsetof(Uniform2f, x) == 8, OffsetOf_Uniform2f_x_not_8);
5433 COMPILE_ASSERT(offsetof(Uniform2f, y) == 12, OffsetOf_Uniform2f_y_not_12);
5472 COMPILE_ASSERT(sizeof(Uniform2fvImmediate) == 12,
5474 COMPILE_ASSERT(offsetof(Uniform2fvImmediate, header) == 0,
5476 COMPILE_ASSERT(offsetof(Uniform2fvImmediate, location) == 4,
5478 COMPILE_ASSERT(offsetof(Uniform2fvImmediate, count) == 8,
5511 COMPILE_ASSERT(sizeof(Uniform2i) == 16, Sizeof_Uniform2i_is_not_16);
5512 COMPILE_ASSERT(offsetof(Uniform2i, header) == 0,
5514 COMPILE_ASSERT(offsetof(Uniform2i, location) == 4,
5516 COMPILE_ASSERT(offsetof(Uniform2i, x) == 8, OffsetOf_Uniform2i_x_not_8);
5517 COMPILE_ASSERT(offsetof(Uniform2i, y) == 12, OffsetOf_Uniform2i_y_not_12);
5556 COMPILE_ASSERT(sizeof(Uniform2ivImmediate) == 12,
5558 COMPILE_ASSERT(offsetof(Uniform2ivImmediate, header) == 0,
5560 COMPILE_ASSERT(offsetof(Uniform2ivImmediate, location) == 4,
5562 COMPILE_ASSERT(offsetof(Uniform2ivImmediate, count) == 8,
5597 COMPILE_ASSERT(sizeof(Uniform3f) == 20, Sizeof_Uniform3f_is_not_20);
5598 COMPILE_ASSERT(offsetof(Uniform3f, header) == 0,
5600 COMPILE_ASSERT(offsetof(Uniform3f, location) == 4,
5602 COMPILE_ASSERT(offsetof(Uniform3f, x) == 8, OffsetOf_Uniform3f_x_not_8);
5603 COMPILE_ASSERT(offsetof(Uniform3f, y) == 12, OffsetOf_Uniform3f_y_not_12);
5604 COMPILE_ASSERT(offsetof(Uniform3f, z) == 16, OffsetOf_Uniform3f_z_not_16);
5643 COMPILE_ASSERT(sizeof(Uniform3fvImmediate) == 12,
5645 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, header) == 0,
5647 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, location) == 4,
5649 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, count) == 8,
5684 COMPILE_ASSERT(sizeof(Uniform3i) == 20, Sizeof_Uniform3i_is_not_20);
5685 COMPILE_ASSERT(offsetof(Uniform3i, header) == 0,
5687 COMPILE_ASSERT(offsetof(Uniform3i, location) == 4,
5689 COMPILE_ASSERT(offsetof(Uniform3i, x) == 8, OffsetOf_Uniform3i_x_not_8);
5690 COMPILE_ASSERT(offsetof(Uniform3i, y) == 12, OffsetOf_Uniform3i_y_not_12);
5691 COMPILE_ASSERT(offsetof(Uniform3i, z) == 16, OffsetOf_Uniform3i_z_not_16);
5730 COMPILE_ASSERT(sizeof(Uniform3ivImmediate) == 12,
5732 COMPILE_ASSERT(offsetof(Uniform3ivImmediate, header) == 0,
5734 COMPILE_ASSERT(offsetof(Uniform3ivImmediate, location) == 4,
5736 COMPILE_ASSERT(offsetof(Uniform3ivImmediate, count) == 8,
5778 COMPILE_ASSERT(sizeof(Uniform4f) == 24, Sizeof_Uniform4f_is_not_24);
5779 COMPILE_ASSERT(offsetof(Uniform4f, header) == 0,
5781 COMPILE_ASSERT(offsetof(Uniform4f, location) == 4,
5783 COMPILE_ASSERT(offsetof(Uniform4f, x) == 8, OffsetOf_Uniform4f_x_not_8);
5784 COMPILE_ASSERT(offsetof(Uniform4f, y) == 12, OffsetOf_Uniform4f_y_not_12);
5785 COMPILE_ASSERT(offsetof(Uniform4f, z) == 16, OffsetOf_Uniform4f_z_not_16);
5786 COMPILE_ASSERT(offsetof(Uniform4f, w) == 20, OffsetOf_Uniform4f_w_not_20);
5825 COMPILE_ASSERT(sizeof(Uniform4fvImmediate) == 12,
5827 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, header) == 0,
5829 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, location) == 4,
5831 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, count) == 8,
5873 COMPILE_ASSERT(sizeof(Uniform4i) == 24, Sizeof_Uniform4i_is_not_24);
5874 COMPILE_ASSERT(offsetof(Uniform4i, header) == 0,
5876 COMPILE_ASSERT(offsetof(Uniform4i, location) == 4,
5878 COMPILE_ASSERT(offsetof(Uniform4i, x) == 8, OffsetOf_Uniform4i_x_not_8);
5879 COMPILE_ASSERT(offsetof(Uniform4i, y) == 12, OffsetOf_Uniform4i_y_not_12);
5880 COMPILE_ASSERT(offsetof(Uniform4i, z) == 16, OffsetOf_Uniform4i_z_not_16);
5881 COMPILE_ASSERT(offsetof(Uniform4i, w) == 20, OffsetOf_Uniform4i_w_not_20);
5920 COMPILE_ASSERT(sizeof(Uniform4ivImmediate) == 12,
5922 COMPILE_ASSERT(offsetof(Uniform4ivImmediate, header) == 0,
5924 COMPILE_ASSERT(offsetof(Uniform4ivImmediate, location) == 4,
5926 COMPILE_ASSERT(offsetof(Uniform4ivImmediate, count) == 8,
5967 COMPILE_ASSERT(sizeof(UniformMatrix2fvImmediate) == 12,
5969 COMPILE_ASSERT(offsetof(UniformMatrix2fvImmediate, header) == 0,
5971 COMPILE_ASSERT(offsetof(UniformMatrix2fvImmediate, location) == 4,
5973 COMPILE_ASSERT(offsetof(UniformMatrix2fvImmediate, count) == 8,
6014 COMPILE_ASSERT(sizeof(UniformMatrix3fvImmediate) == 12,
6016 COMPILE_ASSERT(offsetof(UniformMatrix3fvImmediate, header) == 0,
6018 COMPILE_ASSERT(offsetof(UniformMatrix3fvImmediate, location) == 4,
6020 COMPILE_ASSERT(offsetof(UniformMatrix3fvImmediate, count) == 8,
6061 COMPILE_ASSERT(sizeof(UniformMatrix4fvImmediate) == 12,
6063 COMPILE_ASSERT(offsetof(UniformMatrix4fvImmediate, header) == 0,
6065 COMPILE_ASSERT(offsetof(UniformMatrix4fvImmediate, location) == 4,
6067 COMPILE_ASSERT(offsetof(UniformMatrix4fvImmediate, count) == 8,
6096 COMPILE_ASSERT(sizeof(UseProgram) == 8, Sizeof_UseProgram_is_not_8);
6097 COMPILE_ASSERT(offsetof(UseProgram, header) == 0,
6099 COMPILE_ASSERT(offsetof(UseProgram, program) == 4,
6128 COMPILE_ASSERT(sizeof(ValidateProgram) == 8, Sizeof_ValidateProgram_is_not_8);
6129 COMPILE_ASSERT(offsetof(ValidateProgram, header) == 0,
6131 COMPILE_ASSERT(offsetof(ValidateProgram, program) == 4,
6162 COMPILE_ASSERT(sizeof(VertexAttrib1f) == 12, Sizeof_VertexAttrib1f_is_not_12);
6163 COMPILE_ASSERT(offsetof(VertexAttrib1f, header) == 0,
6165 COMPILE_ASSERT(offsetof(VertexAttrib1f, indx) == 4,
6167 COMPILE_ASSERT(offsetof(VertexAttrib1f, x) == 8,
6203 COMPILE_ASSERT(sizeof(VertexAttrib1fvImmediate) == 8,
6205 COMPILE_ASSERT(offsetof(VertexAttrib1fvImmediate, header) == 0,
6207 COMPILE_ASSERT(offsetof(VertexAttrib1fvImmediate, indx) == 4,
6240 COMPILE_ASSERT(sizeof(VertexAttrib2f) == 16, Sizeof_VertexAttrib2f_is_not_16);
6241 COMPILE_ASSERT(offsetof(VertexAttrib2f, header) == 0,
6243 COMPILE_ASSERT(offsetof(VertexAttrib2f, indx) == 4,
6245 COMPILE_ASSERT(offsetof(VertexAttrib2f, x) == 8,
6247 COMPILE_ASSERT(offsetof(VertexAttrib2f, y) == 12,
6283 COMPILE_ASSERT(sizeof(VertexAttrib2fvImmediate) == 8,
6285 COMPILE_ASSERT(offsetof(VertexAttrib2fvImmediate, header) == 0,
6287 COMPILE_ASSERT(offsetof(VertexAttrib2fvImmediate, indx) == 4,
6322 COMPILE_ASSERT(sizeof(VertexAttrib3f) == 20, Sizeof_VertexAttrib3f_is_not_20);
6323 COMPILE_ASSERT(offsetof(VertexAttrib3f, header) == 0,
6325 COMPILE_ASSERT(offsetof(VertexAttrib3f, indx) == 4,
6327 COMPILE_ASSERT(offsetof(VertexAttrib3f, x) == 8,
6329 COMPILE_ASSERT(offsetof(VertexAttrib3f, y) == 12,
6331 COMPILE_ASSERT(offsetof(VertexAttrib3f, z) == 16,
6367 COMPILE_ASSERT(sizeof(VertexAttrib3fvImmediate) == 8,
6369 COMPILE_ASSERT(offsetof(VertexAttrib3fvImmediate, header) == 0,
6371 COMPILE_ASSERT(offsetof(VertexAttrib3fvImmediate, indx) == 4,
6413 COMPILE_ASSERT(sizeof(VertexAttrib4f) == 24, Sizeof_VertexAttrib4f_is_not_24);
6414 COMPILE_ASSERT(offsetof(VertexAttrib4f, header) == 0,
6416 COMPILE_ASSERT(offsetof(VertexAttrib4f, indx) == 4,
6418 COMPILE_ASSERT(offsetof(VertexAttrib4f, x) == 8,
6420 COMPILE_ASSERT(offsetof(VertexAttrib4f, y) == 12,
6422 COMPILE_ASSERT(offsetof(VertexAttrib4f, z) == 16,
6424 COMPILE_ASSERT(offsetof(VertexAttrib4f, w) == 20,
6460 COMPILE_ASSERT(sizeof(VertexAttrib4fvImmediate) == 8,
6462 COMPILE_ASSERT(offsetof(VertexAttrib4fvImmediate, header) == 0,
6464 COMPILE_ASSERT(offsetof(VertexAttrib4fvImmediate, indx) == 4,
6515 COMPILE_ASSERT(sizeof(VertexAttribPointer) == 28,
6517 COMPILE_ASSERT(offsetof(VertexAttribPointer, header) == 0,
6519 COMPILE_ASSERT(offsetof(VertexAttribPointer, indx) == 4,
6521 COMPILE_ASSERT(offsetof(VertexAttribPointer, size) == 8,
6523 COMPILE_ASSERT(offsetof(VertexAttribPointer, type) == 12,
6525 COMPILE_ASSERT(offsetof(VertexAttribPointer, normalized) == 16,
6527 COMPILE_ASSERT(offsetof(VertexAttribPointer, stride) == 20,
6529 COMPILE_ASSERT(offsetof(VertexAttribPointer, offset) == 24,
6564 COMPILE_ASSERT(sizeof(Viewport) == 20, Sizeof_Viewport_is_not_20);
6565 COMPILE_ASSERT(offsetof(Viewport, header) == 0, OffsetOf_Viewport_header_not_0);
6566 COMPILE_ASSERT(offsetof(Viewport, x) == 4, OffsetOf_Viewport_x_not_4);
6567 COMPILE_ASSERT(offsetof(Viewport, y) == 8, OffsetOf_Viewport_y_not_8);
6568 COMPILE_ASSERT(offsetof(Viewport, width) == 12, OffsetOf_Viewport_width_not_12);
6569 COMPILE_ASSERT(offsetof(Viewport, height) == 16,
6644 COMPILE_ASSERT(sizeof(BlitFramebufferCHROMIUM) == 44,
6646 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, header) == 0,
6648 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, srcX0) == 4,
6650 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, srcY0) == 8,
6652 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, srcX1) == 12,
6654 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, srcY1) == 16,
6656 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, dstX0) == 20,
6658 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, dstY0) == 24,
6660 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, dstX1) == 28,
6662 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, dstY1) == 32,
6664 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, mask) == 36,
6666 COMPILE_ASSERT(offsetof(BlitFramebufferCHROMIUM, filter) == 40,
6714 COMPILE_ASSERT(sizeof(RenderbufferStorageMultisampleCHROMIUM) == 24,
6716 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleCHROMIUM, header) == 0,
6718 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleCHROMIUM, target) == 4,
6720 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleCHROMIUM, samples) == 8,
6722 COMPILE_ASSERT(
6725 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleCHROMIUM, width) == 16,
6727 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleCHROMIUM, height) == 20,
6775 COMPILE_ASSERT(sizeof(RenderbufferStorageMultisampleEXT) == 24,
6777 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleEXT, header) == 0,
6779 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleEXT, target) == 4,
6781 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleEXT, samples) == 8,
6783 COMPILE_ASSERT(
6786 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleEXT, width) == 16,
6788 COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleEXT, height) == 20,
6836 COMPILE_ASSERT(sizeof(FramebufferTexture2DMultisampleEXT) == 24,
6838 COMPILE_ASSERT(offsetof(FramebufferTexture2DMultisampleEXT, header) == 0,
6840 COMPILE_ASSERT(offsetof(FramebufferTexture2DMultisampleEXT, target) == 4,
6842 COMPILE_ASSERT(offsetof(FramebufferTexture2DMultisampleEXT, attachment) == 8,
6844 COMPILE_ASSERT(offsetof(FramebufferTexture2DMultisampleEXT, textarget) == 12,
6846 COMPILE_ASSERT(offsetof(FramebufferTexture2DMultisampleEXT, texture) == 16,
6848 COMPILE_ASSERT(offsetof(FramebufferTexture2DMultisampleEXT, samples) == 20,
6895 COMPILE_ASSERT(sizeof(TexStorage2DEXT) == 24, Sizeof_TexStorage2DEXT_is_not_24);
6896 COMPILE_ASSERT(offsetof(TexStorage2DEXT, header) == 0,
6898 COMPILE_ASSERT(offsetof(TexStorage2DEXT, target) == 4,
6900 COMPILE_ASSERT(offsetof(TexStorage2DEXT, levels) == 8,
6902 COMPILE_ASSERT(offsetof(TexStorage2DEXT, internalFormat) == 12,
6904 COMPILE_ASSERT(offsetof(TexStorage2DEXT, width) == 16,
6906 COMPILE_ASSERT(offsetof(TexStorage2DEXT, height) == 20,
6944 COMPILE_ASSERT(sizeof(GenQueriesEXTImmediate) == 8,
6946 COMPILE_ASSERT(offsetof(GenQueriesEXTImmediate, header) == 0,
6948 COMPILE_ASSERT(offsetof(GenQueriesEXTImmediate, n) == 4,
6986 COMPILE_ASSERT(sizeof(DeleteQueriesEXTImmediate) == 8,
6988 COMPILE_ASSERT(offsetof(DeleteQueriesEXTImmediate, header) == 0,
6990 COMPILE_ASSERT(offsetof(DeleteQueriesEXTImmediate, n) == 4,
7033 COMPILE_ASSERT(sizeof(BeginQueryEXT) == 20, Sizeof_BeginQueryEXT_is_not_20);
7034 COMPILE_ASSERT(offsetof(BeginQueryEXT, header) == 0,
7036 COMPILE_ASSERT(offsetof(BeginQueryEXT, target) == 4,
7038 COMPILE_ASSERT(offsetof(BeginQueryEXT, id) == 8,
7040 COMPILE_ASSERT(offsetof(BeginQueryEXT, sync_data_shm_id) == 12,
7042 COMPILE_ASSERT(offsetof(BeginQueryEXT, sync_data_shm_offset) == 16,
7073 COMPILE_ASSERT(sizeof(EndQueryEXT) == 12, Sizeof_EndQueryEXT_is_not_12);
7074 COMPILE_ASSERT(offsetof(EndQueryEXT, header) == 0,
7076 COMPILE_ASSERT(offsetof(EndQueryEXT, target) == 4,
7078 COMPILE_ASSERT(offsetof(EndQueryEXT, submit_count) == 8,
7107 COMPILE_ASSERT(sizeof(InsertEventMarkerEXT) == 8,
7109 COMPILE_ASSERT(offsetof(InsertEventMarkerEXT, header) == 0,
7111 COMPILE_ASSERT(offsetof(InsertEventMarkerEXT, bucket_id) == 4,
7140 COMPILE_ASSERT(sizeof(PushGroupMarkerEXT) == 8,
7142 COMPILE_ASSERT(offsetof(PushGroupMarkerEXT, header) == 0,
7144 COMPILE_ASSERT(offsetof(PushGroupMarkerEXT, bucket_id) == 4,
7169 COMPILE_ASSERT(sizeof(PopGroupMarkerEXT) == 4,
7171 COMPILE_ASSERT(offsetof(PopGroupMarkerEXT, header) == 0,
7209 COMPILE_ASSERT(sizeof(GenVertexArraysOESImmediate) == 8,
7211 COMPILE_ASSERT(offsetof(GenVertexArraysOESImmediate, header) == 0,
7213 COMPILE_ASSERT(offsetof(GenVertexArraysOESImmediate, n) == 4,
7251 COMPILE_ASSERT(sizeof(DeleteVertexArraysOESImmediate) == 8,
7253 COMPILE_ASSERT(offsetof(DeleteVertexArraysOESImmediate, header) == 0,
7255 COMPILE_ASSERT(offsetof(DeleteVertexArraysOESImmediate, n) == 4,
7296 COMPILE_ASSERT(sizeof(IsVertexArrayOES) == 16,
7298 COMPILE_ASSERT(offsetof(IsVertexArrayOES, header) == 0,
7300 COMPILE_ASSERT(offsetof(IsVertexArrayOES, array) == 4,
7302 COMPILE_ASSERT(offsetof(IsVertexArrayOES, result_shm_id) == 8,
7304 COMPILE_ASSERT(offsetof(IsVertexArrayOES, result_shm_offset) == 12,
7333 COMPILE_ASSERT(sizeof(BindVertexArrayOES) == 8,
7335 COMPILE_ASSERT(offsetof(BindVertexArrayOES, header) == 0,
7337 COMPILE_ASSERT(offsetof(BindVertexArrayOES, array) == 4,
7362 COMPILE_ASSERT(sizeof(SwapBuffers) == 4, Sizeof_SwapBuffers_is_not_4);
7363 COMPILE_ASSERT(offsetof(SwapBuffers, header) == 0,
7416 COMPILE_ASSERT(sizeof(GetMaxValueInBufferCHROMIUM) == 28,
7418 COMPILE_ASSERT(offsetof(GetMaxValueInBufferCHROMIUM, header) == 0,
7420 COMPILE_ASSERT(offsetof(GetMaxValueInBufferCHROMIUM, buffer_id) == 4,
7422 COMPILE_ASSERT(offsetof(GetMaxValueInBufferCHROMIUM, count) == 8,
7424 COMPILE_ASSERT(offsetof(GetMaxValueInBufferCHROMIUM, type) == 12,
7426 COMPILE_ASSERT(offsetof(GetMaxValueInBufferCHROMIUM, offset) == 16,
7428 COMPILE_ASSERT(offsetof(GetMaxValueInBufferCHROMIUM, result_shm_id) == 20,
7430 COMPILE_ASSERT(offsetof(GetMaxValueInBufferCHROMIUM, result_shm_offset) == 24,
7477 COMPILE_ASSERT(sizeof(GenSharedIdsCHROMIUM) == 24,
7479 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, header) == 0,
7481 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, namespace_id) == 4,
7483 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, id_offset) == 8,
7485 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, n) == 12,
7487 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, ids_shm_id) == 16,
7489 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, ids_shm_offset) == 20,
7532 COMPILE_ASSERT(sizeof(DeleteSharedIdsCHROMIUM) == 20,
7534 COMPILE_ASSERT(offsetof(DeleteSharedIdsCHROMIUM, header) == 0,
7536 COMPILE_ASSERT(offsetof(DeleteSharedIdsCHROMIUM, namespace_id) == 4,
7538 COMPILE_ASSERT(offsetof(DeleteSharedIdsCHROMIUM, n) == 8,
7540 COMPILE_ASSERT(offsetof(DeleteSharedIdsCHROMIUM, ids_shm_id) == 12,
7542 COMPILE_ASSERT(offsetof(DeleteSharedIdsCHROMIUM, ids_shm_offset) == 16,
7585 COMPILE_ASSERT(sizeof(RegisterSharedIdsCHROMIUM) == 20,
7587 COMPILE_ASSERT(offsetof(RegisterSharedIdsCHROMIUM, header) == 0,
7589 COMPILE_ASSERT(offsetof(RegisterSharedIdsCHROMIUM, namespace_id) == 4,
7591 COMPILE_ASSERT(offsetof(RegisterSharedIdsCHROMIUM, n) == 8,
7593 COMPILE_ASSERT(offsetof(RegisterSharedIdsCHROMIUM, ids_shm_id) == 12,
7595 COMPILE_ASSERT(offsetof(RegisterSharedIdsCHROMIUM, ids_shm_offset) == 16,
7636 COMPILE_ASSERT(sizeof(EnableFeatureCHROMIUM) == 16,
7638 COMPILE_ASSERT(offsetof(EnableFeatureCHROMIUM, header) == 0,
7640 COMPILE_ASSERT(offsetof(EnableFeatureCHROMIUM, bucket_id) == 4,
7642 COMPILE_ASSERT(offsetof(EnableFeatureCHROMIUM, result_shm_id) == 8,
7644 COMPILE_ASSERT(offsetof(EnableFeatureCHROMIUM, result_shm_offset) == 12,
7677 COMPILE_ASSERT(sizeof(ResizeCHROMIUM) == 16, Sizeof_ResizeCHROMIUM_is_not_16);
7678 COMPILE_ASSERT(offsetof(ResizeCHROMIUM, header) == 0,
7680 COMPILE_ASSERT(offsetof(ResizeCHROMIUM, width) == 4,
7682 COMPILE_ASSERT(offsetof(ResizeCHROMIUM, height) == 8,
7684 COMPILE_ASSERT(offsetof(ResizeCHROMIUM, scale_factor) == 12,
7713 COMPILE_ASSERT(sizeof(GetRequestableExtensionsCHROMIUM) == 8,
7715 COMPILE_ASSERT(offsetof(GetRequestableExtensionsCHROMIUM, header) == 0,
7717 COMPILE_ASSERT(offsetof(GetRequestableExtensionsCHROMIUM, bucket_id) == 4,
7746 COMPILE_ASSERT(sizeof(RequestExtensionCHROMIUM) == 8,
7748 COMPILE_ASSERT(offsetof(RequestExtensionCHROMIUM, header) == 0,
7750 COMPILE_ASSERT(offsetof(RequestExtensionCHROMIUM, bucket_id) == 4,
7805 COMPILE_ASSERT(sizeof(GetMultipleIntegervCHROMIUM) == 28,
7807 COMPILE_ASSERT(offsetof(GetMultipleIntegervCHROMIUM, header) == 0,
7809 COMPILE_ASSERT(offsetof(GetMultipleIntegervCHROMIUM, pnames_shm_id) == 4,
7811 COMPILE_ASSERT(offsetof(GetMultipleIntegervCHROMIUM, pnames_shm_offset) == 8,
7813 COMPILE_ASSERT(offsetof(GetMultipleIntegervCHROMIUM, count) == 12,
7815 COMPILE_ASSERT(offsetof(GetMultipleIntegervCHROMIUM, results_shm_id) == 16,
7817 COMPILE_ASSERT(offsetof(GetMultipleIntegervCHROMIUM, results_shm_offset) == 20,
7819 COMPILE_ASSERT(offsetof(GetMultipleIntegervCHROMIUM, size) == 24,
7856 COMPILE_ASSERT(sizeof(GetProgramInfoCHROMIUM) == 12,
7858 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, header) == 0,
7860 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, program) == 4,
7862 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, bucket_id) == 8,
7864 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, link_status) == 0,
7866 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, num_attribs) == 4,
7868 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, num_uniforms) == 8,
7899 COMPILE_ASSERT(sizeof(GetTranslatedShaderSourceANGLE) == 12,
7901 COMPILE_ASSERT(offsetof(GetTranslatedShaderSourceANGLE, header) == 0,
7903 COMPILE_ASSERT(offsetof(GetTranslatedShaderSourceANGLE, shader) == 4,
7905 COMPILE_ASSERT(offsetof(GetTranslatedShaderSourceANGLE, bucket_id) == 8,
7940 COMPILE_ASSERT(sizeof(PostSubBufferCHROMIUM) == 20,
7942 COMPILE_ASSERT(offsetof(PostSubBufferCHROMIUM, header) == 0,
7944 COMPILE_ASSERT(offsetof(PostSubBufferCHROMIUM, x) == 4,
7946 COMPILE_ASSERT(offsetof(PostSubBufferCHROMIUM, y) == 8,
7948 COMPILE_ASSERT(offsetof(PostSubBufferCHROMIUM, width) == 12,
7950 COMPILE_ASSERT(offsetof(PostSubBufferCHROMIUM, height) == 16,
7997 COMPILE_ASSERT(sizeof(TexImageIOSurface2DCHROMIUM) == 24,
7999 COMPILE_ASSERT(offsetof(TexImageIOSurface2DCHROMIUM, header) == 0,
8001 COMPILE_ASSERT(offsetof(TexImageIOSurface2DCHROMIUM, target) == 4,
8003 COMPILE_ASSERT(offsetof(TexImageIOSurface2DCHROMIUM, width) == 8,
8005 COMPILE_ASSERT(offsetof(TexImageIOSurface2DCHROMIUM, height) == 12,
8007 COMPILE_ASSERT(offsetof(TexImageIOSurface2DCHROMIUM, ioSurfaceId) == 16,
8009 COMPILE_ASSERT(offsetof(TexImageIOSurface2DCHROMIUM, plane) == 20,
8060 COMPILE_ASSERT(sizeof(CopyTextureCHROMIUM) == 28,
8062 COMPILE_ASSERT(offsetof(CopyTextureCHROMIUM, header) == 0,
8064 COMPILE_ASSERT(offsetof(CopyTextureCHROMIUM, target) == 4,
8066 COMPILE_ASSERT(offsetof(CopyTextureCHROMIUM, source_id) == 8,
8068 COMPILE_ASSERT(offsetof(CopyTextureCHROMIUM, dest_id) == 12,
8070 COMPILE_ASSERT(offsetof(CopyTextureCHROMIUM, level) == 16,
8072 COMPILE_ASSERT(offsetof(CopyTextureCHROMIUM, internalformat) == 20,
8074 COMPILE_ASSERT(offsetof(CopyTextureCHROMIUM, dest_type) == 24,
8113 COMPILE_ASSERT(sizeof(DrawArraysInstancedANGLE) == 20,
8115 COMPILE_ASSERT(offsetof(DrawArraysInstancedANGLE, header) == 0,
8117 COMPILE_ASSERT(offsetof(DrawArraysInstancedANGLE, mode) == 4,
8119 COMPILE_ASSERT(offsetof(DrawArraysInstancedANGLE, first) == 8,
8121 COMPILE_ASSERT(offsetof(DrawArraysInstancedANGLE, count) == 12,
8123 COMPILE_ASSERT(offsetof(DrawArraysInstancedANGLE, primcount) == 16,
8170 COMPILE_ASSERT(sizeof(DrawElementsInstancedANGLE) == 24,
8172 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, header) == 0,
8174 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, mode) == 4,
8176 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, count) == 8,
8178 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, type) == 12,
8180 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, index_offset) == 16,
8182 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, primcount) == 20,
8213 COMPILE_ASSERT(sizeof(VertexAttribDivisorANGLE) == 12,
8215 COMPILE_ASSERT(offsetof(VertexAttribDivisorANGLE, header) == 0,
8217 COMPILE_ASSERT(offsetof(VertexAttribDivisorANGLE, index) == 4,
8219 COMPILE_ASSERT(offsetof(VertexAttribDivisorANGLE, divisor) == 8,
8255 COMPILE_ASSERT(sizeof(ProduceTextureCHROMIUMImmediate) == 8,
8257 COMPILE_ASSERT(offsetof(ProduceTextureCHROMIUMImmediate, header) == 0,
8259 COMPILE_ASSERT(offsetof(ProduceTextureCHROMIUMImmediate, target) == 4,
8300 COMPILE_ASSERT(sizeof(ProduceTextureDirectCHROMIUMImmediate) == 12,
8302 COMPILE_ASSERT(offsetof(ProduceTextureDirectCHROMIUMImmediate, header) == 0,
8304 COMPILE_ASSERT(offsetof(ProduceTextureDirectCHROMIUMImmediate, texture) == 4,
8306 COMPILE_ASSERT(offsetof(ProduceTextureDirectCHROMIUMImmediate, target) == 8,
8342 COMPILE_ASSERT(sizeof(ConsumeTextureCHROMIUMImmediate) == 8,
8344 COMPILE_ASSERT(offsetof(ConsumeTextureCHROMIUMImmediate, header) == 0,
8346 COMPILE_ASSERT(offsetof(ConsumeTextureCHROMIUMImmediate, target) == 4,
8382 COMPILE_ASSERT(sizeof(BindUniformLocationCHROMIUMBucket) == 16,
8384 COMPILE_ASSERT(offsetof(BindUniformLocationCHROMIUMBucket, header) == 0,
8386 COMPILE_ASSERT(offsetof(BindUniformLocationCHROMIUMBucket, program) == 4,
8388 COMPILE_ASSERT(offsetof(BindUniformLocationCHROMIUMBucket, location) == 8,
8390 COMPILE_ASSERT(
8422 COMPILE_ASSERT(sizeof(BindTexImage2DCHROMIUM) == 12,
8424 COMPILE_ASSERT(offsetof(BindTexImage2DCHROMIUM, header) == 0,
8426 COMPILE_ASSERT(offsetof(BindTexImage2DCHROMIUM, target) == 4,
8428 COMPILE_ASSERT(offsetof(BindTexImage2DCHROMIUM, imageId) == 8,
8459 COMPILE_ASSERT(sizeof(ReleaseTexImage2DCHROMIUM) == 12,
8461 COMPILE_ASSERT(offsetof(ReleaseTexImage2DCHROMIUM, header) == 0,
8463 COMPILE_ASSERT(offsetof(ReleaseTexImage2DCHROMIUM, target) == 4,
8465 COMPILE_ASSERT(offsetof(ReleaseTexImage2DCHROMIUM, imageId) == 8,
8494 COMPILE_ASSERT(sizeof(TraceBeginCHROMIUM) == 8,
8496 COMPILE_ASSERT(offsetof(TraceBeginCHROMIUM, header) == 0,
8498 COMPILE_ASSERT(offsetof(TraceBeginCHROMIUM, bucket_id) == 4,
8523 COMPILE_ASSERT(sizeof(TraceEndCHROMIUM) == 4, Sizeof_TraceEndCHROMIUM_is_not_4);
8524 COMPILE_ASSERT(offsetof(TraceEndCHROMIUM, header) == 0,
8614 COMPILE_ASSERT(sizeof(AsyncTexSubImage2DCHROMIUM) == 56,
8616 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, header) == 0,
8618 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, target) == 4,
8620 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, level) == 8,
8622 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, xoffset) == 12,
8624 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, yoffset) == 16,
8626 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, width) == 20,
8628 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, height) == 24,
8630 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, format) == 28,
8632 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, type) == 32,
8634 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, data_shm_id) == 36,
8636 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, data_shm_offset) == 40,
8638 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, async_upload_token) == 44,
8640 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, sync_data_shm_id) == 48,
8642 COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, sync_data_shm_offset) == 52,
8728 COMPILE_ASSERT(sizeof(AsyncTexImage2DCHROMIUM) == 52,
8730 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, header) == 0,
8732 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, target) == 4,
8734 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, level) == 8,
8736 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, internalformat) == 12,
8738 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, width) == 16,
8740 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, height) == 20,
8742 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, format) == 24,
8744 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, type) == 28,
8746 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, pixels_shm_id) == 32,
8748 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, pixels_shm_offset) == 36,
8750 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, async_upload_token) == 40,
8752 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, sync_data_shm_id) == 44,
8754 COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, sync_data_shm_offset) == 48,
8783 COMPILE_ASSERT(sizeof(WaitAsyncTexImage2DCHROMIUM) == 8,
8785 COMPILE_ASSERT(offsetof(WaitAsyncTexImage2DCHROMIUM, header) == 0,
8787 COMPILE_ASSERT(offsetof(WaitAsyncTexImage2DCHROMIUM, target) == 4,
8812 COMPILE_ASSERT(sizeof(WaitAllAsyncTexImage2DCHROMIUM) == 4,
8814 COMPILE_ASSERT(offsetof(WaitAllAsyncTexImage2DCHROMIUM, header) == 0,
8857 COMPILE_ASSERT(sizeof(DiscardFramebufferEXTImmediate) == 12,
8859 COMPILE_ASSERT(offsetof(DiscardFramebufferEXTImmediate, header) == 0,
8861 COMPILE_ASSERT(offsetof(DiscardFramebufferEXTImmediate, target) == 4,
8863 COMPILE_ASSERT(offsetof(DiscardFramebufferEXTImmediate, count) == 8,
8894 COMPILE_ASSERT(sizeof(LoseContextCHROMIUM) == 12,
8896 COMPILE_ASSERT(offsetof(LoseContextCHROMIUM, header) == 0,
8898 COMPILE_ASSERT(offsetof(LoseContextCHROMIUM, current) == 4,
8900 COMPILE_ASSERT(offsetof(LoseContextCHROMIUM, other) == 8,
8929 COMPILE_ASSERT(sizeof(WaitSyncPointCHROMIUM) == 8,
8931 COMPILE_ASSERT(offsetof(WaitSyncPointCHROMIUM, header) == 0,
8933 COMPILE_ASSERT(offsetof(WaitSyncPointCHROMIUM, sync_point) == 4,
8971 COMPILE_ASSERT(sizeof(DrawBuffersEXTImmediate) == 8,
8973 COMPILE_ASSERT(offsetof(DrawBuffersEXTImmediate, header) == 0,
8975 COMPILE_ASSERT(offsetof(DrawBuffersEXTImmediate, count) == 4,
9000 COMPILE_ASSERT(sizeof(DiscardBackbufferCHROMIUM) == 4,
9002 COMPILE_ASSERT(offsetof(DiscardBackbufferCHROMIUM, header) == 0,
9082 COMPILE_ASSERT(sizeof(ScheduleOverlayPlaneCHROMIUM) == 48,
9084 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, header) == 0,
9086 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, plane_z_order) == 4,
9088 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, plane_transform) == 8,
9090 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, overlay_texture_id) == 12,
9092 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, bounds_x) == 16,
9094 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, bounds_y) == 20,
9096 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, bounds_width) == 24,
9098 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, bounds_height) == 28,
9100 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, uv_x) == 32,
9102 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, uv_y) == 36,
9104 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, uv_width) == 40,
9106 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, uv_height) == 44,
9142 COMPILE_ASSERT(sizeof(MatrixLoadfCHROMIUMImmediate) == 8,
9144 COMPILE_ASSERT(offsetof(MatrixLoadfCHROMIUMImmediate, header) == 0,
9146 COMPILE_ASSERT(offsetof(MatrixLoadfCHROMIUMImmediate, matrixMode) == 4,
9175 COMPILE_ASSERT(sizeof(MatrixLoadIdentityCHROMIUM) == 8,
9177 COMPILE_ASSERT(offsetof(MatrixLoadIdentityCHROMIUM, header) == 0,
9179 COMPILE_ASSERT(offsetof(MatrixLoadIdentityCHROMIUM, matrixMode) == 4,