Searched defs:lastError (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/ |
H A D | plerror.c | 133 PRIntn lastError = PR_NSPR_ERROR_BASE + thoseIKnowAbout; local 136 if ((error < PR_NSPR_ERROR_BASE) || (error >= lastError))
|
/vbox/src/libs/xpcom18a4/xpcom/tools/windows/ |
H A D | rebasedlls.cpp | 54 DWORD lastError = ::GetLastError(); local 58 printf(" (failed: error=%d/0x%x)", lastError, lastError);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxGlobalSettings.h | 138 QString lastError() const { return last_err; } function in class:VBoxGlobalSettings
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | shaderapi.c | 673 GLenum lastError; local 731 lastError = glGetError(); \ 732 AssertMsgReturn(lastError == GL_NO_ERROR, ("%s (%d): last error 0x%x\n", __FUNCTION__, __LINE__, lastError), VERR_INTERNAL_ERROR);
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | xpath.h | 341 xmlError lastError; /* the last error */ member in struct:_xmlXPathContext
|
H A D | parser.h | 298 xmlError lastError; member in struct:_xmlParserCtxt
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d-ogl.cpp | 246 * Gets the last OpenGL error, stores it in a_pContext->lastError and returns 254 #define VMSVGA3D_GET_GL_ERROR(a_pContext) ((a_pContext)->lastError = glGetError()) 259 * Will call glGetError() and store the result in a_pContext->lastError. 267 #define VMSVGA3D_GL_IS_SUCCESS(a_pContext) RT_LIKELY((((a_pContext)->lastError = glGetError()) == GL_NO_ERROR)) 270 * Complains about one or more OpenGL errors (first in a_pContext->lastError). 275 * All GL errors will be cleared after invocation. Assumes lastError 294 AssertMsgFailed(("first error: %#x (idActiveContext=%#x)\n", (a_pContext)->lastError, (a_pContext)->id)); \ 299 LogRelMax(32, ("VMSVGA3d: OpenGL error %#x (idActiveContext=%#x) on line %u ", (a_pContext)->lastError, (a_pContext)->id)); \ 406 (pContext)->lastError = glGetError(); \ 407 AssertMsgReturn((pContext)->lastError 666 GLenum lastError; member in struct:__anon13181 [all...] |
Completed in 81 milliseconds