Home
last modified time | relevance | path

Searched refs:_mesa_unclamped_float_rgba_to_ubyte (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcolormac.h45 _mesa_unclamped_float_rgba_to_ubyte(GLubyte dst[4], const GLfloat src[4]) in _mesa_unclamped_float_rgba_to_ubyte() function
Dimage.c561 _mesa_unclamped_float_rgba_to_ubyte(dst1[i], src4[i]); in _mesa_convert_colors()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h85 _mesa_unclamped_float_rgba_to_ubyte(bytes, c); in pack_rgba_clamp_f()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c271 _mesa_unclamped_float_rgba_to_ubyte(c, texUnit->EnvColor); in radeonTexEnv()
Dradeon_state.c387 _mesa_unclamped_float_rgba_to_ubyte(col, ctx->Fog.Color ); in radeonFogfv()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c313 _mesa_unclamped_float_rgba_to_ubyte(c, texUnit->EnvColor); in r200TexEnv()
Dr200_state.c449 _mesa_unclamped_float_rgba_to_ubyte(col, ctx->Fog.Color ); in r200Fogfv()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c451 _mesa_unclamped_float_rgba_to_ubyte(clear, color); in intelClearWithBlit()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c255 _mesa_unclamped_float_rgba_to_ubyte(xmesa->clearcolor, in clear_buffers()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c852 _mesa_unclamped_float_rgba_to_ubyte(rgba[i], rgbaF[i]); in blend_general()