Searched refs:GGL_HOST_TO_RGBA (Results 1 – 4 of 4) sorted by relevance
38 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) { in GGL_HOST_TO_RGBA() function57 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) {
128 c->state.clear.colorPacked = GGL_HOST_TO_RGBA(colorPacked); in ggl_clear()
226 case 4: *(uint32_t*)data = GGL_HOST_TO_RGBA(v); break; in write_pixel()
2300 uint32_t packed = GGL_HOST_TO_RGBA(c->packed); in scanline_memset32()