Lines Matching refs:beginSection

50 	ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative.");  in scissor()
62 ctx.beginSection("GL_INVALID_ENUM is generated if func is not an accepted value."); in depth_func()
70 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative."); in viewport()
83 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in stencil_func()
91 …ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_B… in stencil_func_separate()
96 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in stencil_func_separate()
104 …ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than… in stencil_op()
116 …ctx.beginSection("GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, … in stencil_op_separate()
121 …ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than… in stencil_op_separate()
133 …ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_B… in stencil_mask_separate()
142 …ctx.beginSection("GL_INVALID_ENUM is generated if mode is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FU… in blend_equation()
150 …ctx.beginSection("GL_INVALID_ENUM is generated if modeRGB is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL… in blend_equation_separate()
154 …ctx.beginSection("GL_INVALID_ENUM is generated if modeAlpha is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, … in blend_equation_separate()
175 …ctx.beginSection("GL_INVALID_ENUM is generated if mode is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FU… in blend_equationi()
179 …ctx.beginSection("GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MA… in blend_equationi()
195 …ctx.beginSection("GL_INVALID_ENUM is generated if modeRGB is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL… in blend_equation_separatei()
199 …ctx.beginSection("GL_INVALID_ENUM is generated if modeAlpha is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, … in blend_equation_separatei()
203 …ctx.beginSection("GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MA… in blend_equation_separatei()
213 …ctx.beginSection("GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted val… in blend_func()
223 …ctx.beginSection("GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an … in blend_func_separate()
243 …ctx.beginSection("GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted val… in blend_funci()
249 …ctx.beginSection("GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MA… in blend_funci()
265 …ctx.beginSection("GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an … in blend_func_separatei()
275 …ctx.beginSection("GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MA… in blend_func_separatei()
286 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not an accepted value."); in cull_face()
294 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not an accepted value."); in front_face()
302 ctx.beginSection("GL_INVALID_VALUE is generated if width is less than or equal to 0."); in line_width()
313 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in gen_queries()
325 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted tokens."); in begin_query()
330 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glBeginQuery is executed while a query … in begin_query()
347 ctx.beginSection("GL_INVALID_OPERATION is generated if id is 0."); in begin_query()
352 …ctx.beginSection("GL_INVALID_OPERATION is generated if id not a name returned from a previous call… in begin_query()
361 …ctx.beginSection("GL_INVALID_OPERATION is generated if id is the name of an already active query o… in begin_query()
368 …ctx.beginSection("GL_INVALID_OPERATION is generated if id refers to an existing query object whose… in begin_query()
384 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted tokens."); in end_query()
389 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glEndQuery is executed when a query obj… in end_query()
409 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in delete_queries()
420 …ctx.beginSection("GL_INVALID_ENUM is generated if condition is not GL_SYNC_GPU_COMMANDS_COMPLETE."… in fence_sync()
425 ctx.beginSection("GL_INVALID_VALUE is generated if flags is not zero."); in fence_sync()
435 ctx.beginSection("GL_INVALID_VALUE is generated if sync is not the name of a sync object."); in wait_sync()
440 ctx.beginSection("GL_INVALID_VALUE is generated if flags is not zero."); in wait_sync()
445 ctx.beginSection("GL_INVALID_VALUE is generated if timeout is not GL_TIMEOUT_IGNORED."); in wait_sync()
457 …ctx.beginSection("GL_INVALID_VALUE is generated if sync is not the name of an existing sync object… in client_wait_sync()
462 ctx.beginSection("GL_INVALID_VALUE is generated if flags contains any unsupported flag."); in client_wait_sync()
472 …ctx.beginSection("GL_INVALID_VALUE is generated if sync is neither zero or the name of a sync obje… in delete_sync()