Searched defs:checkGLError (Results 1 – 2 of 2) sorted by relevance
70 public static void checkGLError(String tag, String label) { in checkGLError() method in ShaderUtil
1395 void APIErrors::checkGLError(GLenum expected_error, const GLchar* description, bool& out_result) in checkGLError() function in glcts::ViewportArray::APIErrors