Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp281 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in requireGlContext() local
282 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in requireGlContext()
289 sk_sp<GrDirectContext> grContext(GrDirectContext::MakeGL(std::move(glInterface), options)); in requireGlContext()