Home | History | Annotate | Download | only in common

Lines Matching refs:SIGNED_INT32

223 		case TextureFormat::SIGNED_INT32:		return 4;
273 case TextureFormat::SIGNED_INT32: return (float)*((const deInt32*)value);
297 case TextureFormat::SIGNED_INT32: return (int)*((const deInt32*)value);
321 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src); break;
356 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSat<deInt32> (src); break;
510 case SIGNED_INT32: channelSize = 4; break;
3620 case TextureFormat::SIGNED_INT32: return str << "SIGNED_INT32";