Searched refs:gl_err (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dindirect.c140 CGLError gl_err; local in function:__glXAquaScreenCreateContext
172 gl_err = CGLCreateContext(context->pixelFormat,
176 if (gl_err != 0) {
177 ErrorF("CGLCreateContext error: %s\n", CGLErrorString(gl_err));
223 CGLError gl_err; local in function:__glXAquaContextLoseCurrent
227 gl_err = CGLSetCurrentContext(NULL);
228 if (gl_err != 0)
229 ErrorF("CGLSetCurrentContext error: %s\n", CGLErrorString(gl_err));
376 CGLError gl_err; local in function:__glXAquaContextMakeCurrent
388 gl_err
399 CGLError gl_err; local in function:__glXAquaContextCopy
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dindirect.c134 CGLError gl_err; local in function:__glXAquaScreenCreateContext
162 gl_err = CGLCreateContext(context->pixelFormat,
166 if (gl_err != 0) {
167 ErrorF("CGLCreateContext error: %s\n", CGLErrorString(gl_err));
206 CGLError gl_err; local in function:__glXAquaContextLoseCurrent
210 gl_err = CGLSetCurrentContext(NULL);
211 if (gl_err != 0)
212 ErrorF("CGLSetCurrentContext error: %s\n", CGLErrorString(gl_err));
346 CGLError gl_err; local in function:__glXAquaContextMakeCurrent
355 gl_err
364 CGLError gl_err; local in function:__glXAquaContextCopy
380 CGLError gl_err; local in function:__glXAquaContextForceCurrent
[all...]

Completed in 4 milliseconds