Lines Matching refs:GrGLContextInfo
24 class GrGLContextInfo {
26 GrGLContextInfo(GrGLContextInfo&&) = default;
27 GrGLContextInfo& operator=(GrGLContextInfo&&) = default;
29 virtual ~GrGLContextInfo() {}
59 GrGLContextInfo makeNonAngle() const;
62 GrGLContextInfo& operator=(const GrGLContextInfo&) = default;
63 GrGLContextInfo(const GrGLContextInfo&) = default;
72 GrGLContextInfo(ConstructorArgs&&);
81 * Extension of GrGLContextInfo that also provides access to GrGLInterface.
83 class GrGLContext : public GrGLContextInfo {
98 using INHERITED = GrGLContextInfo;