Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp99 bool inMiddle = strstr(exts, " " BC_EXT_STR " ") != nullptr; in initialize() local
/frameworks/native/libs/gui/
DGLConsumer.cpp118 bool inMiddle = strstr(exts, " " CROP_EXT_STR " "); in hasEglAndroidImageCropImpl() local
138 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl() local
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp41 bool inMiddle = strstr(exts, space + extString + space); in hasEglExtension() local
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp650 bool inMiddle = strstr(exts, " " CROP_EXT_STR " "); in TEST_F() local