Searched refs:glInterface (Results 1 – 1 of 1) sorted by relevance
185 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in requireGlContext() local186 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in requireGlContext()193 sk_sp<GrContext> grContext(GrContext::MakeGL(std::move(glInterface), options)); in requireGlContext()