Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrAHardwareBufferUtils.cpp33 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro
501 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl()
503 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in can_import_protected_content_eglimpl()
504 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()
506 && !strcmp(" " PROT_CONTENT_EXT_STR, in can_import_protected_content_eglimpl()
508 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in can_import_protected_content_eglimpl()
DGrAHardwareBufferImageGenerator.cpp46 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp33 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro
510 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()
DGrAHardwareBufferImageGenerator.cpp46 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro