Home
last modified time | relevance | path

Searched refs:useProtectedContextImpl (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/renderengine/skia/
DSkiaVkRenderEngine.h85 bool useProtectedContextImpl(GrProtected isProtected) override;
DSkiaGLRenderEngine.h64 bool useProtectedContextImpl(GrProtected isProtected) override;
DSkiaVkRenderEngine.cpp152 bool SkiaVkRenderEngine::useProtectedContextImpl(GrProtected) { in useProtectedContextImpl() function in android::renderengine::skia::SkiaVkRenderEngine
DSkiaGLRenderEngine.cpp311 useProtectedContextImpl(GrProtected::kYes); in createContexts()
313 useProtectedContextImpl(GrProtected::kNo); in createContexts()
323 bool SkiaGLRenderEngine::useProtectedContextImpl(GrProtected isProtected) { in useProtectedContextImpl() function in android::renderengine::skia::SkiaGLRenderEngine
DSkiaRenderEngine.h90 virtual bool useProtectedContextImpl(GrProtected isProtected) = 0;
DSkiaRenderEngine.cpp331 if (useProtectedContextImpl( in useProtectedContext()