HomeSort by relevance Sort by last modified time
    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 840 case GGL_NOR: ORR(AL, 0, pixel.reg, s.reg, d.reg);
    [all...]
texturing.cpp 249 case GGL_NOR:
    [all...]

Completed in 193 milliseconds