HomeSort by relevance Sort by last modified time
    Searched refs:GGL_HOST_TO_RGBA (Results 1 - 4 of 4) sorted by null

  /system/core/include/private/pixelflinger/
ggl_context.h 38 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) {
57 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) {
  /system/core/libpixelflinger/
clear.cpp 128 c->state.clear.colorPacked = GGL_HOST_TO_RGBA(colorPacked);
buffer.cpp 224 case 4: *(uint32_t*)data = GGL_HOST_TO_RGBA(v); break;
scanline.cpp     [all...]

Completed in 203 milliseconds