Searched refs:PROT_CONTENT_EXT_STR (Results 1 – 2 of 2) sorted by relevance
33 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro510 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl()512 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in can_import_protected_content_eglimpl()513 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()515 && !strcmp(" " PROT_CONTENT_EXT_STR, in can_import_protected_content_eglimpl()517 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in can_import_protected_content_eglimpl()
46 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro