Searched refs:prof_length (Results 1 - 2 of 2) sorted by last modified time

/external/mesa3d/src/glx/
H A Dclientinfo.c35 const unsigned prof_length = strlen("_profile"); local
102 if (strncmp(match, "_profile", prof_length) == 0
103 && (match[prof_length] == '\0'
104 || match[prof_length] == ' ')) {
106 match += prof_length;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dclientinfo.c35 const unsigned prof_length = strlen("_profile"); local
102 if (strncmp(match, "_profile", prof_length) == 0
103 && (match[prof_length] == '\0'
104 || match[prof_length] == ' ')) {
106 match += prof_length;

Completed in 91 milliseconds