Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp88 size_t bcExtLen = strlen(BC_EXT_STR); in initialize() local
91 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen + 1); in initialize()
92 bool atEnd = (bcExtLen + 1) < extsLen && in initialize()
93 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen + 1)); in initialize()