Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp96 size_t extsLen = strlen(exts); in initialize() local
99 bool atEnd = (bcExtLen+1) < extsLen && in initialize()
100 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1)); in initialize()
/frameworks/native/libs/gui/
DGLConsumer.cpp99 size_t extsLen = strlen(exts); in hasEglAndroidImageCropImpl() local
102 bool atEnd = (cropExtLen+1) < extsLen && in hasEglAndroidImageCropImpl()
103 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglAndroidImageCropImpl()