Lines Matching defs:clear
221 void Utils::framebuffer::clear(glw::GLenum mask)
225 gl.clear(mask);
229 /** Specifies clear color
2645 gl.clear(GL_DEPTH_BUFFER_BIT);
2666 gl.clear(GL_COLOR_BUFFER_BIT);
2731 /** Get settings of clear operation
2733 * @param clear_depth_before_draw Selects if clear depth should be executed before draw.
2761 /** Selects if test should do draw or clear operation
4183 /** Selects if test should do draw or clear operation
4185 * @return true - clear operation
4408 /** Get settings of clear operation
4410 * @param clear_depth_before_draw Selects if clear should be executed before draw.
4412 * @param depth_value Value that will be used to clear depth buffer