Home | History | Annotate | Download | only in functional

Lines Matching refs:beginSection

48 	ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative.");
60 ctx.beginSection("GL_INVALID_ENUM is generated if func is not an accepted value.");
68 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative.");
81 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
94 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
102 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
114 ctx.beginSection("GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
119 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
131 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
140 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
148 ctx.beginSection("GL_INVALID_ENUM is generated if modeRGB is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
152 ctx.beginSection("GL_INVALID_ENUM is generated if modeAlpha is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
160 ctx.beginSection("GL_INVALID_ENUM is generated if either sfactor or dfactor is not an accepted value.");
170 ctx.beginSection("GL_INVALID_ENUM is generated if srcRGB, dstRGB, srcAlpha, or dstAlpha is not an accepted value.");
185 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not an accepted value.");
193 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not an accepted value.");
201 ctx.beginSection("GL_INVALID_VALUE is generated if width is less than or equal to 0.");
212 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative.");
224 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
229 ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glBeginQuery is executed while a query object of the same target is already active.");
246 ctx.beginSection("GL_INVALID_OPERATION is generated if id is 0.");
251 ctx.beginSection("GL_INVALID_OPERATION is generated if id not a name returned from a previous call to ctx.glGenQueries, or if such a name has since been deleted with ctx.glDeleteQueries.");
260 ctx.beginSection("GL_INVALID_OPERATION is generated if id is the name of an already active query object.");
267 ctx.beginSection("GL_INVALID_OPERATION is generated if id refers to an existing query object whose type does not does not match target.");
283 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the accepted tokens.");
288 ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glEndQuery is executed when a query object of the same target is not active.");
308 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative.");
319 ctx.beginSection("GL_INVALID_ENUM is generated if condition is not GL_SYNC_GPU_COMMANDS_COMPLETE.");
324 ctx.beginSection("GL_INVALID_VALUE is generated if flags is not zero.");
334 ctx.beginSection("GL_INVALID_VALUE is generated if sync is not the name of a sync object.");
339 ctx.beginSection("GL_INVALID_VALUE is generated if flags is not zero.");
344 ctx.beginSection("GL_INVALID_VALUE is generated if timeout is not GL_TIMEOUT_IGNORED.");
356 ctx.beginSection("GL_INVALID_VALUE is generated if sync is not the name of an existing sync object.");
361 ctx.beginSection("GL_INVALID_VALUE is generated if flags contains any unsupported flag.");
371 ctx.beginSection("GL_INVALID_VALUE is generated if sync is neither zero or the name of a sync object.");