Home
last modified time | relevance | path

Searched refs:MAX_UNSIGNED_BYTE (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp49 static const deUint32 MAX_UNSIGNED_BYTE = (1<<8) - 1; variable
53 static const deUint8 RESTART_INDEX_UNSIGNED_BYTE = (deUint8)MAX_UNSIGNED_BYTE;
158 DE_ASSERT(de::inRange(index, (deUint32)0, MAX_UNSIGNED_BYTE)); in addIndex()