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