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

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_vidresize.c28 static int canVideoResize = -1; variable in typeref:typename:int
31 static int canVideoResize = 0; variable in typeref:typename:int
59 if (canVideoResize < 0) {
60 canVideoResize = __glutIsSupportedByGLX("GLX_SGIX_video_resize");
61 if (canVideoResize) {
75 canVideoResize = 0;
113 canVideoResize = 0;
122 return canVideoResize;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_vidresize.c26 static int canVideoResize = -1; variable in typeref:typename:int
29 static int canVideoResize = 0; variable in typeref:typename:int
57 if (canVideoResize < 0) {
58 canVideoResize = __glutIsSupportedByGLX("GLX_SGIX_video_resize");
59 if (canVideoResize) {
73 canVideoResize = 0;
114 canVideoResize = 0;
123 return canVideoResize;

Completed in 2 milliseconds