Home
last modified time | relevance | path

Searched refs:isProtectedContent (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrAHardwareBufferImageGenerator.cpp67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator() argument
72 , fIsProtectedContent(isProtectedContent) in GrAHardwareBufferImageGenerator()
130 const bool isProtectedContent = fIsProtectedContent; in makeProxy() local
154 isProtectedContent, backendFormat, grColorType](GrResourceProvider* resourceProvider) in makeProxy()
166 isProtectedContent, in makeProxy()
DGrAHardwareBufferUtils.cpp213 bool isProtectedContent, in make_gl_backend_texture() argument
220 isProtectedContent ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in make_gl_backend_texture()
221 isProtectedContent ? EGL_TRUE : EGL_NONE, in make_gl_backend_texture()
307 bool isProtectedContent, in make_vk_backend_texture() argument
527 bool isProtectedContent, in MakeBackendTexture() argument
533 bool createProtectedImage = isProtectedContent && can_import_protected_content(context); in MakeBackendTexture()
DGrAHardwareBufferUtils.h61 bool isProtectedContent,
DGrAHardwareBufferImageGenerator.h50 bool isProtectedContent, uint32_t bufferFormat,
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp213 bool isProtectedContent, in make_gl_backend_texture() argument
220 isProtectedContent ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in make_gl_backend_texture()
221 isProtectedContent ? EGL_TRUE : EGL_NONE, in make_gl_backend_texture()
307 bool isProtectedContent, in make_vk_backend_texture() argument
313 SkASSERT(!isProtectedContent || gpu->protectedContext()); in make_vk_backend_texture()
388 VkImageCreateFlags flags = isProtectedContent ? VK_IMAGE_CREATE_PROTECTED_BIT : 0; in make_vk_backend_texture()
495 imageInfo.fProtected = isProtectedContent ? GrProtected::kYes : GrProtected::kNo; in make_vk_backend_texture()
540 bool isProtectedContent, in MakeBackendTexture() argument
547 bool createProtectedImage = isProtectedContent && can_import_protected_content(dContext); in MakeBackendTexture()
DGrAHardwareBufferUtils.h61 bool isProtectedContent,
DGrAHardwareBufferImageGenerator.cpp67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator() argument
72 , fIsProtectedContent(isProtectedContent) in GrAHardwareBufferImageGenerator()
DGrAHardwareBufferImageGenerator.h50 bool isProtectedContent, uint32_t bufferFormat,
/third_party/flutter/skia/src/image/
DSkSurface_Gpu.cpp725 bool isProtectedContent = SkToBool(bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT); in MakeFromAHardwareBuffer() local
728 if (isProtectedContent) { in MakeFromAHardwareBuffer()
750 &deleteImageCtx, isProtectedContent, in MakeFromAHardwareBuffer()
/third_party/skia/src/image/
DSkSurface_Gpu.cpp666 bool isProtectedContent = in MakeFromAHardwareBuffer() local
673 &deleteImageCtx, isProtectedContent, in MakeFromAHardwareBuffer()