Searched refs:CROP_EXT_STR (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/gui/
H A DGLConsumer.cpp45 #define CROP_EXT_STR "EGL_ANDROID_image_crop" macro
98 size_t cropExtLen = strlen(CROP_EXT_STR);
100 bool equal = !strcmp(CROP_EXT_STR, exts);
101 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
103 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
104 bool inMiddle = strstr(exts, " " CROP_EXT_STR " ");

Completed in 59 milliseconds