Searched refs:tonemapScaleOffset (Results 1 – 10 of 10) sorted by relevance
40 tonemapScaleOffset[0] = 1.0f; in Tonemapper()41 tonemapScaleOffset[1] = 0.0f; in Tonemapper()81 tonemapper->tonemapScaleOffset[0] = ((float)(colorMapSize-1))/((float)(colorMapSize)); in build()82 tonemapper->tonemapScaleOffset[1] = 1.0f/(2.0f*colorMapSize); in build()132 engine_setData2f(3, tonemapScaleOffset); in blit()
36 float tonemapScaleOffset[2]; variable
40 tonemapScaleOffset[0] = 1.0f; in Tonemapper()41 tonemapScaleOffset[1] = 0.0f; in Tonemapper()86 tonemapper->tonemapScaleOffset[0] = ((float)(colorMapSize-1))/((float)(colorMapSize)); in build()87 tonemapper->tonemapScaleOffset[1] = 1.0f/(2.0f*colorMapSize); in build()142 engine_setData2f(3, tonemapScaleOffset); in blit()