Lines Matching refs:GL_BGRA
483 assert(format == GL_RGBA || format == GL_BGRA);
497 if (format == GL_BGRA) {
513 if (format == GL_BGRA) {
531 if (format == GL_BGRA) {
622 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and
626 *size == GL_BGRA) {
627 format = GL_BGRA;
639 * \param format Either GL_RGBA or GL_BGRA.
733 if (format == GL_BGRA) {
755 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(size=GL_BGRA and type=%s)",
762 "%s(size=GL_BGRA and normalized=GL_FALSE)", func);
901 * \param format Either GL_RGBA or GL_BGRA.
2133 return (array->Format.Format == GL_BGRA) ? GL_BGRA : array->Format.Size;