Lines Matching refs:BaseFormat
52 GLenum BaseFormat;
306 return info->BaseFormat;
516 return info->BaseFormat == GL_DEPTH_STENCIL;
528 info->BaseFormat != GL_DEPTH_COMPONENT &&
529 info->BaseFormat != GL_DEPTH_STENCIL &&
530 info->BaseFormat != GL_STENCIL_INDEX;
582 switch (info->BaseFormat) {
769 assert(info->BaseFormat != GL_DEPTH_COMPONENT &&
770 info->BaseFormat != GL_DEPTH_STENCIL &&
771 info->BaseFormat != GL_STENCIL_INDEX);