Searched refs:errorCode (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libutil/
H A Derror.c69 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 Dglx_error.c38 __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 Dglx_error.h42 void __glXSendError(Display * dpy, int_fast8_t errorCode,
H A Ddri2.c183 err->errorCode == BadDrawable &&
191 err->errorCode == BadDrawable &&
199 err->errorCode == BadRequest) {
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_error.c38 __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 Dglx_error.h42 void __glXSendError(Display * dpy, int_fast8_t errorCode,
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldispatchstubs.c53 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 Degldispatchstubs.c80 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 Dquadric.c52 static void GLAPIENTRY errorCallback(GLenum errorCode) argument
56 estring = gluErrorString(errorCode);
H A Dtrim.c73 static void GLAPIENTRY nurbsError(GLenum errorCode) argument
77 estring = gluErrorString(errorCode);
H A Dsurfpoints.c88 static void GLAPIENTRY nurbsError(GLenum errorCode) argument
92 estring = gluErrorString(errorCode);
H A Dtess.c72 static void GLAPIENTRY errorCallback(GLenum errorCode) argument
76 estring = gluErrorString(errorCode);
H A Dtesswind.c171 static void GLAPIENTRY errorCallback(GLenum errorCode) argument
175 estring = gluErrorString(errorCode);
/xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
H A DGLView.h61 virtual void ErrorCallback(unsigned long errorCode);
148 virtual void ErrorCallback(unsigned long errorCode);
/xsrc/external/mit/MesaLib/dist/include/HaikuGL/
H A DGLView.h62 virtual void ErrorCallback(unsigned long errorCode);
149 virtual void ErrorCallback(unsigned long errorCode);
/xsrc/external/mit/libX11/dist/src/
H A DXlibAsync.c61 rep->error.errorCode == state->error_code) &&
68 state->last_error_received = rep->error.errorCode;
H A DGetProp.c124 error.errorCode = BadImplementation;
H A DGetWAttrs.c57 rep->error.errorCode == BadDrawable)
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.h42 void ErrorCallback(GLenum errorCode);
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLView.cpp159 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 DGLView.cpp158 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 Dgetprocaddress.c54 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 Ddri2-swap.c137 err->errorCode == BadDrawable &&
145 err->errorCode == BadDrawable &&
153 err->errorCode == BadRequest) {
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri2.c133 err->errorCode == BadDrawable &&
141 err->errorCode == BadDrawable &&
149 err->errorCode == BadRequest) {
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri2.c133 err->errorCode == BadDrawable &&
141 err->errorCode == BadDrawable &&
149 err->errorCode == BadRequest) {

Completed in 28 milliseconds

12