Searched defs:GrProgramElement (Results 1 – 2 of 2) sorted by relevance
28 SK_DECLARE_INST_COUNT(GrProgramElement) in SK_DECLARE_INST_COUNT() argument73 GrProgramElement() : fRefCnt(1), fPendingExecutions(0), fUniqueID(CreateUniqueID()) {} in GrProgramElement() function
80 friend class GrProgramElement; variable