Lines Matching refs:GLboolean
55 static GLboolean
240 static GLboolean
243 GLboolean frontLeft, GLboolean backLeft, in add_color_renderbuffers()
244 GLboolean frontRight, GLboolean backRight) in add_color_renderbuffers()
294 static GLboolean
339 static GLboolean
369 static GLboolean
402 static GLboolean
442 static GLboolean
483 GLboolean color, in _swrast_add_soft_renderbuffers()
484 GLboolean depth, in _swrast_add_soft_renderbuffers()
485 GLboolean stencil, in _swrast_add_soft_renderbuffers()
486 GLboolean accum, in _swrast_add_soft_renderbuffers()
487 GLboolean alpha, in _swrast_add_soft_renderbuffers()
488 GLboolean aux) in _swrast_add_soft_renderbuffers()
490 GLboolean frontLeft = GL_TRUE; in _swrast_add_soft_renderbuffers()
491 GLboolean backLeft = fb->Visual.doubleBufferMode; in _swrast_add_soft_renderbuffers()
492 GLboolean frontRight = fb->Visual.stereoMode; in _swrast_add_soft_renderbuffers()
493 GLboolean backRight = fb->Visual.stereoMode && fb->Visual.doubleBufferMode; in _swrast_add_soft_renderbuffers()