Home | History | Annotate | Download | only in main

Lines Matching refs:GL_BGRA

2615       if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV &&
2619 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes)
2622 if (format == GL_BGRA && type == GL_UNSIGNED_BYTE && littleEndian)
2628 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes)
2631 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV &&
2635 if (format == GL_BGRA && type == GL_UNSIGNED_BYTE && !littleEndian)
2665 return format == GL_BGRA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV &&
2676 return format == GL_BGRA && type == GL_UNSIGNED_SHORT_1_5_5_5_REV &&
2734 return format == GL_BGRA && type == GL_UNSIGNED_INT_2_10_10_10_REV &&