OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_XOR
(Results
1 - 4
of
4
) sorted by null
/system/core/include/pixelflinger/
pixelflinger.h
146
GGL_XOR
= 0x1506, // s ^ d
/system/core/libpixelflinger/
buffer.cpp
237
case
GGL_XOR
: return s ^ d;
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
835
case
GGL_XOR
: EOR(AL, 0, pixel.reg, s.reg, d.reg); break;
[
all
...]
texturing.cpp
247
case
GGL_XOR
:
[
all
...]
Completed in 55 milliseconds