Searched refs:PROT_CONTENT_EXT_STR (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 33 #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()
|
D | GrAHardwareBufferImageGenerator.cpp | 46 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 42 #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()
|