Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp101 bool inMiddle = strstr(exts, " " BC_EXT_STR " "); in initialize() local
102 if (equal || atStart || atEnd || inMiddle) { in initialize()
/frameworks/native/libs/gui/
DGLConsumer.cpp104 bool inMiddle = strstr(exts, " " CROP_EXT_STR " "); in hasEglAndroidImageCropImpl() local
105 return equal || atStart || atEnd || inMiddle; in hasEglAndroidImageCropImpl()