Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAHardwareBufferImageGenerator.cpp67 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()
DGrAHardwareBufferUtils.cpp187 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()
DGrAHardwareBufferUtils.h37 bool isProtectedContent,
DGrAHardwareBufferImageGenerator.h50 bool isProtectedContent, uint32_t bufferFormat,
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp109 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 …]
DGrAHardwareBufferImageGenerator.h57 bool isProtectedContent, uint32_t bufferFormat,
/external/skia/src/image/
DSkSurface_Gpu.cpp603 bool isProtectedContent = SkToBool(bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT); in MakeFromAHardwareBuffer() local
606 if (isProtectedContent) { in MakeFromAHardwareBuffer()
626 isProtectedContent, backendFormat, in MakeFromAHardwareBuffer()