Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp96 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1); in initialize() local
100 if (equal || atStart || atEnd || inMiddle) { in initialize()
/frameworks/native/libs/gui/
DGLConsumer.cpp115 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in hasEglAndroidImageCropImpl() local
119 return equal || atStart || atEnd || inMiddle; in hasEglAndroidImageCropImpl()
135 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in hasEglProtectedContentImpl() local
139 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp38 bool atStart = !strncmp(extString + space, exts, cropExtLen + 1); in hasEglExtension() local
42 return equal || atStart || atEnd || inMiddle; in hasEglExtension()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp647 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in TEST_F() local
651 bool hasEglAndroidImageCrop = equal || atStart || atEnd || inMiddle; in TEST_F()