Home
last modified time | relevance | path

Searched defs:protectedContext (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/data/repository/
DWallpaperFileUtils.kt45 val protectedContext = asProtectedContext(context) in exportBitmap() constant
112 val protectedContext = asProtectedContext(context) in importBitmapFromLocalStorage() constant
168 val protectedContext = if (context.isDeviceProtectedStorage) { in hasBitmapsInLocalStorage() constant
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp173 EGLContext protectedContext = EGL_NO_CONTEXT; in create() local
270 EGLContext protectedContext, EGLSurface protectedPlaceholder) in SkiaGLRenderEngine()
H A DSkiaVkRenderEngine.cpp154 VulkanInterface& SkiaVkRenderEngine::getVulkanInterface(bool protectedContext) { in getVulkanInterface()
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.h60 bool protectedContext() const { return false; } in protectedContext() function
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.h124 bool protectedContext() const { return fProtectedContext == skgpu::Protected::kYes; } in protectedContext() function
H A DGrVkCommandBuffer.cpp559 GrProtected protectedContext, in submit_to_queue()
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp232 EGLContext protectedContext = EGL_NO_CONTEXT; in create() local
335 EGLContext protectedContext, EGLSurface protectedStub) in GLESRenderEngine()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCommandBuffer.cpp327 Protected protectedContext) { in submit_to_queue()