OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_OR_REVERSE
(Results
1 - 4
of
4
) sorted by null
/system/core/include/pixelflinger/
pixelflinger.h
151
GGL_OR_REVERSE
= 0x150B, // s | ~d
/system/core/libpixelflinger/
buffer.cpp
242
case
GGL_OR_REVERSE
: return s | ~d;
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
842
case
GGL_OR_REVERSE
: // s | ~d == ~(~s & d)
[
all
...]
texturing.cpp
251
case
GGL_OR_REVERSE
:
[
all
...]
Completed in 19 milliseconds