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

Completed in 3556 milliseconds