Searched refs:extsLen (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/libs/gui/
H A DGLConsumer.cpp99 size_t extsLen = strlen(exts); local
102 bool atEnd = (cropExtLen+1) < extsLen &&
103 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp96 size_t extsLen = strlen(exts); local
99 bool atEnd = (bcExtLen+1) < extsLen &&
100 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1));

Completed in 49 milliseconds