Searched refs:noError (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri_common.c581 Bool noError = flags & __DRI_CTX_FLAG_NO_ERROR; local in function:dri2_check_no_error
587 if (noError && major < 2) {
598 if (share_context && !!share_context->noError != !!noError) {
609 if (noError && ((flags & __DRI_CTX_FLAG_DEBUG) ||
H A Dglxclient.h444 Bool noError; member in struct:glx_context
H A Ddri3_glx.c312 pcp->base.noError = GL_TRUE;
H A Ddrisw_glx.c648 pcp->base.noError = GL_TRUE;
H A Ddri2_glx.c322 pcp->base.noError = GL_TRUE;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri_common.c559 Bool noError = flags & __DRI_CTX_FLAG_NO_ERROR; local in function:dri2_check_no_error
565 if (noError && major < 2) {
576 if (share_context && !!share_context->noError != !!noError) {
587 if (noError && ((flags & __DRI_CTX_FLAG_DEBUG) ||
H A Dglxclient.h432 Bool noError; member in struct:glx_context
H A Ddri3_glx.c306 pcp->base.noError = GL_TRUE;
H A Ddrisw_glx.c570 pcp->base.noError = GL_TRUE;
H A Ddri2_glx.c261 pcp->base.noError = GL_TRUE;
/xsrc/external/mit/glu/dist/src/libtess/
H A Dtess.c61 /*ARGSUSED*/ static void GLAPIENTRY noError( GLenum errnum ) {} function in typeref:typename:void GLAPIENTRY
124 tess->callError = &noError;
318 tess->callError = (fn == NULL) ? &noError : (void (GLAPIENTRY *)(GLenum)) fn;

Completed in 23 milliseconds