Home
last modified time | relevance | path

Searched defs:isProtectedContent (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp109 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator()
159 bool isProtectedContent, in make_vk_backend_texture()
372 bool isProtectedContent, in make_gl_backend_texture()
430 bool isProtectedContent, in make_backend_texture()
578 const bool isProtectedContent = fIsProtectedContent; in makeProxy() local
/external/skia/src/gpu/
DGrAHardwareBufferImageGenerator.cpp67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator()
129 const bool isProtectedContent = fIsProtectedContent; in makeProxy() local
DGrAHardwareBufferUtils.cpp187 bool isProtectedContent, in make_gl_backend_texture()
275 bool isProtectedContent, in make_vk_backend_texture()
493 bool isProtectedContent, in MakeBackendTexture()
/external/skia/src/image/
DSkSurface_Gpu.cpp603 bool isProtectedContent = SkToBool(bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT); in MakeFromAHardwareBuffer() local