OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extsLen
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_cache.cpp
94
size_t
extsLen
= strlen(exts);
97
bool atEnd = (bcExtLen+1) <
extsLen
&&
98
!strcmp(" " BC_EXT_STR, exts +
extsLen
- (bcExtLen+1));
/frameworks/native/libs/gui/
GLConsumer.cpp
113
size_t
extsLen
= strlen(exts);
116
bool atEnd = (cropExtLen+1) <
extsLen
&&
117
!strcmp(" " CROP_EXT_STR, exts +
extsLen
- (cropExtLen+1));
133
size_t
extsLen
= strlen(exts);
136
bool atEnd = (cropExtLen+1) <
extsLen
&&
137
!strcmp(" " PROT_CONTENT_EXT_STR, exts +
extsLen
- (cropExtLen+1));
[
all
...]
/frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp
34
size_t
extsLen
= strlen(exts);
39
bool atEnd = (cropExtLen + 1) <
extsLen
&&
40
!strcmp(space + extString, exts +
extsLen
- (cropExtLen + 1));
/frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp
645
size_t
extsLen
= strlen(exts);
648
bool atEnd = (cropExtLen+1) <
extsLen
&&
649
!strcmp(" " CROP_EXT_STR, exts +
extsLen
- (cropExtLen+1));
Completed in 625 milliseconds