OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
106
#define
GGL_BETWEEN
(x, L, H) (uint32_t((x)-(L)) <= ((H)-(L)))
Completed in 30 milliseconds