Lines Matching defs:isProtectedContent
109 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent,
114 , fIsProtectedContent(isProtectedContent)
159 bool isProtectedContent,
372 bool isProtectedContent,
378 isProtectedContent ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE,
379 isProtectedContent ? EGL_TRUE : EGL_NONE,
430 bool isProtectedContent,
435 bool createProtectedImage = isProtectedContent && can_import_protected_content(context);
578 const bool isProtectedContent = fIsProtectedContent;
581 [context, hardwareBuffer, width, height, pixelConfig, isProtectedContent,
595 isProtectedContent,