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

/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp338 const char* const searchPaths[] = { local
354 for (size_t i=0 ; i<NELEM(searchPaths) ; i++) {
355 if (find(result, pattern, searchPaths[i], true)) {
366 for (size_t i=0 ; i<NELEM(searchPaths) ; i++) {
367 if (find(result, pattern, searchPaths[i], false)) {

Completed in 445 milliseconds