Searched refs:isProtectedContent (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator() argument 72 , fIsProtectedContent(isProtectedContent) in GrAHardwareBufferImageGenerator() 129 const bool isProtectedContent = fIsProtectedContent; in makeProxy() local 153 isProtectedContent, backendFormat](GrResourceProvider* resourceProvider) { in makeProxy() 162 isProtectedContent, in makeProxy()
|
D | GrAHardwareBufferUtils.cpp | 187 bool isProtectedContent, in make_gl_backend_texture() argument 194 isProtectedContent ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in make_gl_backend_texture() 195 isProtectedContent ? EGL_TRUE : EGL_NONE, in make_gl_backend_texture() 275 bool isProtectedContent, in make_vk_backend_texture() argument 493 bool isProtectedContent, in MakeBackendTexture() argument 499 bool createProtectedImage = isProtectedContent && can_import_protected_content(context); in MakeBackendTexture()
|
D | GrAHardwareBufferUtils.h | 37 bool isProtectedContent,
|
D | GrAHardwareBufferImageGenerator.h | 50 bool isProtectedContent, uint32_t bufferFormat,
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 109 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator() argument 114 , fIsProtectedContent(isProtectedContent) in GrAHardwareBufferImageGenerator() 159 bool isProtectedContent, in make_vk_backend_texture() argument 372 bool isProtectedContent, in make_gl_backend_texture() argument 378 isProtectedContent ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in make_gl_backend_texture() 379 isProtectedContent ? EGL_TRUE : EGL_NONE, in make_gl_backend_texture() 430 bool isProtectedContent, in make_backend_texture() argument 435 bool createProtectedImage = isProtectedContent && can_import_protected_content(context); in make_backend_texture() 578 const bool isProtectedContent = fIsProtectedContent; in makeProxy() local 581 [context, hardwareBuffer, width, height, pixelConfig, isProtectedContent, in makeProxy() [all …]
|
D | GrAHardwareBufferImageGenerator.h | 57 bool isProtectedContent, uint32_t bufferFormat,
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 603 bool isProtectedContent = SkToBool(bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT); in MakeFromAHardwareBuffer() local 606 if (isProtectedContent) { in MakeFromAHardwareBuffer() 626 isProtectedContent, backendFormat, in MakeFromAHardwareBuffer()
|