HomeSort by relevance Sort by last modified time
    Searched defs:isProtectedContent (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.cpp 67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent,
72 , fIsProtectedContent(isProtectedContent)
129 const bool isProtectedContent = fIsProtectedContent;
153 isProtectedContent, backendFormat](GrResourceProvider* resourceProvider) {
162 isProtectedContent,
  /external/skia/src/image/
SkSurface_Gpu.cpp 603 bool isProtectedContent = SkToBool(bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT);
606 if (isProtectedContent) {
626 isProtectedContent, backendFormat,
  /external/skqp/src/gpu/
GrAHardwareBufferImageGenerator.cpp 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,
    [all...]

Completed in 360 milliseconds