Lines Matching refs:GLboolean
55 static GLboolean
238 static GLboolean
241 GLboolean frontLeft, GLboolean backLeft, in add_color_renderbuffers()
242 GLboolean frontRight, GLboolean backRight) in add_color_renderbuffers()
292 static GLboolean
337 static GLboolean
367 static GLboolean
400 static GLboolean
440 static GLboolean
481 GLboolean color, in _swrast_add_soft_renderbuffers()
482 GLboolean depth, in _swrast_add_soft_renderbuffers()
483 GLboolean stencil, in _swrast_add_soft_renderbuffers()
484 GLboolean accum, in _swrast_add_soft_renderbuffers()
485 GLboolean alpha, in _swrast_add_soft_renderbuffers()
486 GLboolean aux) in _swrast_add_soft_renderbuffers()
488 GLboolean frontLeft = GL_TRUE; in _swrast_add_soft_renderbuffers()
489 GLboolean backLeft = fb->Visual.doubleBufferMode; in _swrast_add_soft_renderbuffers()
490 GLboolean frontRight = fb->Visual.stereoMode; in _swrast_add_soft_renderbuffers()
491 GLboolean backRight = fb->Visual.stereoMode && fb->Visual.doubleBufferMode; in _swrast_add_soft_renderbuffers()