Lines Matching refs:beginSection

93 …ctx.beginSection("GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i range…  in activetexture()
109 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values."); in bindtexture()
116 …ctx.beginSection("GL_INVALID_OPERATION is generated if texture was previously created with a targe… in bindtexture()
183 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedteximage2d_invalid_target()
193 …ctx.beginSection("GL_INVALID_ENUM is generated if internalformat is not a supported format returne… in compressedteximage2d_invalid_format()
217 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedteximage2d_neg_level()
237 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedteximage2d_max_level()
243 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in compressedteximage2d_max_level()
262 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in compressedteximage2d_neg_width_height()
264 ctx.beginSection("GL_TEXTURE_2D target"); in compressedteximage2d_neg_width_height()
273 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in compressedteximage2d_neg_width_height()
282 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_neg_width_height()
291 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_neg_width_height()
300 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in compressedteximage2d_neg_width_height()
309 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_neg_width_height()
318 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_neg_width_height()
334 …ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_… in compressedteximage2d_max_width_height()
336 ctx.beginSection("GL_TEXTURE_2D target"); in compressedteximage2d_max_width_height()
345 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in compressedteximage2d_max_width_height()
354 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_max_width_height()
363 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_max_width_height()
372 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in compressedteximage2d_max_width_height()
381 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_max_width_height()
390 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_max_width_height()
404 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0."); in compressedteximage2d_invalid_border()
406 ctx.beginSection("GL_TEXTURE_2D target"); in compressedteximage2d_invalid_border()
413 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in compressedteximage2d_invalid_border()
420 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_invalid_border()
427 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_invalid_border()
434 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in compressedteximage2d_invalid_border()
441 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_invalid_border()
448 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_invalid_border()
460 …ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is not consistent with the format, di… in compressedteximage2d_invalid_size()
547 ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is negative."); in compressedteximage2d_neg_size()
555 …ctx.beginSection("GL_INVALID_VALUE is generated if target is a cube map face and width and height … in compressedteximage2d_invalid_width_height()
557 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in compressedteximage2d_invalid_width_height()
562 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_invalid_width_height()
567 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_invalid_width_height()
572 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in compressedteximage2d_invalid_width_height()
577 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_invalid_width_height()
582 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_invalid_width_height()
600 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedteximage2d_invalid_buffer_target()
607 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedteximage2d_invalid_buffer_target()
619 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in copyteximage2d_invalid_target()
627 …ctx.beginSection("GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not an acc… in copyteximage2d_invalid_format()
647 …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()
665 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in copyteximage2d_neg_level()
685 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in copyteximage2d_max_level()
691 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in copyteximage2d_max_level()
710 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in copyteximage2d_neg_width_height()
712 ctx.beginSection("GL_TEXTURE_2D target"); in copyteximage2d_neg_width_height()
721 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in copyteximage2d_neg_width_height()
730 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in copyteximage2d_neg_width_height()
739 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in copyteximage2d_neg_width_height()
748 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in copyteximage2d_neg_width_height()
757 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in copyteximage2d_neg_width_height()
766 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in copyteximage2d_neg_width_height()
783 …ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_… in copyteximage2d_max_width_height()
785 ctx.beginSection("GL_TEXTURE_2D target"); in copyteximage2d_max_width_height()
794 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in copyteximage2d_max_width_height()
803 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in copyteximage2d_max_width_height()
812 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in copyteximage2d_max_width_height()
821 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in copyteximage2d_max_width_height()
830 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in copyteximage2d_max_width_height()
839 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in copyteximage2d_max_width_height()
853 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0."); in copyteximage2d_invalid_border()
855 ctx.beginSection("GL_TEXTURE_2D target"); in copyteximage2d_invalid_border()
862 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in copyteximage2d_invalid_border()
869 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in copyteximage2d_invalid_border()
876 ctx.beginSection("GL_TEXTURE_2D target"); in copyteximage2d_invalid_border()
883 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in copyteximage2d_invalid_border()
890 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in copyteximage2d_invalid_border()
897 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in copyteximage2d_invalid_border()
914 …ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer… in copyteximage2d_incomplete_framebuffer()
942 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in copytexsubimage2d_invalid_target()
956 ctx.beginSection("GL_INVALID_OPERATION is generated if the read buffer is NONE"); in copytexsubimage2d_read_buffer_is_none()
972 …ctx.beginSection("GL_INVALID_OPERATION is generated if internal format of the texture is GL_RGB9_E… in copytexsubimage2d_texture_internalformat()
989 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in copytexsubimage2d_neg_level()
1011 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in copytexsubimage2d_max_level()
1017 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_SIZ… in copytexsubimage2d_max_level()
1036 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset < 0 or yoffset < 0."); in copytexsubimage2d_neg_offset()
1055 …ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width or yoffset + he… in copytexsubimage2d_invalid_offset()
1074 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in copytexsubimage2d_neg_width_height()
1088 …ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer… in copytexsubimage2d_incomplete_framebuffer()
1139 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in deletetextures()
1158 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_TEXTURE_2D or GL_TEXTURE_CUBE_M… in generatemipmap()
1163 …ctx.beginSection("INVALID_OPERATION is generated if the texture bound to target is not cube comple… in generatemipmap()
1181 …ctx.beginSection("GL_INVALID_OPERATION is generated if the zero level array is stored in a compres… in generatemipmap()
1188 …ctx.beginSection("GL_INVALID_OPERATION is generated if the level base array was not specified with… in generatemipmap()
1212 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in gentextures()
1222 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted value."); in pixelstorei()
1227 …ctx.beginSection("GL_INVALID_VALUE is generated if a negative row length, pixel skip, or row skip … in pixelstorei()
1259 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in teximage2d()
1264 ctx.beginSection("GL_INVALID_ENUM is generated if type is not a type constant."); in teximage2d()
1269 …ctx.beginSection("GL_INVALID_OPERATION is generated if the combination of internalFormat, format a… in teximage2d()
1285 …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()
1303 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in teximage2d_neg_level()
1308 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 greater than log_2(GL_MAX_TEXTURE_SIZE… in teximage2d_max_level()
1332 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in teximage2d_max_level()
1351 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in teximage2d_neg_width_height()
1353 ctx.beginSection("GL_TEXTURE_2D target"); in teximage2d_neg_width_height()
1362 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in teximage2d_neg_width_height()
1371 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in teximage2d_neg_width_height()
1380 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in teximage2d_neg_width_height()
1389 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in teximage2d_neg_width_height()
1398 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in teximage2d_neg_width_height()
1407 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in teximage2d_neg_width_height()
1424 …ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_TEXTURE_… in teximage2d_max_width_height()
1433 …ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_CUBE_MAP… in teximage2d_max_width_height()
1435 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_X target"); in teximage2d_max_width_height()
1444 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in teximage2d_max_width_height()
1453 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in teximage2d_max_width_height()
1462 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_X target"); in teximage2d_max_width_height()
1471 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in teximage2d_max_width_height()
1480 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in teximage2d_max_width_height()
1494 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0."); in teximage2d_invalid_border()
1527 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in teximage2d_invalid_buffer_target()
1528 ctx.beginSection("...the buffer object's data store is currently mapped."); in teximage2d_invalid_buffer_target()
1535 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in teximage2d_invalid_buffer_target()
1540 …ctx.beginSection("...data is not evenly divisible into the number of bytes needed to store in memo… in teximage2d_invalid_buffer_target()
1561 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in texsubimage2d()
1566 ctx.beginSection("GL_INVALID_ENUM is generated if format is not an accepted format constant."); in texsubimage2d()
1571 ctx.beginSection("GL_INVALID_ENUM is generated if type is not a type constant."); in texsubimage2d()
1576 …ctx.beginSection("GL_INVALID_OPERATION is generated if the combination of internalFormat of the pr… in texsubimage2d()
1604 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in texsubimage2d_neg_level()
1609 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 greater than log_2(GL_MAX_TEXTURE_SIZE… in texsubimage2d_max_level()
1636 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in texsubimage2d_max_level()
1656 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset or yoffset are negative."); in texsubimage2d_neg_offset()
1676 …ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width or yoffset + he… in texsubimage2d_invalid_offset()
1696 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in texsubimage2d_neg_width_height()
1722 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in texsubimage2d_invalid_buffer_target()
1723 ctx.beginSection("...the buffer object's data store is currently mapped."); in texsubimage2d_invalid_buffer_target()
1730 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in texsubimage2d_invalid_buffer_target()
1735 …ctx.beginSection("...data is not evenly divisible into the number of bytes needed to store in memo… in texsubimage2d_invalid_buffer_target()
1760 …ctx.beginSection("GL_INVALID_ENUM is generated if target or pname is not one of the accepted defin… in texparameteri()
1769 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameteri()
1796 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameteri()
1805 ctx.beginSection("GL_INVALID_ENUM is generated if pname is a non-scalar parameter."); in texparameteri()
1811 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameteri()
1858 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameteri()
1881 …ctx.beginSection("GL_INVALID_ENUM is generated if target or pname is not one of the accepted defin… in texparameterf()
1890 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameterf()
1917 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameterf()
1926 ctx.beginSection("GL_INVALID_ENUM is generated if pname is a non-scalar parameter."); in texparameterf()
1932 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameterf()
1979 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameterf()
2002 …ctx.beginSection("GL_INVALID_ENUM is generated if target or pname is not one of the accepted defin… in texparameteriv()
2011 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameteriv()
2039 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameteriv()
2046 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameteriv()
2093 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameteriv()
2118 …ctx.beginSection("GL_INVALID_ENUM is generated if target or pname is not one of the accepted defin… in texparameterfv()
2128 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameterfv()
2156 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameterfv()
2163 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameterfv()
2210 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameterfv()
2234 ctx.beginSection("GL_INVALID_ENUM is generated if target is not a valid target."); in texparameterIiv()
2239 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not a valid parameter."); in texparameterIiv()
2244 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameterIiv()
2273 …ctx.beginSection("GL_INVALID_VALUE is generated if pname is GL_TEXTURE_BASE_LEVEL or GL_TEXTURE_MA… in texparameterIiv()
2280 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameterIiv()
2326 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameterIiv()
2344 ctx.beginSection("GL_INVALID_ENUM is generated if target is not a valid target."); in texparameterIuiv()
2349 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not a valid parameter."); in texparameterIuiv()
2354 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is enum and the value of param(s) is not a… in texparameterIuiv()
2382 …ctx.beginSection("GL_INVALID_ENUM error is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_… in texparameterIuiv()
2428 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_2D_MULTISAMPLE or GL_T… in texparameterIuiv()
2442 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedtexsubimage2d()
2453 …ctx.beginSection("GL_INVALID_OPERATION is generated if format does not match the internal format o… in compressedtexsubimage2d()
2458 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if width is not a multiple… in compressedtexsubimage2d()
2463 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if height is not a multipl… in compressedtexsubimage2d()
2468 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if xoffset or yoffset is n… in compressedtexsubimage2d()
2490 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedtexsubimage2d_neg_level()
2495 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedtexsubimage2d_neg_level()
2516 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedtexsubimage2d_max_level()
2522 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in compressedtexsubimage2d_max_level()
2544 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset or yoffset are … in compressedtexsubimage2d_neg_offset()
2566 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset + width > textu… in compressedtexsubimage2d_invalid_offset()
2587 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if width or height is less… in compressedtexsubimage2d_neg_width_height()
2607 …ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is not consistent with the format, di… in compressedtexsubimage2d_invalid_size()
2632 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedtexsubimage2d_invalid_buffer_target()
2633 ctx.beginSection("...the buffer object's data store is currently mapped."); in compressedtexsubimage2d_invalid_buffer_target()
2640 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in compressedtexsubimage2d_invalid_buffer_target()
2654 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in teximage3d()
2661 ctx.beginSection("GL_INVALID_ENUM is generated if type is not a type constant."); in teximage3d()
2666 ctx.beginSection("GL_INVALID_ENUM is generated if format is not an accepted format constant."); in teximage3d()
2671 …ctx.beginSection("GL_INVALID_VALUE is generated if internalFormat is not one of the accepted resol… in teximage3d()
2676 …ctx.beginSection("GL_INVALID_OPERATION is generated if target is GL_TEXTURE_3D and format is GL_DE… in teximage3d()
2683 …ctx.beginSection("GL_INVALID_OPERATION is generated if the combination of internalFormat, format a… in teximage3d()
2698 …ctx.beginSection("GL_INVALID_VALUE is generated if target is GL_TEXTURE_CUBE_MAP_ARRAY and width a… in teximage3d()
2703 …ctx.beginSection("GL_INVALID_VALUE is generated if target is GL_TEXTURE_CUBE_MAP_ARRAY and depth i… in teximage3d()
2712 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in teximage3d_neg_level()
2730 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_3D_TEXTURE_S… in teximage3d_max_level()
2736 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in teximage3d_max_level()
2745 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in teximage3d_neg_width_height_depth()
2783 …ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_3… in teximage3d_max_width_height_depth()
2794 …ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_T… in teximage3d_max_width_height_depth()
2808 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0 or 1."); in teximage3d_invalid_border()
2842 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in teximage3d_invalid_buffer_target()
2844 ctx.beginSection("...the buffer object's data store is currently mapped."); in teximage3d_invalid_buffer_target()
2851 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in teximage3d_invalid_buffer_target()
2856 …ctx.beginSection("...data is not evenly divisible into the number of bytes needed to store in memo… in teximage3d_invalid_buffer_target()
2878 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in texsubimage3d()
2885 ctx.beginSection("GL_INVALID_ENUM is generated if format is not an accepted format constant."); in texsubimage3d()
2890 ctx.beginSection("GL_INVALID_ENUM is generated if type is not a type constant."); in texsubimage3d()
2895 …ctx.beginSection("GL_INVALID_OPERATION is generated if the combination of internalFormat of the pr… in texsubimage3d()
2921 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in texsubimage3d_neg_level()
2955 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_3D_TEXTURE_S… in texsubimage3d_max_level()
2960 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in texsubimage3d_max_level()
2978 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset, yoffset or zoffset are negative."); in texsubimage3d_neg_offset()
3025 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width."); in texsubimage3d_invalid_offset()
3030 ctx.beginSection("GL_INVALID_VALUE is generated if yoffset + height > texture_height."); in texsubimage3d_invalid_offset()
3035 ctx.beginSection("GL_INVALID_VALUE is generated if zoffset + depth > texture_depth."); in texsubimage3d_invalid_offset()
3045 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is less than 0."); in texsubimage3d_neg_width_height()
3084 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in texsubimage3d_invalid_buffer_target()
3086 ctx.beginSection("...the buffer object's data store is currently mapped."); in texsubimage3d_invalid_buffer_target()
3093 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in texsubimage3d_invalid_buffer_target()
3098 …ctx.beginSection("...data is not evenly divisible into the number of bytes needed to store in memo… in texsubimage3d_invalid_buffer_target()
3123 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in copytexsubimage3d()
3141 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in copytexsubimage3d_neg_level()
3175 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_3D_TEXTURE_S… in copytexsubimage3d_max_level()
3180 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in copytexsubimage3d_max_level()
3190 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in copytexsubimage3d_max_level()
3206 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset, yoffset or zoffset is negative."); in copytexsubimage3d_neg_offset()
3227 ctx.beginSection("GL_INVALID_VALUE is generated if xoffset + width > texture_width."); in copytexsubimage3d_invalid_offset()
3232 ctx.beginSection("GL_INVALID_VALUE is generated if yoffset + height > texture_height."); in copytexsubimage3d_invalid_offset()
3237 ctx.beginSection("GL_INVALID_VALUE is generated if zoffset + 1 > texture_depth."); in copytexsubimage3d_invalid_offset()
3252 ctx.beginSection("GL_INVALID_VALUE is generated if width < 0."); in copytexsubimage3d_neg_width_height()
3257 ctx.beginSection("GL_INVALID_VALUE is generated if height < 0."); in copytexsubimage3d_neg_width_height()
3279 …ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer… in copytexsubimage3d_incomplete_framebuffer()
3295 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedteximage3d()
3302 …ctx.beginSection("GL_INVALID_ENUM is generated if internalformat is not one of the specific compre… in compressedteximage3d()
3312 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedteximage3d_neg_level()
3320 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedteximage3d_max_level()
3329 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is less than 0."); in compressedteximage3d_neg_width_height_depth()
3345 …ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth is greater than GL_MAX_T… in compressedteximage3d_max_width_height_depth()
3359 ctx.beginSection("GL_INVALID_VALUE is generated if border is not 0."); in compressedteximage3d_invalid_border()
3369 …ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is not consistent with the format, di… in compressedteximage3d_invalid_size()
3391 …ctx.beginSection("GL_INVALID_VALUE is generated if target is GL_TEXTURE_CUBE_MAP_ARRAY and width a… in compressedteximage3d_invalid_width_height()
3408 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedteximage3d_invalid_buffer_target()
3415 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedteximage3d_invalid_buffer_target()
3427 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedtexsubimage3d()
3438 …ctx.beginSection("GL_INVALID_OPERATION is generated if format does not match the internal format o… in compressedtexsubimage3d()
3443 …ctx.beginSection("GL_INVALID_OPERATION is generated if internalformat is an ETC2/EAC format and ta… in compressedtexsubimage3d()
3448 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if width is not a multiple… in compressedtexsubimage3d()
3453 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if height is not a multipl… in compressedtexsubimage3d()
3458 …ctx.beginSection("For ETC2/EAC images GL_INVALID_OPERATION is generated if xoffset or yoffset is n… in compressedtexsubimage3d()
3478 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedtexsubimage3d_neg_level()
3494 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedtexsubimage3d_max_level()
3511 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset, yoffset or zof… in compressedtexsubimage3d_neg_offset()
3533 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if xoffset + width > textu… in compressedtexsubimage3d_invalid_offset()
3556 …ctx.beginSection("GL_INVALID_VALUE or GL_INVALID_OPERATION is generated if width, height or depth … in compressedtexsubimage3d_neg_width_height_depth()
3578 …ctx.beginSection("GL_INVALID_VALUE is generated if imageSize is not consistent with the format, di… in compressedtexsubimage3d_invalid_size()
3604 …ctx.beginSection("GL_INVALID_OPERATION is generated if a non-zero buffer object name is bound to t… in compressedtexsubimage3d_invalid_buffer_target()
3605 ctx.beginSection("...the buffer object's data store is currently mapped."); in compressedtexsubimage3d_invalid_buffer_target()
3612 …ctx.beginSection("...the data would be unpacked from the buffer object such that the memory reads … in compressedtexsubimage3d_invalid_buffer_target()
3632 …ctx.beginSection("GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not a vali… in texstorage2d()
3639 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted target enumera… in texstorage2d()
3648 ctx.beginSection("GL_INVALID_VALUE is generated if width or height are less than 1."); in texstorage2d()
3678 …ctx.beginSection("GL_INVALID_OPERATION is generated if the default texture object is curently boun… in texstorage2d_invalid_binding()
3693 …ctx.beginSection("GL_INVALID_OPERATION is generated if the texture object currently bound to targe… in texstorage2d_invalid_binding()
3735 ctx.beginSection("GL_INVALID_VALUE is generated if levels is less than 1."); in texstorage2d_invalid_levels()
3750 …ctx.beginSection("GL_INVALID_OPERATION is generated if levels is greater than floor(log_2(max(widt… in texstorage2d_invalid_levels()
3774 …ctx.beginSection("GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not a vali… in texstorage3d()
3781 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted target enumera… in texstorage3d()
3790 ctx.beginSection("GL_INVALID_VALUE is generated if width, height or depth are less than 1."); in texstorage3d()
3823 …ctx.beginSection("GL_INVALID_OPERATION is generated if the default texture object is curently boun… in texstorage3d_invalid_binding()
3838 …ctx.beginSection("GL_INVALID_OPERATION is generated if the texture object currently bound to targe… in texstorage3d_invalid_binding()
3874 ctx.beginSection("GL_INVALID_VALUE is generated if levels is less than 1."); in texstorage3d_invalid_levels()
3890 …ctx.beginSection("GL_INVALID_OPERATION is generated if levels is greater than floor(log_2(max(widt… in texstorage3d_invalid_levels()