Home | History | Annotate | Download | only in common

Lines Matching refs:UNSIGNED_INT8

224 		case TextureFormat::UNSIGNED_INT8:		return 1;
274 case TextureFormat::UNSIGNED_INT8: return (float)*((const deUint8*)value);
298 case TextureFormat::UNSIGNED_INT8: return (int)*((const deUint8*)value);
322 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src); break;
357 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSat<deUint8> ((deUint32)src); break;
511 case UNSIGNED_INT8: channelSize = 1; break;
3621 case TextureFormat::UNSIGNED_INT8: return str << "UNSIGNED_INT8";