Searched defs:fb_format (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dutils.c464 * However, the meanings of \c fb_format and \c fb_type require further
465 * explanation. The \c fb_format specifies which color components are in
489 * \param fb_format Format of the framebuffer. Currently only \c GL_RGB,
512 * cause of failure is a bad parameter (i.e., unsupported \c fb_format or
523 driCreateConfigs(GLenum fb_format, GLenum fb_type, argument
624 switch ( fb_format ) {
643 __FUNCTION__, __LINE__, fb_format );
655 bits = ((fb_format == GL_RGB) || (fb_format == GL_BGR))

Completed in 54 milliseconds