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

/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) {
/frameworks/native/libs/gui/
H A DGLConsumer.cpp101 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); local
105 return equal || atStart || atEnd || inMiddle;

Completed in 83 milliseconds