Searched refs:fHWProgramID (Results 1 – 2 of 2) sorted by relevance
438 , fHWProgramID(0) in GrGLGpu()484 if (fHWProgramID) { in ~GrGLGpu()520 if (fHWProgramID) { in disconnect()559 fHWProgramID = 0; in disconnect()706 fHWProgramID = 0; in onResetContext()2134 fHWProgramID = 0; in flushProgram()2137 SkASSERT((program == fHWProgram) == (fHWProgramID == program->programID())); in flushProgram()2145 fHWProgramID = id; in flushProgram()2150 if (fHWProgramID == id) { in flushProgram()2156 fHWProgramID = id; in flushProgram()
617 GrGLuint fHWProgramID; variable