Lines Matching refs:baseFormat
2292 GLint baseFormat;
2385 baseFormat = _mesa_base_tex_format(ctx, internalFormat);
2386 if (baseFormat < 0) {
2413 if (_mesa_components_in_format(baseFormat) >
2417 if (baseFormat == GL_DEPTH_COMPONENT ||
2418 baseFormat == GL_DEPTH_STENCIL ||
2419 baseFormat == GL_STENCIL_INDEX ||
2423 ((baseFormat == GL_LUMINANCE_ALPHA ||
2424 baseFormat == GL_ALPHA) &&
2479 if (!_mesa_source_buffer_exists(ctx, baseFormat)) {
6706 GLenum baseFormat = _mesa_base_fbo_format(ctx, internalformat);
6708 return baseFormat != 0;
6710 return baseFormat != 0 && baseFormat != GL_STENCIL_INDEX;