Searched refs:_mesa_unclamped_float_rgba_to_ubyte (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | colormac.h | 44 _mesa_unclamped_float_rgba_to_ubyte(GLubyte dst[4], const GLfloat src[4]) in _mesa_unclamped_float_rgba_to_ubyte() function
|
D | image.c | 561 _mesa_unclamped_float_rgba_to_ubyte(dst1[i], src4[i]); in _mesa_convert_colors()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_util.h | 85 _mesa_unclamped_float_rgba_to_ubyte(bytes, c); in pack_rgba_clamp_f()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 272 _mesa_unclamped_float_rgba_to_ubyte(c, texUnit->EnvColor); in radeonTexEnv()
|
D | radeon_state.c | 384 _mesa_unclamped_float_rgba_to_ubyte(col, ctx->Fog.Color ); in radeonFogfv()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tex.c | 315 _mesa_unclamped_float_rgba_to_ubyte(c, texUnit->EnvColor); in r200TexEnv()
|
D | r200_state.c | 449 _mesa_unclamped_float_rgba_to_ubyte(col, ctx->Fog.Color ); in r200Fogfv()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_blit.c | 432 _mesa_unclamped_float_rgba_to_ubyte(clear, color); in intelClearWithBlit()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 255 _mesa_unclamped_float_rgba_to_ubyte(xmesa->clearcolor, in clear_buffers()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 852 _mesa_unclamped_float_rgba_to_ubyte(rgba[i], rgbaF[i]); in blend_general()
|