Searched refs:fSuppressErrorLogging (Results 1 – 3 of 3) sorted by relevance
265 if (error != GR_GL_NO_ERROR && !fSuppressErrorLogging) {289 void GrGLInterface::suppressErrorLogging() { fSuppressErrorLogging = true; }
43 if (error != GR_GL_NO_ERROR && !fSuppressErrorLogging) { in checkError()67 void GrGLInterface::suppressErrorLogging() { fSuppressErrorLogging = true; } in suppressErrorLogging()
56 bool fSuppressErrorLogging = false; member