Lines Matching refs:DE_ASSERT
158 DE_ASSERT(de::inRange(index, (deUint32)0, MAX_UNSIGNED_BYTE));
163 DE_ASSERT(de::inRange(index, (deUint32)0, MAX_UNSIGNED_SHORT));
168 DE_ASSERT(de::inRange(index, (deUint32)0, MAX_UNSIGNED_INT));
172 DE_ASSERT(DE_FALSE);
183 DE_ASSERT(DE_FALSE);
196 DE_ASSERT(DE_FALSE);
210 DE_ASSERT(DE_FALSE);
252 DE_ASSERT(!m_program);
266 DE_ASSERT(restartIndex != 0);
268 DE_ASSERT(getNumIndices() == 0);
449 DE_ASSERT(DE_FALSE);
463 DE_ASSERT(numIndices > 0);
464 DE_ASSERT(m_beginWithRestart || getIndex(0) != restartIndex); // We don't want restarts at beginning unless the case is a special case.
465 DE_ASSERT(m_endWithRestart || getIndex(numIndices-1) != restartIndex); // We don't want restarts at end unless the case is a special case.
469 DE_ASSERT(getIndex(i) != restartIndex || getIndex(i-1) != restartIndex); // We don't want duplicate restarts unless the case is a special case.
536 DE_ASSERT(DE_FALSE);
548 DE_ASSERT(DE_FALSE);
557 DE_ASSERT(restartIndex != 0);
565 DE_ASSERT(m_function == FUNCTION_DRAW_RANGE_ELEMENTS);
608 DE_ASSERT(restartIndex != 0);
619 DE_ASSERT(numIndices >= 0);
684 DE_ASSERT(primTypeName != DE_NULL);
696 DE_ASSERT(indexTypeName != DE_NULL);
708 DE_ASSERT(functionName != DE_NULL);