Searched refs:checkGLError (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp983 checkGLError(GL_NO_ERROR, "depthRangeArray, correct parameters", test_result);
986 checkGLError(GL_INVALID_VALUE, "depthRangeArray, <first> == GL_MAX_VIEWPORTS", test_result);
989 checkGLError(GL_NO_ERROR, "depthRangeArray, <first> + <count> == GL_MAX_VIEWPORTS", test_result);
992 checkGLError(GL_INVALID_VALUE, "depthRangeArray, <first> + <count> > GL_MAX_VIEWPORTS", test_result);
999 checkGLError(GL_NO_ERROR, "depthRangeIndexed, <index> == 0", test_result);
1002 checkGLError(GL_NO_ERROR, "depthRangeIndexed, <index> == GL_MAX_VIEWPORTS - 1", test_result);
1005 checkGLError(GL_INVALID_VALUE, "depthRangeIndexed, <index> == GL_MAX_VIEWPORTS", test_result);
1008 checkGLError(GL_INVALID_VALUE, "depthRangeIndexed, <index> > GL_MAX_VIEWPORTS", test_result);
1017 checkGLError(GL_NO_ERROR, "getDouble/Floati_v, <index> == GL_MAX_VIEWPORTS - 1", test_result);
1020 checkGLError(GL_INVALID_VALU
1395 void APIErrors::checkGLError(GLenum expected_error, const GLchar* description, bool& out_result) function in class:glcts::ViewportArray::APIErrors
[all...]
H A DglcViewportArrayTests.hpp331 void checkGLError(glw::GLenum expected_error, const glw::GLchar* description, bool& out_result);

Completed in 137 milliseconds