Searched refs:GGL_RGBA_TO_HOST (Results 1 – 3 of 3) sorted by relevance
124 case 4: v = GGL_RGBA_TO_HOST(*(uint32_t*)data); break; in read_pixel()151 v = GGL_RGBA_TO_HOST(v); in readABGR8888()207 case 4: d = GGL_RGBA_TO_HOST(*(uint32_t*)data); break; in write_pixel()
1156 s = GGL_RGBA_TO_HOST(s); in write()1180 s = GGL_RGBA_TO_HOST(s); in write()1215 s = GGL_RGBA_TO_HOST(s); in write()1259 s = GGL_RGBA_TO_HOST(s); in write()1290 s = GGL_RGBA_TO_HOST(s); in write()1327 s = GGL_RGBA_TO_HOST(s); in write()1349 s = GGL_RGBA_TO_HOST(s); in write()2086 scanline_col32cb16blend_arm(dst, GGL_RGBA_TO_HOST(c->packed8888), ct); in scanline_col32cb16blend()2089 uint32_t s = GGL_RGBA_TO_HOST(c->packed8888); in scanline_col32cb16blend()2130 s = GGL_RGBA_TO_HOST( *src++ ); in scanline_t32cb16()[all …]
35 inline uint32_t GGL_RGBA_TO_HOST(uint32_t v) { in GGL_RGBA_TO_HOST() function44 inline uint32_t GGL_RGBA_TO_HOST(uint32_t v) {