Home | History | Annotate | Download | only in common

Lines Matching refs:UNSIGNED_INT32

226 		case TextureFormat::UNSIGNED_INT32:		return 4;
276 case TextureFormat::UNSIGNED_INT32: return (float)*((const deUint32*)value);
300 case TextureFormat::UNSIGNED_INT32: return (int)*((const deUint32*)value);
324 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src); break;
359 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSat<deUint32> ((deUint32)src); break;
513 case UNSIGNED_INT32: channelSize = 4; break;
3623 case TextureFormat::UNSIGNED_INT32: return str << "UNSIGNED_INT32";