Lines Matching refs:floatToNormalized
775 destPixels[x * 4 + 0] = gl::floatToNormalized<uint8_t>(b); in copyFromRTInternal()
776 destPixels[x * 4 + 1] = gl::floatToNormalized<uint8_t>(g); in copyFromRTInternal()
777 destPixels[x * 4 + 2] = gl::floatToNormalized<uint8_t>(r); in copyFromRTInternal()
778 destPixels[x * 4 + 3] = gl::floatToNormalized<uint8_t>(a); in copyFromRTInternal()
792 destPixels[x] = gl::floatToNormalized<uint8_t>(r); in copyFromRTInternal()
807 destPixels[x * 2 + 0] = gl::floatToNormalized<uint8_t>(r); in copyFromRTInternal()
808 destPixels[x * 2 + 1] = gl::floatToNormalized<uint8_t>(a); in copyFromRTInternal()
832 destPixels[x * 4 + 0] = gl::floatToNormalized<uint8_t>(b); in copyFromRTInternal()
833 destPixels[x * 4 + 1] = gl::floatToNormalized<uint8_t>(g); in copyFromRTInternal()
834 destPixels[x * 4 + 2] = gl::floatToNormalized<uint8_t>(r); in copyFromRTInternal()
835 destPixels[x * 4 + 3] = gl::floatToNormalized<uint8_t>(a); in copyFromRTInternal()
848 destPixels[x] = gl::floatToNormalized<uint8_t>(r); in copyFromRTInternal()
862 destPixels[x * 2 + 0] = gl::floatToNormalized<uint8_t>(r); in copyFromRTInternal()
863 destPixels[x * 2 + 1] = gl::floatToNormalized<uint8_t>(a); in copyFromRTInternal()