Lines Matching full:param
59 * \param fb the framebuffer to draw to, or read from
268 * \param buffer buffer token such as GL_LEFT or GL_FRONT_AND_BACK, etc.
420 * \param n number of outputs
421 * \param buffers array [n] of renderbuffer names. Unlike glDrawBuffer, the
749 * \param ctx current context
750 * \param fb the desired draw buffer
751 * \param n number of color outputs to set
752 * \param buffers array[n] of colorbuffer names, like GL_LEFT.
753 * \param destMask array[n] of BUFFER_BIT_* bitmasks which correspond to the
863 * \param ctx the rendering context
864 * \param fb the framebuffer object to update
865 * \param buffer GL_FRONT, GL_BACK, GL_COLOR_ATTACHMENT0, etc.
866 * \param bufferIndex the numerical index corresponding to 'buffer'
890 * \param mode color buffer such as GL_FRONT, GL_BACK, etc.