Home | History | Annotate | Download | only in egl

Lines Matching refs:_exceptionMessage

7     const char * _exceptionMessage = "";
21 _exceptionMessage = "offset < 0";
38 _exceptionMessage = "attrib_list must contain EGL_NONE!";
47 _exceptionMessage = "Make sure the SurfaceView or associated SurfaceHolder has a valid Surface";
69 jniThrowException(_env, _exceptionType, _exceptionMessage);
80 const char * _exceptionMessage = "";
94 _exceptionMessage = "attrib_list == null";
100 _exceptionMessage = "offset < 0";
107 _exceptionMessage = "Make sure the SurfaceView or associated SurfaceHolder has a valid Surface";
134 _exceptionMessage = "attrib_list must contain EGL_NONE!";
151 jniThrowException(_env, _exceptionType, _exceptionMessage);