HomeSort by relevance Sort by last modified time
    Searched refs:GGL_OR_REVERSE (Results 1 - 4 of 4) sorted by null

  /system/core/include/pixelflinger/
pixelflinger.h 151 GGL_OR_REVERSE = 0x150B, // s | ~d
  /system/core/libpixelflinger/
buffer.cpp 242 case GGL_OR_REVERSE: return s | ~d;
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 845 case GGL_OR_REVERSE: // s | ~d == ~(~s & d)
    [all...]
texturing.cpp 251 case GGL_OR_REVERSE:
    [all...]

Completed in 265 milliseconds