Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp86 size_t extsLen = strlen(exts); in initialize() local
89 bool atEnd = (bcExtLen+1) < extsLen && in initialize()
90 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1)); in initialize()
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp69 size_t extsLen = strlen(exts); in hasEglProtectedContentImpl() local
72 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglProtectedContentImpl()
73 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen + 1)); in hasEglProtectedContentImpl()
/frameworks/native/libs/gui/
DGLConsumer.cpp88 size_t extsLen = strlen(exts); in hasEglProtectedContentImpl() local
91 bool atEnd = (cropExtLen+1) < extsLen && in hasEglProtectedContentImpl()
92 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglProtectedContentImpl()
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp34 size_t extsLen = strlen(exts); in hasEglExtension() local
39 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglExtension()
40 !strcmp(space + extString, exts + extsLen - (cropExtLen + 1)); in hasEglExtension()