Home | History | Annotate | Download | only in main

Lines Matching refs:GL_HALF_FLOAT

2780       return format == GL_RGBA && type == GL_HALF_FLOAT && !swapBytes;
2785 return format == GL_RGB && type == GL_HALF_FLOAT && !swapBytes;
2790 return format == GL_ALPHA && type == GL_HALF_FLOAT && !swapBytes;
2795 return format == GL_LUMINANCE && type == GL_HALF_FLOAT && !swapBytes;
2800 return format == GL_LUMINANCE_ALPHA && type == GL_HALF_FLOAT && !swapBytes;
2805 return format == GL_INTENSITY && type == GL_HALF_FLOAT && !swapBytes;
2810 return format == GL_RED && type == GL_HALF_FLOAT && !swapBytes;
2815 return format == GL_RG && type == GL_HALF_FLOAT && !swapBytes;