Home
last modified time | relevance | path

Searched refs:BC_EXT_STR (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp48 #define BC_EXT_STR "EGL_ANDROID_blob_cache" macro
88 size_t bcExtLen = strlen(BC_EXT_STR); in initialize()
90 bool equal = !strcmp(BC_EXT_STR, exts); in initialize()
91 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen + 1); in initialize()
93 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen + 1)); in initialize()
94 bool inMiddle = strstr(exts, " " BC_EXT_STR " ") != nullptr; in initialize()