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

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp96 size_t bcExtLen = strlen(BC_EXT_STR); local
99 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1);
100 bool atEnd = (bcExtLen+1) < extsLen &&
101 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1));

Completed in 1558 milliseconds