Searched refs:errorString (Results 1 – 3 of 3) sorted by relevance
142 String errorString = GLU.gluErrorString(error); in checkGlError() local143 if (errorString == null) { in checkGlError()144 errorString = GLUtils.getEGLErrorString(error); in checkGlError()147 ": " + errorString; in checkGlError()
61 public static final void showErrorDialog(Context context, String errorString) { in showErrorDialog() argument63 .setMessage(errorString) in showErrorDialog()