Searched refs:CROP_EXT_STR (Results 1 – 1 of 1) sorted by relevance
45 #define CROP_EXT_STR "EGL_ANDROID_image_crop" macro98 size_t cropExtLen = strlen(CROP_EXT_STR); in hasEglAndroidImageCropImpl()100 bool equal = !strcmp(CROP_EXT_STR, exts); in hasEglAndroidImageCropImpl()101 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in hasEglAndroidImageCropImpl()103 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglAndroidImageCropImpl()104 bool inMiddle = strstr(exts, " " CROP_EXT_STR " "); in hasEglAndroidImageCropImpl()