Searched refs:CROP_EXT_STR (Results 1 - 2 of 2) sorted by relevance
/frameworks/native/libs/gui/ |
H A D | GLConsumer.cpp | 49 #define CROP_EXT_STR "EGL_ANDROID_image_crop" macro 88 size_t cropExtLen = strlen(CROP_EXT_STR); 90 bool equal = !strcmp(CROP_EXT_STR, exts); 91 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); 93 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1)); 94 bool inMiddle = strstr(exts, " " CROP_EXT_STR " ");
|
/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTextureClient_test.cpp | 32 #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 40 milliseconds