Searched refs:GGL_BETWEEN (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp497 } 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/
H A Dggl_context.h126 #define GGL_BETWEEN(x, L, H) (uint32_t((x)-(L)) <= ((H)-(L))) macro

Completed in 60 milliseconds