Searched refs:fHWProgramID (Results 1 – 2 of 2) sorted by relevance
344 , fHWProgramID(0) in GrGLGpu()391 if (fHWProgramID) { in ~GrGLGpu()427 if (fHWProgramID) { in disconnect()466 fHWProgramID = 0; in disconnect()614 fHWProgramID = 0; in onResetContext()1913 fHWProgramID = 0; in flushProgram()1916 SkASSERT((program == fHWProgram) == (fHWProgramID == program->programID())); in flushProgram()1924 fHWProgramID = id; in flushProgram()1929 if (fHWProgramID == id) { in flushProgram()1935 fHWProgramID = id; in flushProgram()
546 GrGLuint fHWProgramID; variable