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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 134 VERT_ATTRIB_MAX = 33
191 #define VERT_BIT_ALL BITFIELD64_RANGE(0, VERT_ATTRIB_MAX)
812 GLfloat Attrib[VERT_ATTRIB_MAX][4]; /**< Position, color, texcoords, etc */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 134 VERT_ATTRIB_MAX = 33
191 #define VERT_BIT_ALL BITFIELD64_RANGE(0, VERT_ATTRIB_MAX)
812 GLfloat Attrib[VERT_ATTRIB_MAX][4]; /**< Position, color, texcoords, etc */
    [all...]

Completed in 29 milliseconds