Home | History | Annotate | Download | only in gl

Lines Matching refs:GrGLProgramDesc

31 class GrGLProgramDesc {
33 GrGLProgramDesc() : fInitialized(false) {}
34 GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; }
76 GrGLProgramDesc* outDesc);
90 GrGLProgramDesc& operator= (const GrGLProgramDesc& other);
92 bool operator== (const GrGLProgramDesc& other) const {
98 bool operator!= (const GrGLProgramDesc& other) const {
102 static bool Less(const GrGLProgramDesc& a, const GrGLProgramDesc& b) {