Lines Matching defs:internalformat
1449 * if <internalformat> is TEXTURE_CUBE_MAP_ARRAY and the
1451 * <internalformat> is TEXTURE_3D and the "3D Tex." column of table
1454 * The instances of <internalformat> above should say <target>.
1463 * two-dimensional images. If internalformat is an ETC2/EAC format,
1473 * if internalformat is one of the the formats in table 8.17 and target is
1477 * if internalformat is TEXTURE_CUBE_MAP_ARRAY and the “Cube Map
1478 * Array” column of table 8.17 is not checked, or if internalformat
1482 * The instances of <internalformat> above should say <target>.
1808 "%s(format = %s, type = %s, internalformat = %s)",
1890 * "Specifying a value for internalformat that is not one of the
2372 * "Parameters level, internalformat, and border are specified using
2374 * arguments of TexImage2D, except that internalformat may not be
2460 * is LINEAR (see section 6.1.13) and internalformat is
2463 * SRGB and internalformat is not one of the sRGB formats."
2492 * if the texture internalformat is an integer format and the read color
2493 * buffer is not an integer format, or if the internalformat is not an
2634 * CopyTexImage2D, or CopyTexSubImage2D if the internalformat of the
2655 * CopyTexSubImage* if the texture internalformat is an integer format
2657 * internalformat is not an integer format and the read color buffer
4003 * "If internalformat is sized, the internal format of the new texel
4004 * array is internalformat, and this is also the new texel array’s
4005 * effective internal format. If the component sizes of internalformat
4008 * INVALID_OPERATION error is generated. If internalformat is unsized,
5759 GLenum internalformat)
5764 GLenum baseFormat = _mesa_base_fbo_format(ctx, internalformat);
5796 GLint internalformat, GLsizei width,
5831 /* check that the specified internalformat is color/depth/stencil-renderable;
5835 if (immutable && !_mesa_is_legal_tex_storage_format(ctx, internalformat)) {
5837 "%s(internalformat=%s not legal for immutable-format)",
5838 func, _mesa_enum_to_string(internalformat));
5842 if (!_mesa_is_renderable_texture_format(ctx, internalformat)) {
5851 _mesa_error(ctx, GL_INVALID_ENUM, "%s(internalformat=%s)", func,
5852 _mesa_enum_to_string(internalformat));
5857 internalformat, samples, samples);
5888 internalformat, GL_NONE, GL_NONE);
5900 internalformat, texFormat,
5929 internalformat, texFormat,
5940 internalformat, texFormat);
5950 internalformat, texFormat);
5968 GLenum internalformat, GLsizei width,
5979 internalformat, width, height, 1,
5987 GLenum internalformat, GLsizei width,
5999 internalformat, width, height, depth,
6021 GLenum internalformat, GLsizei width,
6035 internalformat, width, height, 1,
6042 GLenum internalformat, GLsizei width,
6057 internalformat, width, height, depth,
6064 GLenum internalformat, GLsizei width,
6080 samples, internalformat, width, height, 1,
6087 GLenum internalformat, GLsizei width,
6104 internalformat, width, height, depth,