OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CROP_EXT_STR
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/
GLConsumer.cpp
47
#define
CROP_EXT_STR
"EGL_ANDROID_image_crop"
112
size_t cropExtLen = strlen(
CROP_EXT_STR
);
114
bool equal = !strcmp(
CROP_EXT_STR
, exts);
115
bool atStart = !strncmp(
CROP_EXT_STR
" ", exts, cropExtLen+1);
117
!strcmp(" "
CROP_EXT_STR
, exts + extsLen - (cropExtLen+1));
118
bool inMiddle = strstr(exts, " "
CROP_EXT_STR
" ");
[
all
...]
/frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp
32
#define
CROP_EXT_STR
"EGL_ANDROID_image_crop"
644
size_t cropExtLen = strlen(
CROP_EXT_STR
);
646
bool equal = !strcmp(
CROP_EXT_STR
, exts);
647
bool atStart = !strncmp(
CROP_EXT_STR
" ", exts, cropExtLen+1);
649
!strcmp(" "
CROP_EXT_STR
, exts + extsLen - (cropExtLen+1));
650
bool inMiddle = strstr(exts, " "
CROP_EXT_STR
" ");
Completed in 222 milliseconds