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

  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 96 size_t extsLen = strlen(exts);
99 bool atEnd = (bcExtLen+1) < extsLen &&
100 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1));
  /frameworks/native/libs/gui/
GLConsumer.cpp 99 size_t extsLen = strlen(exts);
102 bool atEnd = (cropExtLen+1) < extsLen &&
103 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
    [all...]

Completed in 82 milliseconds