OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ErrorValue
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
errors.c
124
_mesa_enum_to_string(ctx->
ErrorValue
));
209
if (ctx->
ErrorValue
!= error ||
363
if (ctx->
ErrorValue
== GL_NO_ERROR)
364
ctx->
ErrorValue
= error;
getstring.c
381
* Returns __struct gl_contextRec::
ErrorValue
.
387
GLenum e = ctx->
ErrorValue
;
404
ctx->
ErrorValue
= (GLenum) GL_NO_ERROR;
context.c
800
ctx->
ErrorValue
= GL_NO_ERROR;
mtypes.h
5466
GLenum16
ErrorValue
; /**< Last error code */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
errors.c
121
_mesa_enum_to_string(ctx->
ErrorValue
));
206
if (ctx->
ErrorValue
!= error ||
360
if (ctx->
ErrorValue
== GL_NO_ERROR)
361
ctx->
ErrorValue
= error;
getstring.c
322
* Returns __struct gl_contextRec::
ErrorValue
.
328
GLenum e = ctx->
ErrorValue
;
345
ctx->
ErrorValue
= (GLenum) GL_NO_ERROR;
context.c
892
ctx->
ErrorValue
= GL_NO_ERROR;
mtypes.h
5045
GLenum16
ErrorValue
; /**< Last error code */
Completed in 18 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026