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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp101 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); local
105 return equal || atStart || atEnd || inMiddle;
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp98 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1); local
102 if (equal || atStart || atEnd || inMiddle) {

Completed in 26 milliseconds