Searched refs:atStart (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_cache.cpp | 96 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1); in initialize() local 100 if (equal || atStart || atEnd || inMiddle) { in initialize()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 115 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/ |
D | EGL_test.cpp | 38 bool atStart = !strncmp(extString + space, exts, cropExtLen + 1); in hasEglExtension() local 42 return equal || atStart || atEnd || inMiddle; in hasEglExtension()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureClient_test.cpp | 647 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in TEST_F() local 651 bool hasEglAndroidImageCrop = equal || atStart || atEnd || inMiddle; in TEST_F()
|