Searched refs:extsLen (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp96 size_t extsLen = strlen(exts); local
99 bool atEnd = (bcExtLen+1) < extsLen &&
100 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1));
/frameworks/native/libs/gui/
H A DGLConsumer.cpp110 size_t extsLen = strlen(exts); local
113 bool atEnd = (cropExtLen+1) < extsLen &&
114 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp625 size_t extsLen = strlen(exts); local
628 bool atEnd = (cropExtLen+1) < extsLen &&
629 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));

Completed in 30 milliseconds