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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp46 #define CROP_EXT_STR "EGL_ANDROID_image_crop" macro
111 size_t cropExtLen = strlen(CROP_EXT_STR);
113 bool equal = !strcmp(CROP_EXT_STR, exts);
114 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
116 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
117 bool inMiddle = strstr(exts, " " CROP_EXT_STR " ");
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp31 #define CROP_EXT_STR "EGL_ANDROID_image_crop" macro
643 size_t cropExtLen = strlen(CROP_EXT_STR);
645 bool equal = !strcmp(CROP_EXT_STR, exts);
646 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
648 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
649 bool inMiddle = strstr(exts, " " CROP_EXT_STR " ");

Completed in 40 milliseconds