Lines Matching refs:GLint
39 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */
42 GLint rgbBits; /* total bits for rgb */
43 GLint indexBits; /* total bits for colorindex */
45 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits;
46 GLint depthBits;
47 GLint stencilBits;
49 GLint numAuxBuffers;
51 GLint level;
54 GLint visualID;
55 GLint visualType; /**< One of the GLX X visual types. (i.e.,
60 GLint visualRating;
63 GLint transparentPixel;
65 GLint transparentRed, transparentGreen, transparentBlue, transparentAlpha;
66 GLint transparentIndex;
69 GLint sampleBuffers;
70 GLint samples;
73 GLint drawableType;
74 GLint renderType;
75 GLint xRenderable;
76 GLint fbconfigID;
79 GLint maxPbufferWidth;
80 GLint maxPbufferHeight;
81 GLint maxPbufferPixels;
82 GLint optimalPbufferWidth; /* Only for SGIX_pbuffer. */
83 GLint optimalPbufferHeight; /* Only for SGIX_pbuffer. */
86 GLint visualSelectGroup;
89 GLint swapMethod;
91 GLint screen;
94 GLint bindToTextureRgb;
95 GLint bindToTextureRgba;
96 GLint bindToMipmapTexture;
97 GLint bindToTextureTargets;
98 GLint yInverted;
101 GLint sRGBCapable;
118 extern GLint _gl_convert_from_x_visual_type(int visualType);