Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp304 static bool findExtInList(const char* token, int tokenlen, const char* list) in findExtInList() argument
313 if (tokenlen == (q - p) && !memcmp(token, p, tokenlen)) { in findExtInList()