Searched defs:isProtectedContent (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 109 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/ |
D | GrAHardwareBufferImageGenerator.cpp | 67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator() 129 const bool isProtectedContent = fIsProtectedContent; in makeProxy() local
|
D | GrAHardwareBufferUtils.cpp | 187 bool isProtectedContent, in make_gl_backend_texture() 275 bool isProtectedContent, in make_vk_backend_texture() 493 bool isProtectedContent, in MakeBackendTexture()
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 603 bool isProtectedContent = SkToBool(bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT); in MakeFromAHardwareBuffer() local
|