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

  /system/core/libpixelflinger/codeflinger/
blending.cpp 497 } else if (GGL_BETWEEN(fs, 24, 31)) {
506 } else if (GGL_BETWEEN(vs, 24, 31)) {
510 } else if (GGL_BETWEEN(fs, 24, 31)) {
525 } else if (GGL_BETWEEN(fs, 24, 31)) {
  /system/core/include/private/pixelflinger/
ggl_context.h 126 #define GGL_BETWEEN(x, L, H) (uint32_t((x)-(L)) <= ((H)-(L)))

Completed in 42 milliseconds