Lines Matching refs:GL_RED
45 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
373 GL_RED,
400 GL_RED,
744 GL_RED,
753 GL_RED,
1000 GL_RED,
1036 GL_RED,
1072 GL_RED,
1108 GL_RED,
1144 GL_RED,
1180 GL_RED,
1229 GL_RED, /* BaseFormat */
1276 GL_RED,
1321 GL_RED,
1330 GL_RED,
2025 else if (info->BaseFormat == GL_RED) {
2718 return format == GL_RED && type == GL_UNSIGNED_BYTE;
2725 return format == GL_RED && type == GL_UNSIGNED_SHORT && littleEndian &&
2808 return format == GL_RED && type == GL_FLOAT && !swapBytes;
2810 return format == GL_RED && type == GL_HALF_FLOAT && !swapBytes;