| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | error.c | 69 gluErrorString(GLenum errorCode) argument 73 if (Errors[i].Token == errorCode) 76 if ((errorCode >= GLU_NURBS_ERROR1) && (errorCode <= GLU_NURBS_ERROR37)) { 77 return (const GLubyte *) __gluNURBSErrorString(errorCode - (GLU_NURBS_ERROR1 - 1)); 79 if ((errorCode >= GLU_TESS_ERROR1) && (errorCode <= GLU_TESS_ERROR6)) { 80 return (const GLubyte *) __gluTessErrorString(errorCode - (GLU_TESS_ERROR1 - 1));
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glx_error.c | 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, argument 51 error.errorCode = errorCode; 54 error.errorCode = glx_dpy->codes->first_error + errorCode; 75 error.errorCode = err->error_code;
|
| H A D | glx_error.h | 42 void __glXSendError(Display * dpy, int_fast8_t errorCode,
|
| H A D | dri2.c | 183 err->errorCode == BadDrawable && 191 err->errorCode == BadDrawable && 199 err->errorCode == BadRequest) {
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glx_error.c | 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, argument 51 error.errorCode = errorCode; 54 error.errorCode = glx_dpy->codes.first_error + errorCode; 75 error.errorCode = err->error_code;
|
| H A D | glx_error.h | 42 void __glXSendError(Display * dpy, int_fast8_t errorCode,
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egldispatchstubs.c | 53 int index, EGLint errorCode) 61 if (errorCode != EGL_SUCCESS) { 65 exports->setEGLError(errorCode); 67 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]); 75 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]); 52 FetchVendorFunc(__EGLvendorInfo * vendor,int index,EGLint errorCode) argument
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egldispatchstubs.c | 80 int index, EGLint errorCode) 88 if (errorCode != EGL_SUCCESS) { 92 exports->setEGLError(errorCode); 94 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]); 102 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]); 79 FetchVendorFunc(__EGLvendorInfo * vendor,int index,EGLint errorCode) argument
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | quadric.c | 52 static void GLAPIENTRY errorCallback(GLenum errorCode) argument 56 estring = gluErrorString(errorCode);
|
| H A D | trim.c | 73 static void GLAPIENTRY nurbsError(GLenum errorCode) argument 77 estring = gluErrorString(errorCode);
|
| H A D | surfpoints.c | 88 static void GLAPIENTRY nurbsError(GLenum errorCode) argument 92 estring = gluErrorString(errorCode);
|
| H A D | tess.c | 72 static void GLAPIENTRY errorCallback(GLenum errorCode) argument 76 estring = gluErrorString(errorCode);
|
| H A D | tesswind.c | 171 static void GLAPIENTRY errorCallback(GLenum errorCode) argument 175 estring = gluErrorString(errorCode);
|
| /xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/ |
| H A D | GLView.h | 61 virtual void ErrorCallback(unsigned long errorCode); 148 virtual void ErrorCallback(unsigned long errorCode);
|
| /xsrc/external/mit/MesaLib/dist/include/HaikuGL/ |
| H A D | GLView.h | 62 virtual void ErrorCallback(unsigned long errorCode); 149 virtual void ErrorCallback(unsigned long errorCode);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | XlibAsync.c | 61 rep->error.errorCode == state->error_code) && 68 state->last_error_received = rep->error.errorCode;
|
| H A D | GetProp.c | 124 error.errorCode = BadImplementation;
|
| H A D | GetWAttrs.c | 57 rep->error.errorCode == BadDrawable)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutWindow.h | 42 void ErrorCallback(GLenum errorCode);
|
| /xsrc/external/mit/MesaLib.old/dist/src/hgl/ |
| H A D | GLView.cpp | 159 BGLView::ErrorCallback(unsigned long errorCode) argument 162 sprintf(msg, "GL: Error code $%04lx.", errorCode); 518 BGLScreen::ErrorCallback(unsigned long errorCode) 522 sprintf(msg, "GL: Error code $%04lx.", errorCode);
|
| /xsrc/external/mit/MesaLib/dist/src/hgl/ |
| H A D | GLView.cpp | 158 BGLView::ErrorCallback(unsigned long errorCode) argument 161 sprintf(msg, "GL: Error code $%04lx.", errorCode); 510 BGLScreen::ErrorCallback(unsigned long errorCode) 514 sprintf(msg, "GL: Error code $%04lx.", errorCode);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | getprocaddress.c | 54 int errorCode; local in function:CheckGLError 56 errorCode = glGetError(); 57 if (errorCode == GL_NO_ERROR) return; 58 while (errorCode != GL_NO_ERROR) { 60 errorCode, 61 errorCode == GL_INVALID_VALUE? "GL_INVALID_VALUE": 62 errorCode == GL_INVALID_ENUM? "GL_INVALID_ENUM": 63 errorCode == GL_INVALID_OPERATION? "GL_INVALID_OPERATION": 64 errorCode == GL_STACK_OVERFLOW? "GL_STACK_OVERFLOW": 65 errorCode [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/benchmarks/ |
| H A D | dri2-swap.c | 137 err->errorCode == BadDrawable && 145 err->errorCode == BadDrawable && 153 err->errorCode == BadRequest) {
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri2.c | 133 err->errorCode == BadDrawable && 141 err->errorCode == BadDrawable && 149 err->errorCode == BadRequest) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri2.c | 133 err->errorCode == BadDrawable && 141 err->errorCode == BadDrawable && 149 err->errorCode == BadRequest) {
|