Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c362 VGfloat *clear_colorf = ctx->state.vg.clear_color; in image_clear() local
366 r = float_to_ubyte(clear_colorf[0]); in image_clear()
367 g = float_to_ubyte(clear_colorf[1]); in image_clear()
368 b = float_to_ubyte(clear_colorf[2]); in image_clear()
369 a = float_to_ubyte(clear_colorf[3]); in image_clear()