Home | History | Annotate | Download | only in main

Lines Matching refs:internalFormat

144  * for a particular (target, internalFormat) pair. The limit imposed,
152 GLenum internalFormat, GLsizei samples)
157 * "If internalformat is a signed or unsigned integer format and samples
163 _mesa_is_enum_format_integer(internalFormat)
175 * for <internalformat> then the error INVALID_OPERATION is generated."
181 ctx->Driver.QueryInternalFormat(ctx, target, internalFormat,
197 * "If <internalformat> is a signed or unsigned integer format and
206 * * <internalformat> is a depth/stencil-renderable format and <samples>
208 * * <internalformat> is a color-renderable format and <samples> is
210 * * <internalformat> is a signed or unsigned integer format and
215 if (_mesa_is_enum_format_integer(internalFormat))
222 if (_mesa_is_depth_or_stencil_format(internalFormat))