Searched refs:GGL_HOST_TO_RGBA (Results 1 - 4 of 4) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h38 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) { function in namespace:android
57 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) {
/system/core/libpixelflinger/
H A Dclear.cpp128 c->state.clear.colorPacked = GGL_HOST_TO_RGBA(colorPacked);
H A Dbuffer.cpp224 case 4: *(uint32_t*)data = GGL_HOST_TO_RGBA(v); break;
H A Dscanline.cpp2274 uint32_t packed = GGL_HOST_TO_RGBA(c->packed);

Completed in 398 milliseconds