Searched refs:glInterface (Results 1 – 2 of 2) sorted by relevance
46 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in copyImageInto() local47 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in copyImageInto()48 grContext = GrContext::MakeGL(std::move(glInterface)); in copyImageInto()
136 sk_sp<const GrGLInterface> glInterface(driver->getSkiaInterface()); in initialize() local138 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()