OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_NOR
(Results
1 - 4
of
4
) sorted by null
/system/core/include/pixelflinger/
pixelflinger.h
148
GGL_NOR
= 0x1508, // ~(s | d)
/system/core/libpixelflinger/
buffer.cpp
239
case
GGL_NOR
: return ~(s | d);
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
837
case
GGL_NOR
: ORR(AL, 0, pixel.reg, s.reg, d.reg);
[
all
...]
texturing.cpp
249
case
GGL_NOR
:
[
all
...]
Completed in 159 milliseconds