Home
last modified time | relevance | path

Searched refs:suppressErrorLogging (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/gpu/gl/interface/
Dtemplates.go289 void GrGLInterface::suppressErrorLogging() { fSuppressErrorLogging = true; }
/third_party/skia/include/gpu/gl/
DGrGLInterface.h70 void suppressErrorLogging();
/third_party/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp67 void GrGLInterface::suppressErrorLogging() { fSuppressErrorLogging = true; } in suppressErrorLogging() function in GrGLInterface
/third_party/skia/src/gpu/
DGrDirectContext.cpp1048 copy->suppressErrorLogging(); in MakeGL()