Home
last modified time | relevance | path

Searched refs:setNoErrorEnabled (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/tests/gl_tests/
DQueryObjectValidation.cpp39 setNoErrorEnabled(testing::get<1>(GetParam())); in QueryObjectTest()
DContextLostTest.cpp129 setNoErrorEnabled(true); in ContextLostSkipValidationTest()
DContextNoErrorTest.cpp21 ContextNoErrorTest() : mNaughtyTexture(0) { setNoErrorEnabled(true); } in ContextNoErrorTest()
DGLSLTest.cpp509 GLSLTestNoValidation() { setNoErrorEnabled(true); } in GLSLTestNoValidation()
DStateChangeTest.cpp35 setNoErrorEnabled(true); in StateChangeTest()
/external/angle/src/tests/test_utils/
DANGLETest.h453 void setNoErrorEnabled(bool enabled);
DANGLETest.cpp1320 void ANGLETestBase::setNoErrorEnabled(bool enabled) in setNoErrorEnabled() function in ANGLETestBase