OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_EQUIV
(Results
1 - 4
of
4
) sorted by null
/system/core/include/pixelflinger/
pixelflinger.h
149
GGL_EQUIV
= 0x1509, // ~(s ^ d)
/system/core/libpixelflinger/
buffer.cpp
240
case
GGL_EQUIV
: return ~(s ^ d);
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
839
case
GGL_EQUIV
: EOR(AL, 0, pixel.reg, s.reg, d.reg);
[
all
...]
texturing.cpp
250
case
GGL_EQUIV
:
[
all
...]
Completed in 18 milliseconds