Lines Matching defs:range
185 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
231 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
238 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
257 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
264 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
291 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside the valid range for indexed state name.");
384 GLint range[2];
390 deMemset(&range[0], 0xcd, sizeof(range));
394 ctx.glGetShaderPrecisionFormat (-1, GL_MEDIUM_FLOAT, &range[0], &precision[0]);
396 ctx.glGetShaderPrecisionFormat (GL_VERTEX_SHADER, -1, &range[0], &precision[0]);
398 ctx.glGetShaderPrecisionFormat (-1, -1, &range[0], &precision[0]);
1456 ctx.beginSection("GL_INVALID_VALUE is generated if index is outside the valid range for the indexed state cap.");