Searched refs:isProtectedContent (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 67 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()
|
D | GrAHardwareBufferUtils.cpp | 213 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()
|
D | GrAHardwareBufferUtils.h | 61 bool isProtectedContent,
|
D | GrAHardwareBufferImageGenerator.h | 50 bool isProtectedContent, uint32_t bufferFormat,
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 213 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()
|
D | GrAHardwareBufferUtils.h | 61 bool isProtectedContent,
|
D | GrAHardwareBufferImageGenerator.cpp | 67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator() argument 72 , fIsProtectedContent(isProtectedContent) in GrAHardwareBufferImageGenerator()
|
D | GrAHardwareBufferImageGenerator.h | 50 bool isProtectedContent, uint32_t bufferFormat,
|
/third_party/flutter/skia/src/image/ |
D | SkSurface_Gpu.cpp | 725 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/ |
D | SkSurface_Gpu.cpp | 666 bool isProtectedContent = in MakeFromAHardwareBuffer() local 673 &deleteImageCtx, isProtectedContent, in MakeFromAHardwareBuffer()
|