Searched refs:SRGBF_TO_RGBF (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c196 static float SRGBF_TO_RGBF(float f) function
859 tmpRow[i*4+0] = SRGBF_TO_RGBF(tmpRow[i*4+0]);
860 tmpRow[i*4+1] = SRGBF_TO_RGBF(tmpRow[i*4+1]);
861 tmpRow[i*4+2] = SRGBF_TO_RGBF(tmpRow[i*4+2]);

Completed in 37 milliseconds