Lines Matching defs:BaseFormat
52 GLenum BaseFormat;
324 return info->BaseFormat;
543 return info->BaseFormat == GL_DEPTH_STENCIL;
555 info->BaseFormat != GL_DEPTH_COMPONENT &&
556 info->BaseFormat != GL_DEPTH_STENCIL &&
557 info->BaseFormat != GL_STENCIL_INDEX;
609 switch (info->BaseFormat) {
788 assert(info->BaseFormat != GL_DEPTH_COMPONENT &&
789 info->BaseFormat != GL_DEPTH_STENCIL &&
790 info->BaseFormat != GL_STENCIL_INDEX);