Lines Matching refs:beginSection
98 ctx.beginSection("GL_INVALID_ENUM is generated if shaderType is not an accepted value."); in create_shader()
110 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in shader_source()
115 ctx.beginSection("GL_INVALID_VALUE is generated if count is less than 0."); in shader_source()
121 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object."); in shader_source()
136 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in compile_shader()
141 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object."); in compile_shader()
155 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in delete_shader()
197 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not an accepted value."); in shader_binary()
204 …ctx.beginSection("GL_INVALID_VALUE is generated if the data pointed to by binary does not match th… in shader_binary()
210 …ctx.beginSection("GL_INVALID_OPERATION is generated if more than one of the handles in shaders ref… in shader_binary()
215 ctx.beginSection("GL_INVALID_VALUE is generated if count or length is negative."); in shader_binary()
222 …ctx.beginSection("GL_INVALID_VALUE is generated if shaders contains anything other than shader or … in shader_binary()
227 ctx.beginSection("GL_INVALID_OPERATION is generated if shaders refers to a program object."); in shader_binary()
249 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object."); in attach_shader()
254 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object."); in attach_shader()
261 …ctx.beginSection("GL_INVALID_VALUE is generated if either program or shader is not a value generat… in attach_shader()
270 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is already attached to program."); in attach_shader()
279 …ctx.beginSection("GL_INVALID_OPERATION is generated if a shader of the same type as shader is alre… in attach_shader()
301 …ctx.beginSection("GL_INVALID_VALUE is generated if either program or shader is not a value generat… in detach_shader()
310 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object."); in detach_shader()
315 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object."); in detach_shader()
322 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not attached to program."); in detach_shader()
338 ctx.beginSection("GL_INVALID_VALUE is generated if program is not a value generated by OpenGL."); in link_program()
343 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object."); in link_program()
350 …ctx.beginSection("GL_INVALID_OPERATION is generated if program is the currently active program obj… in link_program()
386 …ctx.beginSection("GL_INVALID_VALUE is generated if program is neither 0 nor a value generated by O… in use_program()
391 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object."); in use_program()
396 …ctx.beginSection("GL_INVALID_OPERATION is generated if transform feedback mode is active and not p… in use_program()
440 ctx.beginSection("GL_INVALID_VALUE is generated if program is not a value generated by OpenGL."); in delete_program()
445 …ctx.beginSection("GL_INVALID_OPERATION is generated if program is not zero and is the name of a sh… in delete_program()
460 ctx.beginSection("GL_INVALID_VALUE is generated if program is not a value generated by OpenGL."); in validate_program()
465 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object."); in validate_program()
483 …ctx.beginSection("GL_INVALID_OPERATION is generated if bufSize is less than the size of GL_PROGRAM… in get_program_binary()
500 …ctx.beginSection("GL_INVALID_OPERATION is generated if GL_LINK_STATUS for the program object is fa… in get_program_binary()
544 …ctx.beginSection("GL_INVALID_OPERATION is generated if program is not the name of an existing prog… in program_binary()
549 …ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not a value recognized by the im… in program_binary()
567 …ctx.beginSection("GL_INVALID_VALUE is generated if program is not the name of an existing program … in program_parameteri()
572 ctx.beginSection("GL_INVALID_OPERATION is generated if program is the name of a shader object."); in program_parameteri()
577 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is not GL_PROGRAM_BINARY_RETRIEVABLE_HINT … in program_parameteri()
582 ctx.beginSection("GL_INVALID_VALUE is generated if value is not GL_FALSE or GL_TRUE."); in program_parameteri()
593 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in gen_samplers()
607 …ctx.beginSection("GL_INVALID_VALUE is generated if unit is greater than or equal to the value of G… in bind_sampler()
612 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not zero or a name previously re… in bind_sampler()
617 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler has been deleted by a call to ctx.g… in bind_sampler()
626 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in delete_samplers()
638 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in get_sampler_parameteriv()
643 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted value."); in get_sampler_parameteriv()
657 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in get_sampler_parameterfv()
662 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted value."); in get_sampler_parameterfv()
678 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in get_sampler_parameterIiv()
685 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted value."); in get_sampler_parameterIiv()
701 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in get_sampler_parameterIuiv()
708 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted value."); in get_sampler_parameterIuiv()
722 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in sampler_parameteri()
727 …ctx.beginSection("GL_INVALID_ENUM is generated if params should have a defined constant value (bas… in sampler_parameteri()
734 …ctx.beginSection("GL_INVALID_ENUM is generated if glSamplerParameteri is called for a non-scalar p… in sampler_parameteri()
749 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in sampler_parameteriv()
755 …ctx.beginSection("GL_INVALID_ENUM is generated if params should have a defined constant value (bas… in sampler_parameteriv()
770 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in sampler_parameterf()
775 …ctx.beginSection("GL_INVALID_ENUM is generated if params should have a defined constant value (bas… in sampler_parameterf()
782 …ctx.beginSection("GL_INVALID_ENUM is generated if glSamplerParameterf is called for a non-scalar p… in sampler_parameterf()
797 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in sampler_parameterfv()
803 …ctx.beginSection("GL_INVALID_ENUM is generated if params should have a defined constant value (bas… in sampler_parameterfv()
822 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in sampler_parameterIiv()
827 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted sampler state name."); in sampler_parameterIiv()
843 …ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object… in sampler_parameterIuiv()
848 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted sampler state name."); in sampler_parameterIuiv()
866 ctx.beginSection("GL_INVALID_OPERATION is generated if program has not been successfully linked."); in get_attrib_location()
872 ctx.beginSection("GL_INVALID_VALUE is generated if program is not a program or shader object."); in get_attrib_location()
882 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object."); in get_attrib_location()
902 ctx.beginSection("GL_INVALID_OPERATION is generated if program has not been successfully linked."); in get_uniform_location()
907 ctx.beginSection("GL_INVALID_VALUE is generated if program is not a value generated by OpenGL."); in get_uniform_location()
913 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object."); in get_uniform_location()
929 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX… in bind_attrib_location()
934 …ctx.beginSection("GL_INVALID_OPERATION is generated if name starts with the reserved prefix \"gl_\… in bind_attrib_location()
939 ctx.beginSection("GL_INVALID_VALUE is generated if program is not a value generated by OpenGL."); in bind_attrib_location()
944 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object."); in bind_attrib_location()
972 …ctx.beginSection("GL_INVALID_VALUE is generated if uniformBlockIndex is not an active uniform bloc… in uniform_block_binding()
979 …ctx.beginSection("GL_INVALID_VALUE is generated if uniformBlockBinding is greater than or equal to… in uniform_block_binding()
984 …ctx.beginSection("GL_INVALID_VALUE is generated if program is not the name of a program object gen… in uniform_block_binding()
989 ctx.beginSection("GL_INVALID_OPERATION is generated if program is the name of a shader object."); in uniform_block_binding()
1001 ctx.beginSection("GL_INVALID_OPERATION is generated if there is no current program object."); in uniformf_invalid_program()
1031 …ctx.beginSection("GL_INVALID_OPERATION is generated if the size of the uniform variable declared i… in uniformf_incompatible_type()
1043 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}f is used to load a unif… in uniformf_incompatible_type()
1051 …ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other t… in uniformf_incompatible_type()
1067 …ctx.beginSection("GL_INVALID_OPERATION is generated if location is an invalid uniform location for… in uniformf_invalid_location()
1098 ctx.beginSection("GL_INVALID_OPERATION is generated if there is no current program object."); in uniformfv_invalid_program()
1130 …ctx.beginSection("GL_INVALID_OPERATION is generated if the size of the uniform variable declared i… in uniformfv_incompatible_type()
1142 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}fv is used to load a uni… in uniformfv_incompatible_type()
1150 …ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other t… in uniformfv_incompatible_type()
1168 …ctx.beginSection("GL_INVALID_OPERATION is generated if location is an invalid uniform location for… in uniformfv_invalid_location()
1209 …ctx.beginSection("GL_INVALID_OPERATION is generated if count is greater than 1 and the indicated u… in uniformfv_invalid_count()
1228 ctx.beginSection("GL_INVALID_OPERATION is generated if there is no current program object."); in uniformi_invalid_program()
1258 …ctx.beginSection("GL_INVALID_OPERATION is generated if the size of the uniform variable declared i… in uniformi_incompatible_type()
1270 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}i is used to load a unif… in uniformi_incompatible_type()
1282 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}i is used to load a unif… in uniformi_incompatible_type()
1304 …ctx.beginSection("GL_INVALID_OPERATION is generated if location is an invalid uniform location for… in uniformi_invalid_location()
1335 ctx.beginSection("GL_INVALID_OPERATION is generated if there is no current program object."); in uniformiv_invalid_program()
1367 …ctx.beginSection("GL_INVALID_OPERATION is generated if the size of the uniform variable declared i… in uniformiv_incompatible_type()
1379 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}iv is used to load a uni… in uniformiv_incompatible_type()
1391 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}iv is used to load a uni… in uniformiv_incompatible_type()
1415 …ctx.beginSection("GL_INVALID_OPERATION is generated if location is an invalid uniform location for… in uniformiv_invalid_location()
1456 …ctx.beginSection("GL_INVALID_OPERATION is generated if count is greater than 1 and the indicated u… in uniformiv_invalid_count()
1475 ctx.beginSection("GL_INVALID_OPERATION is generated if there is no current program object."); in uniformui_invalid_program()
1505 …ctx.beginSection("GL_INVALID_OPERATION is generated if the size of the uniform variable declared i… in uniformui_incompatible_type()
1517 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}i is used to load a unif… in uniformui_incompatible_type()
1529 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}i is used to load a unif… in uniformui_incompatible_type()
1541 …ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other t… in uniformui_incompatible_type()
1557 …ctx.beginSection("GL_INVALID_OPERATION is generated if location is an invalid uniform location for… in uniformui_invalid_location()
1588 ctx.beginSection("GL_INVALID_OPERATION is generated if there is no current program object."); in uniformuiv_invalid_program()
1620 …ctx.beginSection("GL_INVALID_OPERATION is generated if the size of the uniform variable declared i… in uniformuiv_incompatible_type()
1632 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}uiv is used to load a un… in uniformuiv_incompatible_type()
1644 …ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glUniform{1234}uiv is used to load a un… in uniformuiv_incompatible_type()
1656 …ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other t… in uniformuiv_incompatible_type()
1674 …ctx.beginSection("GL_INVALID_OPERATION is generated if location is an invalid uniform location for… in uniformuiv_invalid_location()
1715 …ctx.beginSection("GL_INVALID_OPERATION is generated if count is greater than 1 and the indicated u… in uniformuiv_invalid_count()
1737 ctx.beginSection("GL_INVALID_OPERATION is generated if there is no current program object."); in uniform_matrixfv_invalid_program()
1778 …ctx.beginSection("GL_INVALID_OPERATION is generated if the size of the uniform variable declared i… in uniform_matrixfv_incompatible_type()
1801 …ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other t… in uniform_matrixfv_incompatible_type()
1836 …ctx.beginSection("GL_INVALID_OPERATION is generated if location is an invalid uniform location for… in uniform_matrixfv_invalid_location()
1899 …ctx.beginSection("GL_INVALID_OPERATION is generated if count is greater than 1 and the indicated u… in uniform_matrixfv_invalid_count()
1928 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in gen_transform_feedbacks()
1945 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK."); in bind_transform_feedback()
1950 …ctx.beginSection("GL_INVALID_OPERATION is generated if the transform feedback operation is active … in bind_transform_feedback()
1973 …ctx.beginSection("GL_INVALID_OPERATION is generated if id has been deleted with glDeleteTransformF… in bind_transform_feedback()
1978 …ctx.beginSection("GL_INVALID_OPERATION is generated if id is not 0 or a value returned from glGenT… in bind_transform_feedback()
1996 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in delete_transform_feedbacks()
2001 …ctx.beginSection("GL_INVALID_OPERATION is generated if the transform feedback operation for any ob… in delete_transform_feedbacks()
2048 …ctx.beginSection("GL_INVALID_ENUM is generated if primitiveMode is not one of GL_POINTS, GL_LINES,… in begin_transform_feedback()
2053 ctx.beginSection("GL_INVALID_OPERATION is generated if transform feedback is already active."); in begin_transform_feedback()
2060 …ctx.beginSection("GL_INVALID_OPERATION is generated if any binding point used in transform feedbac… in begin_transform_feedback()
2067 …ctx.beginSection("GL_INVALID_OPERATION is generated if no binding points would be used because no … in begin_transform_feedback()
2074 …ctx.beginSection("GL_INVALID_OPERATION is generated if no binding points would be used because the… in begin_transform_feedback()
2105 …ctx.beginSection("GL_INVALID_OPERATION is generated if the currently bound transform feedback obje… in pause_transform_feedback()
2140 …ctx.beginSection("GL_INVALID_OPERATION is generated if the currently bound transform feedback obje… in resume_transform_feedback()
2176 ctx.beginSection("GL_INVALID_OPERATION is generated if transform feedback is not active."); in end_transform_feedback()
2215 ctx.beginSection("GL_INVALID_VALUE is generated if program is not the name of a program object."); in get_transform_feedback_varying()
2220 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater or equal to the value of GL_TR… in get_transform_feedback_varying()
2226 …ctx.beginSection("GL_INVALID_OPERATION or GL_INVALID_VALUE is generated program has not been linke… in get_transform_feedback_varying()
2249 ctx.beginSection("GL_INVALID_VALUE is generated if program is not the name of a program object."); in transform_feedback_varyings()
2254 ctx.beginSection("GL_INVALID_OPERATION is generated if program is the name of a shader object."); in transform_feedback_varyings()
2260 ctx.beginSection("GL_INVALID_VALUE is generated if count is negative."); in transform_feedback_varyings()
2265 …ctx.beginSection("GL_INVALID_ENUM is generated if bufferMode is not SEPARATE_ATTRIBS or INTERLEAVE… in transform_feedback_varyings()
2270 …ctx.beginSection("GL_INVALID_VALUE is generated if bufferMode is GL_SEPARATE_ATTRIBS and count is … in transform_feedback_varyings()
2296 ctx.beginSection("Compute Shader linked with shader of other kind."); in link_compute_shader()
2337 ctx.beginSection("Compute Shader should not be linked with shaders of different version."); in link_compute_shader()
2367 ctx.beginSection("Compile Computer Shader"); in compile_compute_shader()
2532 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_samplerparameteri()
2550 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_samplerparameterf()
2568 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_samplerparameteriv()
2588 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_samplerparameterfv()
2609 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_samplerparameterIiv()
2632 …ctx.beginSection("GL_INVALID_ENUM is generated if pname is GL_TEXTURE_SRGB_DECODE_EXT and the valu… in srgb_decode_samplerparameterIuiv()