HomeSort by relevance Sort by last modified time
    Searched defs:FRAG_ATTRIB_PNTC (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 334 FRAG_ATTRIB_PNTC = 13, /**< sprite/point coord */
369 * (FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC) are converted to a value of -1.
392 #define FRAG_BIT_PNTC (1 << FRAG_ATTRIB_PNTC)
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 334 FRAG_ATTRIB_PNTC = 13, /**< sprite/point coord */
369 * (FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC) are converted to a value of -1.
392 #define FRAG_BIT_PNTC (1 << FRAG_ATTRIB_PNTC)
    [all...]

Completed in 203 milliseconds