Home | History | Annotate | Download | only in functional

Lines Matching refs:GL_RED

52 		case GL_RED:	return c.getRed();
246 { "red", GL_R8, GL_RED, GL_UNSIGNED_BYTE },
270 { "red", GL_RED },
287 { "all_red", GL_RED, GL_RED, GL_RED, GL_RED },
293 { "bgra", GL_BLUE, GL_GREEN, GL_RED, GL_ALPHA },
294 { "abgr", GL_ALPHA, GL_BLUE, GL_GREEN, GL_RED },
295 { "one_one_red_green", GL_ONE, GL_ONE, GL_RED, GL_GREEN }
298 static const deUint32 defaultSwizzles[] = { GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA };