Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp91 bool inMiddle = strstr(exts, " " BC_EXT_STR " ") != nullptr; in initialize() local
92 if (equal || atStart || atEnd || inMiddle) { in initialize()
/frameworks/native/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp75 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl() local
76 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
/frameworks/native/libs/gui/
DGLConsumer.cpp93 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl() local
94 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp42 bool inMiddle = strstr(exts, space + extString + space); in hasEglExtension() local
43 return equal || atStart || atEnd || inMiddle; in hasEglExtension()