Lines Matching refs:GLint
570 static const GLint src[] = { GL_PRIMARY_COLOR, GL_TEXTURE0, GL_CONSTANT }; in SetupGXDefault()
571 static const GLint operandRgb[] = { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_COLOR }; in SetupGXDefault()
572 static const GLint operandAlp[] = { GL_SRC_ALPHA, GL_SRC_ALPHA, GL_SRC_ALPHA }; in SetupGXDefault()
573 const GLint combineMode = bAlphaTex ? GL_REPLACE: GL_MODULATE; in SetupGXDefault()
592 static const GLint Src0[] = { GL_TEXTURE0, GL_CONSTANT, GL_CONSTANT }; in SetupGXWithColorMapping()
593 static const GLint OpRgb0[] = { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_COLOR }; in SetupGXWithColorMapping()
594 static const GLint OpRgb1[] = { GL_ONE_MINUS_SRC_COLOR, GL_SRC_COLOR, GL_SRC_COLOR }; in SetupGXWithColorMapping()
595 static const GLint OpAlp0[] = { GL_SRC_ALPHA, GL_SRC_ALPHA, GL_SRC_ALPHA }; in SetupGXWithColorMapping()
608 static const GLint Src1[] = { GL_TEXTURE0, GL_CONSTANT, GL_PREVIOUS }; in SetupGXWithColorMapping()
609 static const GLint OpAlp1[] = { GL_ONE_MINUS_SRC_ALPHA, GL_SRC_ALPHA, GL_SRC_ALPHA }; in SetupGXWithColorMapping()
622 static const GLint Src2[] = { GL_PRIMARY_COLOR, GL_PREVIOUS, GL_PREVIOUS }; in SetupGXWithColorMapping()