Home | History | Annotate | Download | only in functional

Lines Matching refs:isInt

629 			bool					isInt		= glu::isDataTypeIntOrIVec(output.type);
679 else if (isInt)
780 bool isInt = glu::isDataTypeIntOrIVec(output.type);
784 isInt ? GL_INT :
843 const bool isInt = glu::isDataTypeIntOrIVec(output.type);
860 if (isInt || isUint)
1074 bool isInt = glu::isDataTypeIntOrIVec(outType);
1080 else if (isInt)