Home | History | Annotate | Download | only in glshared

Lines Matching full:stacksize

699 		int					stackSize			= 0;
726 if (stackSize++ == 0)
749 if (stackSize != 0 && !stackBottomFound)
751 stackSize++;
756 if (stackSize == 0)
784 DE_ASSERT(stackSize);
787 const int thresholdRed = stackSize - 1;
788 const int thresholdGreen = stackSize - 1;
789 const int thresholdBlue = stackSize - 1;