Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLayerRenderer.h73 virtual bool suppressErrorChecks() const override;
DLayerRenderer.cpp99 bool LayerRenderer::suppressErrorChecks() const { in suppressErrorChecks() function in android::uirenderer::LayerRenderer
DOpenGLRenderer.h452 virtual bool suppressErrorChecks() const { in suppressErrorChecks() function
DOpenGLRenderer.cpp197 if (!suppressErrorChecks()) { in finish()