Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp99 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1); in initialize() local
103 if (equal || atStart || atEnd || inMiddle) { in initialize()
/frameworks/native/libs/gui/
DGLConsumer.cpp114 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in hasEglAndroidImageCropImpl() local
118 return equal || atStart || atEnd || inMiddle; in hasEglAndroidImageCropImpl()
134 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in hasEglProtectedContentImpl() local
138 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp646 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in TEST_F() local
650 bool hasEglAndroidImageCrop = equal || atStart || atEnd || inMiddle; in TEST_F()