Home | History | Annotate | Download | only in main

Lines Matching refs:GL_RGB

45     * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
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 */
292 GL_RGB, /* BaseFormat */
499 GL_RGB,
544 GL_RGB, /* BaseFormat */
581 GL_RGB,
600 GL_RGB, /* BaseFormat */
654 GL_RGB,
663 GL_RGB,
1018 GL_RGB,
1054 GL_RGB,
1090 GL_RGB,
1126 GL_RGB,
1162 GL_RGB,
1198 GL_RGB,
1247 GL_RGB,
1294 GL_RGB,
1394 GL_RGB,
1477 GL_RGB,
1486 GL_RGB,
1662 * GL_RGB, GL_RGBA, GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_INTENSITY,
2001 if (info->BaseFormat == GL_RGB) {
2652 return format == GL_RGB && type == GL_UNSIGNED_BYTE && littleEndian;
2655 return format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5 && !swapBytes;
2695 return format == GL_RGB && type == GL_UNSIGNED_BYTE_3_3_2;
2783 return format == GL_RGB && type == GL_FLOAT && !swapBytes;
2785 return format == GL_RGB && type == GL_HALF_FLOAT && !swapBytes;
2947 return format == GL_RGB && type == GL_UNSIGNED_INT_5_9_9_9_REV &&
2951 return format == GL_RGB && type == GL_UNSIGNED_INT_10F_11F_11F_REV &&