Lines Matching defs:values
114 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
131 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
144 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
154 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
168 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
195 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
205 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
214 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
1263 ctx.beginSection("GL_INVALID_OPERATION or GL_INVALID_ENUM is generated if attachment is not one of the accepted values for the current binding of target.");
1404 GLint values[32];
1407 deMemset(&values[0], 0xcd, sizeof(values));
1410 ctx.glGetSynciv(0, GL_OBJECT_TYPE, 32, &length, &values[0]);
1417 ctx.glGetSynciv(sync, -1, 32, &length, &values[0]);
1426 ctx.glGetSynciv(sync, GL_OBJECT_TYPE, -1, &length, &values[0]);