Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp78 size_t extsLen = strlen(exts); in initialize() local
81 bool atEnd = (bcExtLen + 1) < extsLen && in initialize()
82 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen + 1)); in initialize()
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DEGLConsumer.cpp70 size_t extsLen = strlen(exts); in hasEglProtectedContentImpl() local
73 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglProtectedContentImpl()
74 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen + 1)); in hasEglProtectedContentImpl()
/aosp12/frameworks/native/libs/gui/
H A 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()
/aosp12/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp35 size_t extsLen = strlen(exts); in hasEglExtension() local
40 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglExtension()
41 !strcmp(space + extString, exts + extsLen - (cropExtLen + 1)); in hasEglExtension()