Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp33 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro
512 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl()
514 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in can_import_protected_content_eglimpl()
515 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()
517 && !strcmp(" " PROT_CONTENT_EXT_STR, in can_import_protected_content_eglimpl()
519 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
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp42 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro
48 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl()
50 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in can_import_protected_content_eglimpl()
51 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()
53 && !strcmp(" " PROT_CONTENT_EXT_STR, in can_import_protected_content_eglimpl()
55 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in can_import_protected_content_eglimpl()