Home | History | Annotate | Download | only in main

Lines Matching refs:GL_ALPHA

45     * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
301 GL_ALPHA, /* BaseFormat */
310 GL_ALPHA, /* BaseFormat */
672 GL_ALPHA,
681 GL_ALPHA,
783 GL_ALPHA,
792 GL_ALPHA,
801 GL_ALPHA,
810 GL_ALPHA,
819 GL_ALPHA,
828 GL_ALPHA,
1405 GL_ALPHA,
1441 GL_ALPHA,
1662 * GL_RGB, GL_RGBA, GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_INTENSITY,
2698 return format == GL_ALPHA && type == GL_UNSIGNED_BYTE;
2700 return format == GL_ALPHA && type == GL_UNSIGNED_SHORT &&
2788 return format == GL_ALPHA && type == GL_FLOAT && !swapBytes;
2790 return format == GL_ALPHA && type == GL_HALF_FLOAT && !swapBytes;