Home | History | Annotate | Download | only in gl

Lines Matching refs:GrGLProgramDesc

30 class GrGLProgramDesc {
32 GrGLProgramDesc() : fInitialized(false) {}
33 GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; }
75 GrGLProgramDesc* outDesc);
89 GrGLProgramDesc& operator= (const GrGLProgramDesc& other);
91 bool operator== (const GrGLProgramDesc& other) const {
97 bool operator!= (const GrGLProgramDesc& other) const {
101 static bool Less(const GrGLProgramDesc& a, const GrGLProgramDesc& b) {