Home
last modified time | relevance | path

Searched refs:fSkipErrorChecks (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h471 bool skipErrorChecks() const { return fSkipErrorChecks; } in skipErrorChecks()
584 bool fSkipErrorChecks : 1; variable
DGrGLCaps.cpp73 fSkipErrorChecks = false; in GrGLCaps()
362 fSkipErrorChecks = ctxInfo.isOverCommandBuffer(); in init()
365 fSkipErrorChecks = true; in init()
4380 fSkipErrorChecks = false; in onApplyOptionsOverrides()
4383 fSkipErrorChecks = true; in onApplyOptionsOverrides()