Lines Matching refs:beginSection
99 …ctx.beginSection("GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i range… in activetexture()
115 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values."); in bindtexture()
122 …ctx.beginSection("GL_INVALID_OPERATION is generated if texture was previously created with a targe… in bindtexture()
189 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedteximage2d_invalid_target()
199 …ctx.beginSection("GL_INVALID_ENUM is generated if internalformat is not a supported format returne… in compressedteximage2d_invalid_format()
223 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedteximage2d_neg_level()
243 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedteximage2d_max_level()
249 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in compressedteximage2d_max_level()
268 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in compressedteximage2d_neg_width_height()
270 ctx.beginSection("GL_TEXTURE_2D target"); in compressedteximage2d_neg_width_height()
279 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in compressedteximage2d_neg_width_height()
288 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_neg_width_height()
297 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_neg_width_height()
306 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in compressedteximage2d_neg_width_height()
315 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_neg_width_height()
324 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_neg_width_height()
340 …ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_… in compressedteximage2d_max_width_height()
342 ctx.beginSection("GL_TEXTURE_2D target"); in compressedteximage2d_max_width_height()
351 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in compressedteximage2d_max_width_height()
360 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_max_width_height()
369 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_max_width_height()
378 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in compressedteximage2d_max_width_height()
387 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_max_width_height()
396 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_max_width_height()
413 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0."); in compressedteximage2d_invalid_border()
415 ctx.beginSection("GL_TEXTURE_2D target"); in compressedteximage2d_invalid_border()
422 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in compressedteximage2d_invalid_border()
429 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_invalid_border()
436 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_invalid_border()
443 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in compressedteximage2d_invalid_border()
450 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_invalid_border()
457 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_invalid_border()
469 …ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is not consistent with the format, di… in compressedteximage2d_invalid_size()
556 ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is negative."); in compressedteximage2d_neg_size()
564 …ctx.beginSection("GL_INVALID_VALUE is generated if target is a cube map face and width and height … in compressedteximage2d_invalid_width_height()
566 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in compressedteximage2d_invalid_width_height()
571 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_invalid_width_height()
576 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_invalid_width_height()
581 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in compressedteximage2d_invalid_width_height()
586 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_invalid_width_height()
591 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_invalid_width_height()
609 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedteximage2d_invalid_buffer_target()
616 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedteximage2d_invalid_buffer_target()
628 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in copyteximage2d_invalid_target()
636 …ctx.beginSection("GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not an acc… in copyteximage2d_invalid_format()
656 …ctx.beginSection("GL_INVALID_VALUE is generated if target is one of the six cube map 2D image targ… in copyteximage2d_inequal_width_height_cube()
674 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in copyteximage2d_neg_level()
694 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in copyteximage2d_max_level()
700 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in copyteximage2d_max_level()
719 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in copyteximage2d_neg_width_height()
721 ctx.beginSection("GL_TEXTURE_2D target"); in copyteximage2d_neg_width_height()
730 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in copyteximage2d_neg_width_height()
739 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in copyteximage2d_neg_width_height()
748 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in copyteximage2d_neg_width_height()
757 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in copyteximage2d_neg_width_height()
766 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in copyteximage2d_neg_width_height()
775 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in copyteximage2d_neg_width_height()
792 …ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_… in copyteximage2d_max_width_height()
794 ctx.beginSection("GL_TEXTURE_2D target"); in copyteximage2d_max_width_height()
803 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in copyteximage2d_max_width_height()
812 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in copyteximage2d_max_width_height()
821 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in copyteximage2d_max_width_height()
830 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in copyteximage2d_max_width_height()
839 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in copyteximage2d_max_width_height()
848 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in copyteximage2d_max_width_height()
862 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0."); in copyteximage2d_invalid_border()
864 ctx.beginSection("GL_TEXTURE_2D target"); in copyteximage2d_invalid_border()
871 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in copyteximage2d_invalid_border()
878 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in copyteximage2d_invalid_border()
885 ctx.beginSection("GL_TEXTURE_2D target"); in copyteximage2d_invalid_border()
892 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in copyteximage2d_invalid_border()
899 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in copyteximage2d_invalid_border()
906 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in copyteximage2d_invalid_border()
923 …ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer… in copyteximage2d_incomplete_framebuffer()
951 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in copytexsubimage2d_invalid_target()
965 ctx.beginSection("GL_INVALID_OPERATION is generated if the read buffer is NONE"); in copytexsubimage2d_read_buffer_is_none()
984 …ctx.beginSection("GL_INVALID_OPERATION is generated if internal format of the texture is GL_RGB9_E… in copytexsubimage2d_texture_internalformat()
1001 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in copytexsubimage2d_neg_level()
1023 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in copytexsubimage2d_max_level()
1029 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_SIZ… in copytexsubimage2d_max_level()
1048 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset < 0 or yoffset < 0."); in copytexsubimage2d_neg_offset()
1067 …ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width or yoffset + he… in copytexsubimage2d_invalid_offset()
1086 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in copytexsubimage2d_neg_width_height()
1100 …ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer… in copytexsubimage2d_incomplete_framebuffer()
1151 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in deletetextures()
1170 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_TEXTURE_2D or GL_TEXTURE_CUBE_M… in generatemipmap()
1175 …ctx.beginSection("INVALID_OPERATION is generated if the texture bound to target is not cube comple… in generatemipmap()
1195 …ctx.beginSection("GL_INVALID_OPERATION is generated if the zero level array is stored in a compres… in generatemipmap()
1202 …ctx.beginSection("GL_INVALID_OPERATION is generated if the level base array was not specified with… in generatemipmap()
1227 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in gentextures()
1237 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted value."); in pixelstorei()
1242 …ctx.beginSection("GL_INVALID_VALUE is generated if a negative row length, pixel skip, or row skip … in pixelstorei()
1274 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in teximage2d()
1279 ctx.beginSection("GL_INVALID_ENUM is generated if type is not a type constant."); in teximage2d()
1284 …ctx.beginSection("GL_INVALID_OPERATION is generated if the combination of internalFormat, format a… in teximage2d()
1303 …ctx.beginSection("GL_INVALID_VALUE is generated if target is one of the six cube map 2D image targ… in teximage2d_inequal_width_height_cube()
1321 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in teximage2d_neg_level()
1326 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in teximage2d_neg_level()
1344 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in teximage2d_max_level()
1350 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in teximage2d_max_level()
1369 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in teximage2d_neg_width_height()
1371 ctx.beginSection("GL_TEXTURE_2D target"); in teximage2d_neg_width_height()
1380 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in teximage2d_neg_width_height()
1389 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in teximage2d_neg_width_height()
1398 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in teximage2d_neg_width_height()
1407 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in teximage2d_neg_width_height()
1416 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in teximage2d_neg_width_height()
1425 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in teximage2d_neg_width_height()
1442 …ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_… in teximage2d_max_width_height()
1451 …ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_CUBE_MAP… in teximage2d_max_width_height()
1453 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in teximage2d_max_width_height()
1462 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in teximage2d_max_width_height()
1471 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in teximage2d_max_width_height()
1480 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in teximage2d_max_width_height()
1489 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in teximage2d_max_width_height()
1498 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in teximage2d_max_width_height()
1512 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0."); in teximage2d_invalid_border()
1545 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in teximage2d_invalid_buffer_target()
1546 ctx.beginSection("...the buffer object's data store is currently mapped."); in teximage2d_invalid_buffer_target()
1553 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in teximage2d_invalid_buffer_target()
1558 …ctx.beginSection("...data is not evenly divisible into the number of bytes needed to store in memo… in teximage2d_invalid_buffer_target()
1579 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in texsubimage2d()
1584 ctx.beginSection("GL_INVALID_ENUM is generated if format is not an accepted format constant."); in texsubimage2d()
1589 ctx.beginSection("GL_INVALID_ENUM is generated if type is not a type constant."); in texsubimage2d()
1594 …ctx.beginSection("GL_INVALID_OPERATION is generated if the combination of internalFormat of the pr… in texsubimage2d()
1625 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in texsubimage2d_neg_level()
1630 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in texsubimage2d_neg_level()
1651 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in texsubimage2d_max_level()
1657 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in texsubimage2d_max_level()
1677 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset or yoffset are negative."); in texsubimage2d_neg_offset()
1697 …ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width or yoffset + he… in texsubimage2d_invalid_offset()
1717 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in texsubimage2d_neg_width_height()
1743 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in texsubimage2d_invalid_buffer_target()
1744 ctx.beginSection("...the buffer object's data store is currently mapped."); in texsubimage2d_invalid_buffer_target()
1751 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in texsubimage2d_invalid_buffer_target()
1756 …ctx.beginSection("...data is not evenly divisible into the number of bytes needed to store in memo… in texsubimage2d_invalid_buffer_target()
1781 …ctx.beginSection("GL_INVALID_ENUM is generated if target or pname is not one of the accepted defin… in texparameteri()
1790 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameteri()
1817 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameteri()
1826 ctx.beginSection("GL_INVALID_ENUM is generated if pname is a non-scalar parameter."); in texparameteri()
1832 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameteri()
1879 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameteri()
1902 …ctx.beginSection("GL_INVALID_ENUM is generated if target or pname is not one of the accepted defin… in texparameterf()
1911 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameterf()
1938 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameterf()
1947 ctx.beginSection("GL_INVALID_ENUM is generated if pname is a non-scalar parameter."); in texparameterf()
1953 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameterf()
2000 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameterf()
2024 …ctx.beginSection("GL_INVALID_ENUM is generated if target or pname is not one of the accepted defin… in texparameteriv()
2033 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameteriv()
2061 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameteriv()
2068 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameteriv()
2115 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameteriv()
2140 …ctx.beginSection("GL_INVALID_ENUM is generated if target or pname is not one of the accepted defin… in texparameterfv()
2150 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameterfv()
2178 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameterfv()
2185 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameterfv()
2232 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameterfv()
2256 ctx.beginSection("GL_INVALID_ENUM is generated if target is not a valid target."); in texparameterIiv()
2261 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not a valid parameter."); in texparameterIiv()
2266 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameterIiv()
2295 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameterIiv()
2302 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameterIiv()
2348 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameterIiv()
2366 ctx.beginSection("GL_INVALID_ENUM is generated if target is not a valid target."); in texparameterIuiv()
2371 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not a valid parameter."); in texparameterIuiv()
2376 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameterIuiv()
2404 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameterIuiv()
2450 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameterIuiv()
2464 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedtexsubimage2d()
2475 …ctx.beginSection("GL_INVALID_OPERATION is generated if format does not match the internal format o… in compressedtexsubimage2d()
2480 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if width is not a multiple… in compressedtexsubimage2d()
2485 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if height is not a multipl… in compressedtexsubimage2d()
2490 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if xoffset or yoffset is n… in compressedtexsubimage2d()
2512 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedtexsubimage2d_neg_level()
2517 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedtexsubimage2d_neg_level()
2538 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedtexsubimage2d_max_level()
2544 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in compressedtexsubimage2d_max_level()
2566 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset or yoffset are … in compressedtexsubimage2d_neg_offset()
2588 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset + width > textu… in compressedtexsubimage2d_invalid_offset()
2609 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if width or height is less… in compressedtexsubimage2d_neg_width_height()
2629 …ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is not consistent with the format, di… in compressedtexsubimage2d_invalid_size()
2654 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedtexsubimage2d_invalid_buffer_target()
2655 ctx.beginSection("...the buffer object's data store is currently mapped."); in compressedtexsubimage2d_invalid_buffer_target()
2662 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in compressedtexsubimage2d_invalid_buffer_target()
2676 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in teximage3d()
2683 ctx.beginSection("GL_INVALID_ENUM is generated if type is not a type constant."); in teximage3d()
2688 ctx.beginSection("GL_INVALID_ENUM is generated if format is not an accepted format constant."); in teximage3d()
2693 …ctx.beginSection("GL_INVALID_VALUE is generated if internalFormat is not one of the accepted resol… in teximage3d()
2698 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_3D and format is GL_DE… in teximage3d()
2705 …ctx.beginSection("GL_INVALID_OPERATION is generated if the combination of internalFormat, format a… in teximage3d()
2724 …ctx.beginSection("GL_INVALID_VALUE is generated if target is GL_TEXTURE_CUBE_MAP_ARRAY and width a… in teximage3d()
2729 …ctx.beginSection("GL_INVALID_VALUE is generated if target is GL_TEXTURE_CUBE_MAP_ARRAY and depth i… in teximage3d()
2738 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in teximage3d_neg_level()
2756 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_3D_TEXTURE_S… in teximage3d_max_level()
2762 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in teximage3d_max_level()
2771 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in teximage3d_neg_width_height_depth()
2810 …ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_3… in teximage3d_max_width_height_depth()
2821 …ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_T… in teximage3d_max_width_height_depth()
2835 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0 or 1."); in teximage3d_invalid_border()
2869 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in teximage3d_invalid_buffer_target()
2871 ctx.beginSection("...the buffer object's data store is currently mapped."); in teximage3d_invalid_buffer_target()
2878 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in teximage3d_invalid_buffer_target()
2883 …ctx.beginSection("...data is not evenly divisible into the number of bytes needed to store in memo… in teximage3d_invalid_buffer_target()
2905 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in texsubimage3d()
2912 ctx.beginSection("GL_INVALID_ENUM is generated if format is not an accepted format constant."); in texsubimage3d()
2917 ctx.beginSection("GL_INVALID_ENUM is generated if type is not a type constant."); in texsubimage3d()
2922 …ctx.beginSection("GL_INVALID_OPERATION is generated if the combination of internalFormat of the pr… in texsubimage3d()
2951 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in texsubimage3d_neg_level()
2985 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_3D_TEXTURE_S… in texsubimage3d_max_level()
2990 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in texsubimage3d_max_level()
3008 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset, yoffset or zoffset are negative."); in texsubimage3d_neg_offset()
3055 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width."); in texsubimage3d_invalid_offset()
3060 ctx.beginSection("GL_INVALID_VALUE is generated if yoffset + height > texture_height."); in texsubimage3d_invalid_offset()
3065 ctx.beginSection("GL_INVALID_VALUE is generated if zoffset + depth > texture_depth."); in texsubimage3d_invalid_offset()
3075 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is less than 0."); in texsubimage3d_neg_width_height()
3114 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in texsubimage3d_invalid_buffer_target()
3116 ctx.beginSection("...the buffer object's data store is currently mapped."); in texsubimage3d_invalid_buffer_target()
3123 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in texsubimage3d_invalid_buffer_target()
3128 …ctx.beginSection("...data is not evenly divisible into the number of bytes needed to store in memo… in texsubimage3d_invalid_buffer_target()
3153 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in copytexsubimage3d()
3171 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in copytexsubimage3d_neg_level()
3205 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_3D_TEXTURE_S… in copytexsubimage3d_max_level()
3210 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in copytexsubimage3d_max_level()
3220 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in copytexsubimage3d_max_level()
3236 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset, yoffset or zoffset is negative."); in copytexsubimage3d_neg_offset()
3257 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width."); in copytexsubimage3d_invalid_offset()
3262 ctx.beginSection("GL_INVALID_VALUE is generated if yoffset + height > texture_height."); in copytexsubimage3d_invalid_offset()
3267 ctx.beginSection("GL_INVALID_VALUE is generated if zoffset + 1 > texture_depth."); in copytexsubimage3d_invalid_offset()
3282 ctx.beginSection("GL_INVALID_VALUE is generated if width < 0."); in copytexsubimage3d_neg_width_height()
3287 ctx.beginSection("GL_INVALID_VALUE is generated if height < 0."); in copytexsubimage3d_neg_width_height()
3309 …ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer… in copytexsubimage3d_incomplete_framebuffer()
3325 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedteximage3d()
3332 …ctx.beginSection("GL_INVALID_ENUM is generated if internalformat is not one of the specific compre… in compressedteximage3d()
3342 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedteximage3d_neg_level()
3350 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedteximage3d_max_level()
3359 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is less than 0."); in compressedteximage3d_neg_width_height_depth()
3376 …ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_T… in compressedteximage3d_max_width_height_depth()
3395 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0."); in compressedteximage3d_invalid_border()
3405 …ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is not consistent with the format, di… in compressedteximage3d_invalid_size()
3427 …ctx.beginSection("GL_INVALID_VALUE is generated if target is GL_TEXTURE_CUBE_MAP_ARRAY and width a… in compressedteximage3d_invalid_width_height()
3444 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedteximage3d_invalid_buffer_target()
3451 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedteximage3d_invalid_buffer_target()
3463 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedtexsubimage3d()
3474 …ctx.beginSection("GL_INVALID_OPERATION is generated if format does not match the internal format o… in compressedtexsubimage3d()
3479 …ctx.beginSection("GL_INVALID_OPERATION is generated if internalformat is an ETC2/EAC format and ta… in compressedtexsubimage3d()
3484 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if width is not a multiple… in compressedtexsubimage3d()
3489 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if height is not a multipl… in compressedtexsubimage3d()
3494 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if xoffset or yoffset is n… in compressedtexsubimage3d()
3514 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedtexsubimage3d_neg_level()
3530 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedtexsubimage3d_max_level()
3547 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset, yoffset or zof… in compressedtexsubimage3d_neg_offset()
3569 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset + width > textu… in compressedtexsubimage3d_invalid_offset()
3592 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if width, height or depth … in compressedtexsubimage3d_neg_width_height_depth()
3614 …ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is not consistent with the format, di… in compressedtexsubimage3d_invalid_size()
3640 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedtexsubimage3d_invalid_buffer_target()
3641 ctx.beginSection("...the buffer object's data store is currently mapped."); in compressedtexsubimage3d_invalid_buffer_target()
3648 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in compressedtexsubimage3d_invalid_buffer_target()
3668 …ctx.beginSection("GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not a vali… in texstorage2d()
3675 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted target enumera… in texstorage2d()
3684 ctx.beginSection("GL_INVALID_VALUE is generated if width or height are less than 1."); in texstorage2d()
3714 …ctx.beginSection("GL_INVALID_OPERATION is generated if the default texture object is curently boun… in texstorage2d_invalid_binding()
3729 …ctx.beginSection("GL_INVALID_OPERATION is generated if the texture object currently bound to targe… in texstorage2d_invalid_binding()
3771 ctx.beginSection("GL_INVALID_VALUE is generated if levels is less than 1."); in texstorage2d_invalid_levels()
3786 …ctx.beginSection("GL_INVALID_OPERATION is generated if levels is greater than floor(log_2(max(widt… in texstorage2d_invalid_levels()
3810 …ctx.beginSection("GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not a vali… in texstorage3d()
3817 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted target enumera… in texstorage3d()
3826 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth are less than 1."); in texstorage3d()
3859 …ctx.beginSection("GL_INVALID_OPERATION is generated if the default texture object is curently boun… in texstorage3d_invalid_binding()
3874 …ctx.beginSection("GL_INVALID_OPERATION is generated if the texture object currently bound to targe… in texstorage3d_invalid_binding()
3910 ctx.beginSection("GL_INVALID_VALUE is generated if levels is less than 1."); in texstorage3d_invalid_levels()
3926 …ctx.beginSection("GL_INVALID_OPERATION is generated if levels is greater than floor(log_2(max(widt… in texstorage3d_invalid_levels()
3959 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_texparameteri()
3978 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_texparameterf()
3998 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_texparameteriv()
4018 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_texparameterfv()
4042 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_texparameterIiv()
4066 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_texparameterIuiv()