Lines Matching full:baseformat
49 GLenum BaseFormat;
85 GL_NONE, /* BaseFormat */
94 GL_RGBA, /* BaseFormat */
103 GL_RGBA, /* BaseFormat */
112 GL_RGBA, /* BaseFormat */
121 GL_RGBA, /* BaseFormat */
130 GL_RGB, /* BaseFormat */
139 GL_RGB, /* BaseFormat */
148 GL_RGB, /* BaseFormat */
157 GL_RGB, /* BaseFormat */
166 GL_RGB, /* BaseFormat */
175 GL_RGB, /* BaseFormat */
184 GL_RGB, /* BaseFormat */
193 GL_RGB, /* BaseFormat */
202 GL_RGBA, /* BaseFormat */
211 GL_RGBA, /* BaseFormat */
220 GL_RGBA, /* BaseFormat */
229 GL_RGBA, /* BaseFormat */
238 GL_RGBA, /* BaseFormat */
247 GL_LUMINANCE_ALPHA, /* BaseFormat */
256 GL_LUMINANCE_ALPHA, /* BaseFormat */
265 GL_LUMINANCE_ALPHA, /* BaseFormat */
274 GL_LUMINANCE_ALPHA, /* BaseFormat */
283 GL_LUMINANCE_ALPHA, /* BaseFormat */
292 GL_RGB, /* BaseFormat */
301 GL_ALPHA, /* BaseFormat */
310 GL_ALPHA, /* BaseFormat */
319 GL_LUMINANCE, /* BaseFormat */
328 GL_LUMINANCE, /* BaseFormat */
337 GL_INTENSITY, /* BaseFormat */
346 GL_INTENSITY, /* BaseFormat */
355 GL_YCBCR_MESA, /* BaseFormat */
364 GL_YCBCR_MESA, /* BaseFormat */
436 GL_DEPTH_STENCIL, /* BaseFormat */
445 GL_DEPTH_STENCIL, /* BaseFormat */
454 GL_DEPTH_COMPONENT, /* BaseFormat */
463 GL_DEPTH_COMPONENT, /* BaseFormat */
472 GL_DEPTH_COMPONENT, /* BaseFormat */
481 GL_DEPTH_COMPONENT, /* BaseFormat */
490 GL_STENCIL_INDEX, /* BaseFormat */
544 GL_RGB, /* BaseFormat */
600 GL_RGB, /* BaseFormat */
1229 GL_RED, /* BaseFormat */
1496 GL_DEPTH_COMPONENT, /* BaseFormat */
1505 GL_DEPTH_STENCIL, /* BaseFormat */
1669 return info->BaseFormat;
1706 return info->BaseFormat == GL_DEPTH_STENCIL;
1718 info->BaseFormat != GL_DEPTH_COMPONENT &&
1719 info->BaseFormat != GL_DEPTH_STENCIL &&
1720 info->BaseFormat != GL_STENCIL_INDEX;
2001 if (info->BaseFormat == GL_RGB) {
2009 else if (info->BaseFormat == GL_RGBA) {
2017 else if (info->BaseFormat == GL_RG) {
2025 else if (info->BaseFormat == GL_RED) {
2033 else if (info->BaseFormat == GL_LUMINANCE) {
2041 else if (info->BaseFormat == GL_INTENSITY) {