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

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp93 size_t extsLen = strlen(exts); local
96 bool atEnd = (bcExtLen+1) < extsLen &&
97 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1));
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp37 size_t extsLen = strlen(exts); local
40 bool atEnd = (cropExtLen + 1) < extsLen &&
41 !strcmp(" " PIXEL_FORMAT_FLOAT, exts + extsLen - (cropExtLen + 1));
/frameworks/native/libs/gui/
H A DGLConsumer.cpp111 size_t extsLen = strlen(exts); local
114 bool atEnd = (cropExtLen+1) < extsLen &&
115 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
131 size_t extsLen = strlen(exts);
134 bool atEnd = (cropExtLen+1) < extsLen &&
135 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen+1));
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp645 size_t extsLen = strlen(exts); local
648 bool atEnd = (cropExtLen+1) < extsLen &&
649 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));

Completed in 2131 milliseconds