Lines Matching refs:GLint
572 static const GLint src[] = { GL_PRIMARY_COLOR, GL_TEXTURE0, GL_CONSTANT }; in SetupGXDefault()
573 static const GLint operandRgb[] = { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_COLOR }; in SetupGXDefault()
574 static const GLint operandAlp[] = { GL_SRC_ALPHA, GL_SRC_ALPHA, GL_SRC_ALPHA }; in SetupGXDefault()
575 const GLint combineMode = bAlphaTex ? GL_REPLACE: GL_MODULATE; in SetupGXDefault()
594 static const GLint Src0[] = { GL_TEXTURE0, GL_CONSTANT, GL_CONSTANT }; in SetupGXWithColorMapping()
595 static const GLint OpRgb0[] = { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_COLOR }; in SetupGXWithColorMapping()
596 static const GLint OpRgb1[] = { GL_ONE_MINUS_SRC_COLOR, GL_SRC_COLOR, GL_SRC_COLOR }; in SetupGXWithColorMapping()
597 static const GLint OpAlp0[] = { GL_SRC_ALPHA, GL_SRC_ALPHA, GL_SRC_ALPHA }; in SetupGXWithColorMapping()
610 static const GLint Src1[] = { GL_TEXTURE0, GL_CONSTANT, GL_PREVIOUS }; in SetupGXWithColorMapping()
611 static const GLint OpAlp1[] = { GL_ONE_MINUS_SRC_ALPHA, GL_SRC_ALPHA, GL_SRC_ALPHA }; in SetupGXWithColorMapping()
624 static const GLint Src2[] = { GL_PRIMARY_COLOR, GL_PREVIOUS, GL_PREVIOUS }; in SetupGXWithColorMapping()