Searched refs:COLOR_BITS_CASE (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLutils.cpp | 56 #define COLOR_BITS_CASE(format, r, g, b, a) \ in glFormatToChannelBits() macro 60 COLOR_BITS_CASE(GL_ALPHA, 0, 0, 0, 8) in glFormatToChannelBits() 61 COLOR_BITS_CASE(GL_LUMINANCE, 0, 0, 0, 0) in glFormatToChannelBits() 62 COLOR_BITS_CASE(GL_LUMINANCE_ALPHA, 0, 0, 0, 8) in glFormatToChannelBits() 63 COLOR_BITS_CASE(GL_RGB, 8, 8, 8, 0) in glFormatToChannelBits() 64 COLOR_BITS_CASE(GL_RGBA, 8, 8, 8, 8) in glFormatToChannelBits() 65 COLOR_BITS_CASE(GL_R11F_G11F_B10F, 11, 11, 10, 0) in glFormatToChannelBits() 66 COLOR_BITS_CASE(GL_R16F, 16, 0, 0, 0) in glFormatToChannelBits() 67 COLOR_BITS_CASE(GL_R16I, 16, 0, 0, 0) in glFormatToChannelBits() 68 COLOR_BITS_CASE(GL_R16UI, 16, 0, 0, 0) in glFormatToChannelBits() [all …]
|