Searched refs:keyMapSize (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/qphelper/
H A DqpTestLog.c263 static const char* qpLookupString (const qpKeyStringMap* keyMap, int keyMapSize, int key) argument
266 DE_ASSERT(deInBounds32(key, 0, keyMapSize));
268 DE_UNREF(keyMapSize); /* for asserting only */

Completed in 108 milliseconds