Searched refs:getErrorString (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLException.java26 super(getErrorString(error));
35 private static String getErrorString(int error) { method in class:GLException
H A DEGLLogWrapper.java247 returns(getErrorString(result));
372 String errorMessage = "eglError: " + getErrorString(eglError);
535 public static String getErrorString(int error) { method in class:EGLLogWrapper
H A DGLSurfaceView.java1201 return function + " failed: " + EGLLogWrapper.getErrorString(error);
H A DGLLogWrapper.java253 public static String getErrorString(int error) { method in class:GLLogWrapper
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h222 const char *getErrorString() const { return ErrorString; }
H A DBitcodeReader.cpp3018 *ErrMsg = R->getErrorString();
3058 *ErrMsg = R->getErrorString();
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h216 const char *getErrorString() const { return ErrorString; }
H A DBitcodeReader.cpp3357 *ErrMsg = R->getErrorString();
3397 *ErrMsg = R->getErrorString();

Completed in 120 milliseconds