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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp45 #define CROP_EXT_STR "EGL_ANDROID_image_crop" macro
110 size_t cropExtLen = strlen(CROP_EXT_STR);
112 bool equal = !strcmp(CROP_EXT_STR, exts);
113 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
115 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
116 bool inMiddle = strstr(exts, " " CROP_EXT_STR " ");
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp32 #define CROP_EXT_STR "EGL_ANDROID_image_crop" macro
644 size_t cropExtLen = strlen(CROP_EXT_STR);
646 bool equal = !strcmp(CROP_EXT_STR, exts);
647 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
649 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
650 bool inMiddle = strstr(exts, " " CROP_EXT_STR " ");

Completed in 46 milliseconds