Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/egl/
DeglDisplay.cpp286 static bool findExtInList(const char* token, int tokenlen, const char* list) in findExtInList() function
322 if (findExtInList(ext, len, systemDynamicEGLExtensions)) { in buildExtensionString()