Lines Matching refs:GL_BITMAP
169 GL_COLOR_INDEX, GL_BITMAP, row, 0); in _mesa_unpack_bitmap()
263 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _mesa_pack_bitmap()
2779 ASSERT(srcType == GL_BITMAP || in extract_uint_indexes()
2792 case GL_BITMAP: in extract_uint_indexes()
4277 ASSERT(srcType == GL_BITMAP || in _mesa_unpack_color_span_ubyte()
4530 ASSERT(srcType == GL_BITMAP || in _mesa_unpack_color_span_float()
4927 ASSERT(srcType == GL_BITMAP || in _mesa_unpack_index_span()
5146 ASSERT(srcType == GL_BITMAP || in _mesa_unpack_stencil_span()
5356 case GL_BITMAP: in _mesa_pack_stencil_span()
5853 if (type == GL_BITMAP) { in _mesa_unpack_image()
5892 if ((type == GL_BITMAP) && (unpack->SkipPixels & 0x7)) { in _mesa_unpack_image()