Searched refs:checkGLError (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 983 checkGLError(GL_NO_ERROR, "depthRangeArray, correct parameters", test_result); in depthRangeArrayHelper() 986 checkGLError(GL_INVALID_VALUE, "depthRangeArray, <first> == GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper() 989 checkGLError(GL_NO_ERROR, "depthRangeArray, <first> + <count> == GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper() 992 checkGLError(GL_INVALID_VALUE, "depthRangeArray, <first> + <count> > GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper() 999 checkGLError(GL_NO_ERROR, "depthRangeIndexed, <index> == 0", test_result); in depthRangeIndexedHelper() 1002 checkGLError(GL_NO_ERROR, "depthRangeIndexed, <index> == GL_MAX_VIEWPORTS - 1", test_result); in depthRangeIndexedHelper() 1005 checkGLError(GL_INVALID_VALUE, "depthRangeIndexed, <index> == GL_MAX_VIEWPORTS", test_result); in depthRangeIndexedHelper() 1008 checkGLError(GL_INVALID_VALUE, "depthRangeIndexed, <index> > GL_MAX_VIEWPORTS", test_result); in depthRangeIndexedHelper() 1017 checkGLError(GL_NO_ERROR, "getDouble/Floati_v, <index> == GL_MAX_VIEWPORTS - 1", test_result); in getDepthHelper() 1020 checkGLError(GL_INVALID_VALU in getDepthHelper() 1395 void APIErrors::checkGLError(GLenum expected_error, const GLchar* description, bool& out_result) checkGLError() function in glcts::ViewportArray::APIErrors [all...] |
H A D | glcViewportArrayTests.hpp | 331 void checkGLError(glw::GLenum expected_error, const glw::GLchar* description, bool& out_result);
|
Completed in 5 milliseconds