Lines Matching refs:GL_RGB
100 case GL_RGB: in can_swizzle()
241 case GL_RGB: return IDX_RGB; in get_map_idx()
338 logicalBaseFormat == GL_RGB || in _mesa_make_temp_float_image()
348 textureBaseFormat == GL_RGB || in _mesa_make_temp_float_image()
387 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA || in _mesa_make_temp_float_image()
449 logicalBaseFormat == GL_RGB || in make_temp_uint_image()
458 textureBaseFormat == GL_RGB || in make_temp_uint_image()
496 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA || in make_temp_uint_image()
576 logicalBaseFormat == GL_RGB || in _mesa_make_temp_ubyte_image()
585 textureBaseFormat == GL_RGB || in _mesa_make_temp_ubyte_image()
627 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA || in _mesa_make_temp_ubyte_image()
1176 baseInternalFormat == GL_RGB && in _mesa_texstore_rgb565()
1188 baseInternalFormat == GL_RGB && in _mesa_texstore_rgb565()
1189 srcFormat == GL_RGB && in _mesa_texstore_rgb565()
1327 srcFormat == GL_RGB && in _mesa_texstore_argb8888()
1329 baseInternalFormat == GL_RGB) && in _mesa_texstore_argb8888()
1468 baseInternalFormat == GL_RGB && in _mesa_texstore_rgb888()
1541 baseInternalFormat == GL_RGB && in _mesa_texstore_bgr888()
1737 } else if (baseInternalFormat == GL_RGB) { in _mesa_texstore_argb2101010()
2196 baseInternalFormat == GL_RGB && in _mesa_texstore_rgb332()
3031 baseInternalFormat == GL_RGB || in _mesa_texstore_rgba_float32()
3101 baseInternalFormat == GL_RGB || in _mesa_texstore_rgba_float16()
3170 baseInternalFormat == GL_RGB || in _mesa_texstore_rgba_int8()
3247 baseInternalFormat == GL_RGB || in _mesa_texstore_rgba_int16()
3324 baseInternalFormat == GL_RGB || in _mesa_texstore_rgba_int32()
3401 baseInternalFormat == GL_RGB || in _mesa_texstore_rgba_uint8()
3475 baseInternalFormat == GL_RGB || in _mesa_texstore_rgba_uint16()
3549 baseInternalFormat == GL_RGB || in _mesa_texstore_rgba_uint32()
3730 ASSERT(baseInternalFormat == GL_RGB); in _mesa_texstore_rgb9_e5()
3778 ASSERT(baseInternalFormat == GL_RGB); in _mesa_texstore_r11_g11_b10f()