Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp88 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1); in initialize() local
92 if (equal || atStart || atEnd || inMiddle) { in initialize()
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp71 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen + 1); in hasEglProtectedContentImpl() local
75 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
/frameworks/native/libs/gui/
DGLConsumer.cpp90 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in hasEglProtectedContentImpl() local
94 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp38 bool atStart = !strncmp(extString + space, exts, cropExtLen + 1); in hasEglExtension() local
42 return equal || atStart || atEnd || inMiddle; in hasEglExtension()