Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLReadback.cpp46 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in copyImageInto() local
47 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in copyImageInto()
48 grContext = GrContext::MakeGL(std::move(glInterface)); in copyImageInto()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp136 sk_sp<const GrGLInterface> glInterface(driver->getSkiaInterface()); in initialize() local
138 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in initialize()
140 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in initialize()
145 sk_sp<GrContext> grContext(GrContext::MakeGL(std::move(glInterface), options)); in initialize()