Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLayerRenderer.h72 virtual bool suppressErrorChecks() const;
DLayerRenderer.cpp100 bool LayerRenderer::suppressErrorChecks() const { in suppressErrorChecks() function in android::uirenderer::LayerRenderer
DOpenGLRenderer.h476 virtual bool suppressErrorChecks() const { in suppressErrorChecks() function
DOpenGLRenderer.cpp326 if (!suppressErrorChecks()) { in finish()