Home
last modified time | relevance | path

Searched refs:supportsProtectedContentImpl (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/renderengine/skia/
DSkiaVkRenderEngine.cpp139 if (supportsProtectedContentImpl()) { in createContexts()
146 bool SkiaVkRenderEngine::supportsProtectedContentImpl() const { in supportsProtectedContentImpl() function in android::renderengine::skia::SkiaVkRenderEngine
DSkiaRenderEngine.h78 return supportsProtectedContentImpl(); in supportsProtectedContent()
90 virtual bool supportsProtectedContentImpl() const = 0;
DSkiaGLRenderEngine.h63 bool supportsProtectedContentImpl() const override;
DSkiaVkRenderEngine.h82 bool supportsProtectedContentImpl() const override;
DSkiaGLRenderEngine.cpp308 if (supportsProtectedContentImpl()) { in createContexts()
317 bool SkiaGLRenderEngine::supportsProtectedContentImpl() const { in supportsProtectedContentImpl() function in android::renderengine::skia::SkiaGLRenderEngine