Home
last modified time | relevance | path

Searched refs:fSuppressErrorLogging (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/gpu/gl/interface/
Dtemplates.go265 if (error != GR_GL_NO_ERROR && !fSuppressErrorLogging) {
289 void GrGLInterface::suppressErrorLogging() { fSuppressErrorLogging = true; }
/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp43 if (error != GR_GL_NO_ERROR && !fSuppressErrorLogging) { in checkError()
67 void GrGLInterface::suppressErrorLogging() { fSuppressErrorLogging = true; } in suppressErrorLogging()
/external/skia/include/gpu/gl/
DGrGLInterface.h56 bool fSuppressErrorLogging = false; member