Searched refs:BC_EXT_STR (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp58 #define BC_EXT_STR "EGL_ANDROID_blob_cache" macro
96 size_t bcExtLen = strlen(BC_EXT_STR);
98 bool equal = !strcmp(BC_EXT_STR, exts);
99 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1);
101 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1));
102 bool inMiddle = strstr(exts, " " BC_EXT_STR " ");

Completed in 77 milliseconds