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()
168 …ctx.beginSection("GL_INVALID_ENUM is generated if mode is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FU… in blend_equationi()
172 …ctx.beginSection("GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MA… in blend_equationi()
188 …ctx.beginSection("GL_INVALID_ENUM is generated if modeRGB is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL… in blend_equation_separatei()
192 …ctx.beginSection("GL_INVALID_ENUM is generated if modeAlpha is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, … in blend_equation_separatei()
196 …ctx.beginSection("GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MA… in blend_equation_separatei()
206 …ctx.beginSection("GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted val… in blend_func()
216 …ctx.beginSection("GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an … in blend_func_separate()
236 …ctx.beginSection("GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted val… in blend_funci()
242 …ctx.beginSection("GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MA… in blend_funci()
258 …ctx.beginSection("GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an … in blend_func_separatei()
268 …ctx.beginSection("GL_INVALID_VALUE is generated if buf is not in the range zero to the value of MA… in blend_func_separatei()
279 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not an accepted value."); in cull_face()
287 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not an accepted value."); in front_face()
295 ctx.beginSection("GL_INVALID_VALUE is generated if width is less than or equal to 0."); in line_width()
306 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in gen_queries()
318 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted tokens."); in begin_query()
323 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glBeginQuery is executed while a query … in begin_query()
340 ctx.beginSection("GL_INVALID_OPERATION is generated if id is 0."); in begin_query()
345 …ctx.beginSection("GL_INVALID_OPERATION is generated if id not a name returned from a previous call… in begin_query()
354 …ctx.beginSection("GL_INVALID_OPERATION is generated if id is the name of an already active query o… in begin_query()
361 …ctx.beginSection("GL_INVALID_OPERATION is generated if id refers to an existing query object whose… in begin_query()
377 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted tokens."); in end_query()
382 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glEndQuery is executed when a query obj… in end_query()
402 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in delete_queries()
413 …ctx.beginSection("GL_INVALID_ENUM is generated if condition is not GL_SYNC_GPU_COMMANDS_COMPLETE."… in fence_sync()
418 ctx.beginSection("GL_INVALID_VALUE is generated if flags is not zero."); in fence_sync()
428 ctx.beginSection("GL_INVALID_VALUE is generated if sync is not the name of a sync object."); in wait_sync()
433 ctx.beginSection("GL_INVALID_VALUE is generated if flags is not zero."); in wait_sync()
438 ctx.beginSection("GL_INVALID_VALUE is generated if timeout is not GL_TIMEOUT_IGNORED."); in wait_sync()
450 …ctx.beginSection("GL_INVALID_VALUE is generated if sync is not the name of an existing sync object… in client_wait_sync()
455 ctx.beginSection("GL_INVALID_VALUE is generated if flags contains any unsupported flag."); in client_wait_sync()
465 …ctx.beginSection("GL_INVALID_VALUE is generated if sync is neither zero or the name of a sync obje… in delete_sync()