Lines Matching defs:baseFormat
2292 GLint baseFormat;
2392 baseFormat = _mesa_base_tex_format(ctx, internalFormat);
2393 if (baseFormat < 0) {
2420 if (_mesa_components_in_format(baseFormat) >
2424 if (baseFormat == GL_DEPTH_COMPONENT ||
2425 baseFormat == GL_DEPTH_STENCIL ||
2426 baseFormat == GL_STENCIL_INDEX ||
2430 ((baseFormat == GL_LUMINANCE_ALPHA ||
2431 baseFormat == GL_ALPHA) &&
2486 if (!_mesa_source_buffer_exists(ctx, baseFormat)) {
6744 GLenum baseFormat = _mesa_base_fbo_format(ctx, internalformat);
6746 return baseFormat != 0;
6748 return baseFormat != 0 && baseFormat != GL_STENCIL_INDEX;