OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_NAND
(Results
1 - 4
of
4
) sorted by null
/system/core/include/pixelflinger/
pixelflinger.h
154
GGL_NAND
= 0x150E, // ~(s & d)
/system/core/libpixelflinger/
buffer.cpp
245
case
GGL_NAND
: return ~(s & d);
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
849
case
GGL_NAND
: AND(AL, 0, pixel.reg, s.reg, d.reg);
[
all
...]
texturing.cpp
253
case
GGL_NAND
:
[
all
...]
Completed in 17 milliseconds