Home
last modified time | relevance | path

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

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